/shipping_integrations

Detail

Returns one mirrored Courie order by its Mongo ObjectId. | () -> (CourieOrder1)

get/shipping_integrations/courie/orders/detail/v1/{id}

Path parameters

idstring required

Mongo ObjectId of the mirror document. Courie's own order ID is the integration_order_id, accepted by the by_integration_order_id route.

Mongo ObjectId of the mirror document. Courie's own order ID is the integration_order_id, accepted by the by_integration_order_id route.

Response

Successful Response

schema_version1 required
_idstring required
org_idstring required

Must be a string starting with org_

shipping_integration'courie' required
provider_org_idstring required

Must be a string starting with org_

integration_order_idstring required
provider_payload_hashstring required
created_at_timestampstring date-time required
updated_at_timestampstring date-time required
mirrored_at_timestampstring date-time required

Changes

Changed in 1 of the 9 revisions of this API.1