v1
latestOpenAPI 3.0.32026-07-26170311887.2 KBProducts
List all Products
Retrieve a list of products available with your account.
Required authorization scope: public.product:read
get/2024-09/products
Query parameters
pageinteger
Page number to fetch, default: 1
per_pageinteger
Number of records per page to fetch, default: 20
skustring
Filter records by SKU
categorystring
Filter records by product category
Response
list of products
Example response
{
"products": [
{
"cost_price_currency": "USD",
"selling_price_currency": "USD"
}
]
}