Orders
Number of APIs: 10
-
/orders GET {{baseUrl}}/orders?embed=<string>&fields=<string>&ids=<string>&sort=<string>&archived=<integer>&status=<integer>&from=<string>&to=<string>&count=<integer>&offset=<integer>
-
/orders POST {{baseUrl}}/orders
-
/orders/search GET {{baseUrl}}/orders/search?keywords=<string>&sort=<string>&offset=<integer>&count=<integer>&session_id=<integer>
-
/orders/count GET {{baseUrl}}/orders/count?archived=<integer>&status=<integer>&from=<string>&to=<string>
-
/orders/{id} GET {{baseUrl}}/orders/:id?fields=<string>&embed=<string>
-
/orders/{id} DELETE {{baseUrl}}/orders/:id
-
/orders/{id}/status POST {{baseUrl}}/orders/:id/status
-
/orders/{id}/dispatch-pre-order POST {{baseUrl}}/orders/:id/dispatch-pre-order
-
/orders/{id}/comments POST {{baseUrl}}/orders/:id/comments
-
/orders/{id}/comments/{comment_id} DELETE {{baseUrl}}/orders/:id/comments/:comment_id