Detail

Returns one unified shipping integration order by its Mongo ObjectId with related organizations expanded. | () -> (ShippingIntegrationOrderExpanded1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Mongo ObjectId of the unified order document. The provider’s own order ID is the integration_order_id field on the returned order.

Response

Successful Response
_idstring
first_mirrored_at_timestampdatetime
integration_order_idstring
last_mirrored_at_timestampdatetime
org_idstring

Must be a string starting with org_

provider_org_idstring

Must be a string starting with org_

schema_versioninteger
shipping_integrationenum
source_provider_payload_hashstring=64 characters
statusenum
completed_at_provenanceenumOptional
completed_at_timestampdatetimeOptional
destinationobjectOptional

One end of a route.

Only label is guaranteed. Some integrations expose a bare place name with no structured address and no coordinates at all, so every other field is optional. location carries GeoJSON when the provider gives coordinates, which is what makes the place mappable and 2dsphere-indexable.

in_progress_at_provenanceenumOptional
in_progress_at_timestampdatetimeOptional
ordered_at_timestampdatetimeOptional
originobjectOptional

One end of a route.

Only label is guaranteed. Some integrations expose a bare place name with no structured address and no coordinates at all, so every other field is optional. location carries GeoJSON when the provider gives coordinates, which is what makes the place mappable and 2dsphere-indexable.

provider_orgobjectOptional
provider_status_rawstringOptional
reference_numberslist of stringsOptional
shipper_orgobjectOptional
stop_countintegerOptional

Errors

422
Orders Detail V1request Unprocessable Entity Error