Skip to main content

Create Stock Take from Discrepancies

POST 

/api/shipbob/:instance/inventory/discrepancies/stock-take

Create an adjustment-mode stock take from selected inventory discrepancies against the SKU warehouse mapped to this instance's fulfillment centers.

Authentication: Requires Bearer token.

Request Body (all optional):

  • product_ids (array of integers) — SKU product ids to include; omit for all discrepancies.
  • date (date) — Stock take count date (Y-m-d); defaults to today.
  • notes (string) — Notes for the stock take.
  • status (string) — 'draft' (default) or 'closed' to finalize the adjustment immediately.

Request

Responses

OK

Response Headers
    Content-Type