Bulk Set Place Sku Current Count
POST/api/places/bulksetplaceskucurrentcount
Tier: Public — stable, supported for third-party integration.
Sets the current stock count for a batch of SKUs at a single place, for an external stock-level feed.
All-or-nothing per request: if any SKU in the batch cannot be resolved, the whole batch fails and nothing is applied. Rows are upserted (auto-created if missing), same as the single-count endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 501
The updated rows. See Places.PlaceSkuRequiredItemDto.
The batch failed with no response codes present.
Caller is not authenticated.
Caller does not have Update permission on the Place module.
By design: when the batch failed with response codes present (e.g. an unknown SkuNumber), this endpoint returns 501 Not Implemented rather than 400, unlike every other bulk endpoint on this controller.