Last updated 3 months ago
Was this helpful?
List of items in a price list.
curl -L \ --url '/v1/catalog/price-lists/{priceListId}/items'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "status": "Draft", "unitLP": 1, "unitPP": 1, "markup": 1, "margin": 1, "unitSP": 1, "PPx1": 1, "PPxM": 1, "PPxY": 1, "SPx1": 1, "SPxM": 1, "SPxY": 1, "LPx1": 1, "LPxM": 1, "LPxY": 1, "priceList": "[Circular Reference]", "item": "[Circular Reference]" } ] }