Set Place Sku Current Count
POST/api/places/setplaceskucurrentcount
Tier: Public — stable, supported for third-party integration.
Sets the current stock count for a place-SKU pair, for an external stock-level feed (ERP/POS integration).
If no required-item row exists yet for the resolved place-SKU pair, one is auto-created with MinCount 0 / MaxCount 1 before the count is set.
Request
Responses
- 200
- 400
- 401
- 403
The upserted row. See Places.PlaceSkuRequiredItemDto.
The place or SKU could not be resolved from the supplied identifiers (NotFound, field pinpointing which identifier failed, e.g. "Place.PlaceId: …").
Caller is not authenticated.
Caller does not have Update permission on the Place module.