Skip to content

Pricelist detail

Request

Price list detail with product prices (variants) and info on discounts and limitations of purchase (minimum and maximum price)

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
idintegerrequired

Price list ID

Example:1
Query
codestring

Product variant code

Example:code=106/BIL
guidstring

Product GUID

Example:guid=94fe7ffc-7481-11e8-8216-002590dad85e
itemsPerPageinteger

Returned items per page. Default and max value is 100.

Example:itemsPerPage=50
pageinteger

Page number to return. Default value is 1.

Example:page=3
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X GET \
  'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/pricelists/1?code=106%2FBIL&guid=94fe7ffc-7481-11e8-8216-002590dad85e&itemsPerPage=50&page=3' \
  -H 'Content-Type: application/json' \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "pricelist": [], "paginator": {} }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }