Sendcloud API [v3]

Number of APIs: 20

This collection can be used to quickly onboard/test our APIs v3.

It is automatically synced when there are changes made for our APIs.

You can find our requests following the same structure that we have at our public documentation: https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v3/getting-started

Note that the REST API v3 is still in development. If you are working with this version, you should prepare for potential changes in functionality, performance, and security. You can use [Returns] and the beta version of [Orders] Don't hesitate to reach out if you have any questions or concerns.

  1. Returns - Validate a return POST {{baseUrl}}/returns/validate

  2. Integrations [BETA] - Create or overwrite the whole list of available shop order statuses. POST {{baseUrl}}/shop-order-statuses

  3. Orders [BETA] - Retrieving a specific order GET {{baseUrl}}/orders/:id

  4. Orders [BETA] - Update an order PUT {{baseUrl}}/orders/:id

  5. Orders [BETA] - Delete an order DELETE {{baseUrl}}/orders/:id

  6. Orders [BETA] - Update an order PATCH {{baseUrl}}/orders/:id

  7. Orders [BETA] - Create/Update orders in batch POST {{baseUrl}}/orders

  8. Orders [BETA] - Retrieve orders from integrations GET {{baseUrl}}/orders?integration=<integer>&order_number=<string>&order_id=<string>&status=<string>&order_created_at=<date>&order_created_at_min=<date>&order_created_at_max=<date>&order_updated_at=<date>&order_updated_at_min=<date>&order_updated_at_max=<date>&sort=<string>&page_size=100&cursor=<string>

  9. Returns - Request cancellation of a specific Return PATCH {{baseUrl}}/returns/:id/cancel

  10. Returns - Retrieve a Return GET {{baseUrl}}/returns/:id