StockTakes

Submit a stock take

Submits the stocktake, locking it from further edits and posting the resulting stock adjustments synchronously. Use this instead of createStockTakePosting when the caller wants the adjustments applied immediately rather than via the async queue.

post/inventory/stock-takes/{stockTakeId}/submit

Response

The stocktake was successfully retrieved

Example response

{
  "data": {
    "description": "Stocktake started on 01/06/2024",
    "currency": "gbp",
    "created_by": {
      "first_name": "Dan",
      "last_name": "Johnson",
      "full_name": "Dan Johnson"
    },
    "posted_by": {
      "first_name": "Dan",
      "last_name": "Johnson",
      "full_name": "Dan Johnson"
    },
    "created_at": "2024-06-01T12:00:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.