REST APIAPI Reference
Orders
curl -X GET "https://example.com/v1/orders"curl -X POST "https://example.com/v1/orders"curl -X POST "https://example.com/v1/orders:batchUpdate"curl -X GET "https://example.com/v1/orders/string"curl -X PATCH "https://example.com/v1/orders/string"curl -X DELETE "https://example.com/v1/orders/string"curl -X PUT "https://example.com/v1/orders/string"curl -X GET "https://example.com/v1/orders/string/track"curl -X POST "https://example.com/v1/orders/assign"curl -X POST "https://example.com/v1/orders/assignMany"curl -X POST "https://example.com/v1/orders/calculate"curl -X POST "https://example.com/v1/orders/confirmation/next"curl -X POST "https://example.com/v1/orders/confirmation/release"curl -X POST "https://example.com/v1/orders/return"curl -X POST "https://example.com/v1/orders/send"