OrdersFulfillment Orders

Update Carton

Update carton override on a fulfillment order

Sets or clears the carton override for a fulfillment order. When set, this overrides the default carton selection algorithm. Pass null to clear the override and use the default algorithm.

POST
/shipos/fulfillment-orders/{fulfillment_order_id}/carton
x-access-token<token>

In: header

Path Parameters

fulfillment_order_id*string

UUID of the fulfillment order to update

Request Body

application/json

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/shipos/fulfillment-orders/string/carton" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "message": "string"}