Using this endpoint, you can get list of all remarks with detailed info of each remark asynchronously.
See how Asynchronous requests work on our developer's portal.
Response will be in jsonlines format with each remark taking one line of output file.
One remark in response has the same format as an item in List of remarks for order and is extended with orderCode field, which identifies the relation to the order. See Order history snapshot schema for more details.
Use orderCodes request parameter to get the list of specific orders remarks. Order codes are separated by a comma. Please note that this parameter accepts max. 50 order codes in request parameter.
Result file is compressed using GZIP.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/orders/history/snapshot
- https://api.myshoptet.comhttps://api.myshoptet.com/api/orders/history/snapshot
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/orders/history/snapshot?orderCodes=2025000004%2C2025000002%2C2017000038%2C2017000025%2C2015000248&creationTimeFrom=2025-06-23T14%3A17%3A00%2B02%3A00&creationTimeTo=2025-07-01T14%3A17%3A00%2B02%3A00&userId=john.doe%40example.com' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "jobId": "ad24xod" }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }