List prices
POST/v2/prices/search
List prices
Request
- application/json
Body
List prices
Possible values: >= 1
Default value: 1
Pagination page number
Possible values: >= 1
Default value: 12
Pagination offset number
createdAt
object
nullable
Date greater than provided date
Date less than provided date
lastModifiedAt
object
nullable
Date greater than provided date
Date less than provided date
List of Price primary identifiers
Price product IDs list
Search for price per
list
object
nullable
greater than or equal
less than or equal
equal to
cost
object
nullable
greater than or equal
less than or equal
equal to
suggested
object
nullable
greater than or equal
less than or equal
equal to
store
object
nullable
greater than or equal
less than or equal
equal to
Possible values: [costpriceplus
, listpricemin
, netprice
]
Pricesheet type
Inputs to sort by
Responses
- 200
- 400
- 403
- 500
Paginated list of prices
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
List of items of type Price
Primary identifier
Creation date
Last modified date
Total number of items found
Possible values: >= 1
Default value: 12
The amount of items to show per page
Possible values: >= 1
Default value: 1
The current page
Possible values: >= 1
Total amount of pages
Possible values: >= 1
Start position of the current page
Possible values: >= 1
End position of the current page
{
"items": [
{
"id": "",
"createdAt": "2022-01-01T00:00:00.000Z",
"lastModifiedAt": "2022-01-02T00:00:00.000Z"
}
],
"itemsFound": 12,
"offset": 12,
"page": 4,
"pages": 1,
"start": 1,
"end": 12
}
Bad request
Forbidden.
Unknown list prices error