Skip to main content
GET
ListCatalog

Authorizations

X-API-Key
string
header
required

Your API key, prefixed sc_live_ or sc_test_.

Query Parameters

limit
integer<int32>

limit is the maximum number of products to return (1..100). Zero applies the default page size.

cursor
string

cursor is the next_cursor of the previous page. Empty for the first page.

Response

200 - application/json

Success

data
Product · object[]

data is the page of products, priced for the calling reseller.

hasMore
boolean

has_more is true when another page follows this one.

nextCursor
string

next_cursor fetches the next page. Empty on the last page.