v1
latestOpenAPI 3.0.32026-07-248257161.1 KBProducts
Returns list of products
This API returns the list of products for a merchant.
get/products
Query parameters
offsetinteger
returns list of products starting from this offset
limitinteger
maximum products to return per request
Response
returns list of products.
Example response
[
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"name": "pineapple",
"reference": "SKU56789002",
"description": "Sweet senegalese pineapple",
"normalPrice": 100,
"promoPrice": 90,
"wholesalePrice": 70,
"taxCode": "taxCode1",
"category": "fruits",
"imageUrl": "https://example.com/products/images/pineapple.jpeg",
"updatedAt": "2022-06-20T17:17:11Z",
"createdAt": "2022-06-20T17:17:11Z"
}
]