Orders [BETA]

Number of APIs: 6

  1. Retrieving a specific order GET {{baseUrl}}/orders/:id

  2. Update an order PUT {{baseUrl}}/orders/:id

  3. Delete an order DELETE {{baseUrl}}/orders/:id

  4. Update an order PATCH {{baseUrl}}/orders/:id

  5. Create/Update orders in batch POST {{baseUrl}}/orders

  6. 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>