Skip to main content

Create Catch-Up Stock Takes

POST 

/api/inventory/fulfillment-debt-report/create-stock-take

Creates adjustment stock takes in DRAFT status to catch up fulfillment debt. Only OUTSTANDING debt lines are included — lines whose debt is already covered by planned / awaiting-receipt / allocated inventory settle automatically when that stock lands and are excluded to avoid double-counting. Authentication: Requires Bearer token.

Required scope: inventory:write

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

Fields:

  • warehouse_id (nullable): Specific warehouse to create stock takes for. If omitted, creates for all warehouses.
  • sales_order_line_ids (nullable array): Restrict to a selected subset of debt line IDs.

Request

Responses

OK

Response Headers
    Content-Type