Orders [BETA]
Number of APIs: 6
-
Retrieving a specific order GET {{baseUrl}}/orders/:id
-
Update an order PUT {{baseUrl}}/orders/:id
-
Delete an order DELETE {{baseUrl}}/orders/:id
-
Update an order PATCH {{baseUrl}}/orders/:id
-
Create/Update orders in batch POST {{baseUrl}}/orders
-
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>