Bulk Set Place Sku Allowed Variance
POST/api/places/bulksetplaceskuallowedvariance
Tier: Public — stable, supported for third-party integration.
Sets the allowed stock-count variance tolerance for a batch of SKUs at a single place.
Rows are upserted per SKU (auto-created if missing), same as the single-variance endpoint.
Request
Responses
- 200
- 400
- 401
- 403
The updated rows. See Places.PlaceSkuRequiredItemDto.
The batch failed — required-item service error codes.
Caller is not authenticated.
Caller does not have Update permission on the Place module.