Gets a paginated list of all prices.
OK
Bad Request
Internal Server Error
{- "query": {
- "limit": 10,
- "count": 8,
- "page": 1
}, - "prices": [
- {
- "_id": "616e011037a3810012345678",
- "isSoftDeleted": false,
- "itemId": 1000000051,
- "itemSku": "SKU123456",
- "offerId": 2386,
- "createdAt": "2020-02-02T17:22:48.570Z",
- "updatedAt": "2020-02-02T17:22:48.570Z",
- "job": false,
- "priceListId": 100000,
- "offers": [
- {
- "kind": 12,
- "channel": 12,
- "startDate": "2020-02-03T17:22:48.570Z",
- "endDate": "2020-02-05T17:22:48.570Z",
- "price": {
- "base": 299,
- "sale": 199,
- "cost": 149,
- "currency": "USD"
}, - "offerCode": 130283400,
- "range": [
- {
- "minQuantity": 3,
- "price": 299,
- "maxQuantity": "Infinity",
- "width": [
- { }
]
}
], - "priceAttributes": [
- {
- "_id": "614dc5b0af8ee70008698202",
- "id": "614dc5b0af8ee70008698202"
}
], - "priceMethodType": "Range-Base"
}
]
}
]
}