Skip to main content

List or Search SKUs

GET 

/skus

Returns a paginated list of the authenticated seller's SKUs. Supports two usage modes that can be combined:

Fetch by IDs: Pass one or more skuIds to retrieve specific SKUs in a single call.

GET /skus?skuIds=SELLER-SKU-001,SELLER-SKU-002

Filter and browse: Use filter parameters to search across the seller's catalog.

GET /skus?status=ACTIVE&productId=CKSH5HYVPX2WXFXH

When called with no parameters, returns all of the seller's SKUs ordered by creation date descending, paginated at the default page size. Use pageToken from the previous response to retrieve subsequent pages.

Request

Responses

SKUs returned