Updates 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.

Order Information

Responses

Sample API Request

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

Try It!

To start a request and see the response, choose an example: