Get order by ID

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:

idDescription (ES)Meaning
1Por confirmarOrder created, not yet confirmed by the client
2PendienteOrder pending processing
3Por prepararOrder ready to start picking
4PickingPicking in progress
5PackingPacking in progress
6PreparadoOrder prepared, ready to ship
7EnviadoOrder shipped to courier
8DevueltoOrder returned by customer
9CanceladoOrder cancelled

Note: The description field in the response contains the Spanish text shown above. The status_id and status.id fields 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:

idName (ES)Meaning
1Sin estado logísticoNo logistics status assigned yet
2En TránsitoShipment in transit
3En RepartoOut for delivery
4Punto de recogidaAt pickup point
5EntregadoDelivered
6Devuelto al RemitenteReturned to sender
7CanceladoCancelled
8SiniestroIncident / damaged in transit
9ReexpedidoForwarded / re-shipped
10DestruidoDestroyed

Note: These values may be null when 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:

ValueMeaning
paidOrder has been paid
pendingOrder pending payment
refundedOrder has been refunded
partially_refundedOrder 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

How to obtain it: use List orders or the id returned when creating the order.

Responses

404

Order not found

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json