Get Skus and itemIds in a specific pricelist

Retrieves Skus and itemIds for which there is a price entry in a specific pricelist. The pricelist is identified by priceListId.

SecurityAuthorizationToken
Request
path Parameters
priceListId
required
string

ID of the pricelist from which the items are to be returned

query Parameters
offset
number

Number of records to skip before selecting all records

limit
number

Number of records retrurned on a single page, used for paginated response.

sortBy
string

Field using which you want to sort the records

Enum: "itemId" "updatedAt"
sortOrder
string

Sorting order of the records- ascending or descending

Value: "desc, asc"
header Parameters
required
object

Valid JSON object that must contain account, stage, date, and channel attributes. eg - {"stage":"prod","account":"5f328bf0b","date":"2020-12-12T08:00:00.000Z","channel":12}

Authorization
required
string

Authorization token or access token for the user, provided by fabric. It can be obtained after logging into fabric's copilot account.

Example: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
Responses
200

OK

404

Not Found

500

Internal Server Error

get/api-offers/items/priceListId/{priceListId}
Response samples
application/json
{
  • "query": {
    },
  • "data": [
    ]
}