Core API
...
Stock API Docs
Stock Levels - Bulk operations
Batch update stock levels for the provided SKUs
POST
/api/v1/batch-update-stock
Header Parameters
Site-Id
string
*
Body Parameters
body
array
*
stock_location_id
string<uuid>
sku
string
*
stock_level
integer<int32>
restock_date
string<date>
min_stock_level
integer<int32>
created_at
string<date-time>
updated_at
string<date-time>
stock_location_external_id
string
*
sku
string
*
stock_level
integer<int32>
restock_date
string<date>
min_stock_level
integer<int32>
created_at
string<date-time>
updated_at
string<date-time>
Responses
204
Success - No Content
default
Error Response
Updated 24 Sep 2024
Did this page help you?