Skip to main content

Preview Fulfillment Order Move (Coverage)

GET 

/api/fulfillment-orders/:fulfillmentOrder/move-preview

Read-only coverage check for a prospective whole-FO move. Reports, per line that would move, whether the target warehouse can ship it from on-hand stock or would backorder it — so the UI can warn before committing. Mutates nothing.

Required scope: orders:read

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

Use this to drive the move dialog's warning, then call PATCH .../move with acknowledge_backorder: true to commit.

Query params:

  • warehouse_id (required, integer, must exist) — the prospective destination.

Per-line outcome values: covered (ships in full), partial (some ships, the rest backorders), backorder (whole line backorders), blemished_shortfall (blemished line short on stock — can't backorder).

Request

Responses

OK

Response Headers
    Content-Type