Get price by priceId
Retrieves paginated list of price details based on priceListId and priceId or itemSku or itemId.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
Value for this field can be database ID (_id) of the price or itemSku or itemId based on the type mentioned in the type
query parameter.<br /> If a type is not specified in the type
query parameter, you must provide itemSku in this priceId field.
ID of the priceList to search the price for.
Query Parameters
The priceId
path parameter will be treated as itemSku, itemId or _id based on the value of this field. The default search will be done by itemSku
.
itemSku
, itemId
, _id
The maximum number of records per page. If the isActive
flag is sent, the limit
will be ignored.
Number of pages you wish to retrieve when selecting records in the price offers array. Default is 1
. If the isActive
flag is true, page
will be ignored.
If isActive is false
, offers array response based on limit and page parameters.<br /> If isActive is true
, only the offer object whose price is active will be returned in the offers array.<br /> Default value is false
.
Response
fabric internal ID
Item ID
ID of the priceList related to the SKU or item
Prices of the SKU/priceListId.
Date of creation of the price.
Last updated date of the price.
true: record is deleted<br /> false: record is not deleted
SKU of the item
true: Job is running<br /> false: Job operation is either completed or not running for some reason
ID of the created offer for the itemId or itemSku
Pagination details of Offers array. This field will only exist if the isActive
flag is false.
Was this page helpful?