Search Products by SKU

Returns all products belonging to the merchant that match the supplied sku. SKU is not guaranteed to be unique within a merchant, so this endpoint returns an array.

SecurityOAuth2-Production or OAuth2-Demo
Request
path Parameters
merchant_id
required
string

The merchant identifier the product belongs to.

query Parameters
sku
required
string

The SKU to look up.

header Parameters
x-api-key
required
string

Your Carriyo API key for authentication.

tenant-id
required
string

Your unique tenant identifier in Carriyo.

Responses
200

List of matching products.

404

No products found.

get/products/{merchant_id}
Request samples
Response samples
application/json
[
  • {
    }
]