Catalog Item
Get all catalog items with details for a specific partner.
Get all catalog items for a specific partner.
get/catalog-items
Query parameters
pageinteger
Current page default is 0
pageSizeinteger
Number of items included in a page
Response
Successful response
Example response
{
"meta": {
"totalItems": 1,
"totalPages": 1,
"page": 1,
"size": 1
},
"catalogItems": [
{
"createdAt": "2021-01-01T09:23:54.723Z",
"catalogItem": {
"sku": "010000",
"id": "6077d5ea12d722528cadd898",
"type": "INGREDIENT"
},
"purchaseUnit": {
"id": "606d232385eb3927edf2763c"
},
"consumptionRatioInfoList": [
{
"consumptionUnit": {
"id": "606d232385eb3927edf2763d"
},
"ratio": "1"
}
]
}
]
}