Get Price
Retrieves paginated list of prices for all items
https://prod01-apigw.{customer_name}.fabric.zone
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.
The x-api-key
enables you to access fabric APIs without Authorization. You must request fabric Inc to obtain this key.<br /> Authorization
header is required if x-api-key
is omitted.
Query Parameters
It limits the number of records returned by the API, default is 10
if limit
is not specified.
Number of records you wish to skip before selecting records. Default is 0
if not specified.
Response
Get Price Response
Object containing the size, count and amount of pages in the response.
An array containing all the prices in the service.
Was this page helpful?