Skip to main content

Mark As Planned

POST 

/api/inbound-shipments/:inbound_shipment/mark-as-planned

Transitions the shipment from Draft to Planned status. Planned is an optional intermediate state indicating the shipment is scheduled but has not yet shipped. Planned shipments do not reserve quantity against purchase order fulfillment.

Required scope: purchase-orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

The shipment must be in Draft status and must have at least one line.

Takes no request body.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type