Skip to main content

Open Warehouse Transfer

PUT 

/api/warehouses/transfers/:transfer/open

Opens a draft warehouse transfer, making it active. Opening validates that the transfer has line items and allocates stock at the source warehouse.

Required scope: warehouses:write

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

Optionally accepts the same fields as Update Warehouse Transfer to apply changes while opening, plus force_shipment (boolean) to immediately create a shipment for the full quantities.

Returns 400 when the transfer is already open, has no products, or stock is insufficient.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type