Retrieve a list of products
This returns a list of catalog products. The catalog products are returned, sorted by creation date, with the most recent catalog products first. The catalog products that have catalogId and GTINs are returned. If no GTINs are set, then all catalog products belonging to the specified catalog are returned.
Authorizations
AuthorizationstringRequired
Query parameters
limitinteger · int32Optional
Maximum 1000
skipinteger · int32Optional
catalogIdstringRequired
gtinsstring[]Optional
Responses
200
200
application/json
400
400
application/json
401
401
text/plain
403
403
text/plain
404
404
text/plain
429
429
text/plain
500
500
text/plain
502
502
text/plain
503
503
text/plain
504
504
text/plain
get/catalog-products
GET /v1/catalog-products?catalogId=text HTTP/1.1
Host: integration-BASE-URL.citrusad.com/
Authorization: YOUR_API_KEY
Accept: */*
{
"catalogProducts": [
{
"teamId": "string",
"catalogId": "string",
"gtin": "string",
"inventory": "number",
"price": "number",
"groups": [
"string"
],
"tags": [
"string"
],
"filters": [
"string"
],
"profit": "number"
}
]
}
