post
https://api.gobeeping.com/api/v1/client/orders
What is it for?
Creates a new order in the system.
Conditions
- Requires authentication.
Each array element is a product in the order. Minimum 1 line required. In each line you must identify the product with ONE of these three fields: product_id, pack_id or name. You do not need to send all three.
Parameters
Fill in the fields in Body Params, Query Params and/or Path Params as applicable.
External Financial Status Reference
The external_financial_status field reflects the financial state coming from the external e-commerce platform (Shopify, WooCommerce, MercadoPago). Accepted values:
| Value | Meaning |
|---|---|
| paid | Order has been paid |
| pending | Order pending payment |
| refunded | Order has been refunded |
| partially_refunded | Order has been partially refunded |
Note: When sent in a request (POST/PUT), the value is accepted as free string and stored as-is.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Malformed request or invalid data
401Unauthorized (invalid or expired token)
422Validation error
