This operation will return the full list of saved price lists
cURL
curl --request GET \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/pricelist/{id}' \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the price list you want to get
The audit user to log the request
Successfully retrieved
A code that uniquely identifies this price list
64
ID to be used in API calls for this entity
Was this page helpful?