Set Place Sku Allowed Variance
POST/api/places/setplaceskuallowedvariance
Tier: Public — stable, supported for third-party integration.
Sets the allowed stock-count variance tolerance for a place-SKU pair.
If no required-item row exists yet for the resolved pair, one is auto-created with MinCount 0 / MaxCount 1.
Request
Responses
- 200
- 400
- 401
- 403
The upserted row. See Places.PlaceSkuRequiredItemDto.
The place or SKU could not be resolved (NotFound), or
SetPlaceSkuAllowedVarianceDto.AllowedVariance is outside 0–100.
Caller is not authenticated.
Caller does not have Update permission on the Place module.