Returns the list of proforma invoices. Supports the Paging.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/proforma-invoices
- https://api.myshoptet.comhttps://api.myshoptet.com/api/proforma-invoices
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/proforma-invoices?isValid=true&orderCode=2018000012&creationTimeFrom=2017-02-28T17%3A04%3A47%2B0100&creationTimeTo=2017-02-28T17%3A04%3A47%2B0100&varSymbol=666&itemsPerPage=50&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "proformaInvoices": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }