What is it for?
Returns all information for a specific order.
Conditions
- Requires authentication.
Parameters
Fill in the fields in Query Params and/or Path Params as applicable.
Expected response
HTTP 200 → All order data
Order Status Reference
The status_id field can have the following values:
| id | Description (ES) | Meaning |
|---|---|---|
| 1 | Por confirmar | Order created, not yet confirmed by the client |
| 2 | Pendiente | Order pending processing |
| 3 | Por preparar | Order ready to start picking |
| 4 | Picking | Picking in progress |
| 5 | Packing | Packing in progress |
| 6 | Preparado | Order prepared, ready to ship |
| 7 | Enviado | Order shipped to courier |
| 8 | Devuelto | Order returned by customer |
| 9 | Cancelado | Order cancelled |
Note: The
descriptionfield in the response contains the Spanish text shown above. Thestatus_idandstatus.idfields share the same numeric domain.
Shipment Status Reference (Normalized)
The fields shipment.status_mapped_id and shipment_status.id use the following normalized values, independent of the courier:
| id | Name (ES) | Meaning |
|---|---|---|
| 1 | Sin estado logístico | No logistics status assigned yet |
| 2 | En Tránsito | Shipment in transit |
| 3 | En Reparto | Out for delivery |
| 4 | Punto de recogida | At pickup point |
| 5 | Entregado | Delivered |
| 6 | Devuelto al Remitente | Returned to sender |
| 7 | Cancelado | Cancelled |
| 8 | Siniestro | Incident / damaged in transit |
| 9 | Reexpedido | Forwarded / re-shipped |
| 10 | Destruido | Destroyed |
Note: These values may be
nullwhen the courier returns a status code that has not yet been mapped internally.
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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
404Order not found
