Creates an order to be packed.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Fulfillment Type

Order Source

Partner Order ID

Associated Identifiers

Tenant ID

Ordered Date Time

Order Item Quantities

Ship From Address

Origin ID

Destination Address

Ship Option

Customs Info

Currency Code

Total Declared Value

Order Fulfillment Parameters

X-DELEGATED-PARTNER-ID

Response Codes

Example Request:

curl --request POST \
     --url https://api.shipium.com/api/v1/packShip/order \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "orderFulfillmentParameters": {\n    "deliveryParameters": {\n      "applyToSplits": false,\n      "saturdayDelivery": false\n    }\n  }\n}\n'  

Click Try It! to start a request and see the response here! Or choose an example: