Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
required
Example:

"application/json"

Authorization
string
required
Example:

"Bearer token"

Body

application/json
trackingId
string
required

Unique barcode attached to the parcel.

Maximum string length: 25
accountNumber
string
required

Orchestro-provided account number.

Maximum string length: 25
carrierCode
string
required

Code identifying the carrier.

Maximum string length: 25
event
object
required

Details of the shipment event, including timestamps, location, and signature data.

carrierName
string

Full name of the carrier service.

Maximum string length: 100
phyAttributesUpdate
object

Physical attribute updates (e.g., length, width) for the parcel.

Response

Shipment event created successfully.

message
string
Example:

"SUCCESS"