Python
API Reference
ListCatalog
ListCatalog returns a page of the products the reseller may sell, each with the reseller’s price. It is cursor-paginated: pass next_cursor from the previous page to fetch the next. A product’s id is the identifier used to order it.
GET
Python
Authorizations
Your API key, prefixed sc_live_ or sc_test_.
Query Parameters
limit is the maximum number of products to return (1..100). Zero applies the default page size.
cursor is the next_cursor of the previous page. Empty for the first page.