Get Single Item
GET/api/TagReservations/reservebysku/:skuId/:quantity
Tier: Public — stable, supported for third-party integration.
Reserves {quantity} tag numbers for a SKU, drawn from its GS1 numbering register under a per-organisation allocation lock. Despite the method name, this reserves a batch, not a single item.
Request
Responses
- 200
- 400
- 401
- 403
Returns a TagReservationDtos.TagReservationDto with the allocated tag numbers.
Unknown SKU (NotFound); the SKU is not operational — Draft or Discontinued (InvalidOperation); the SKU's encoding type is unsupported (OperationFailed "SkuEncodingType"); or an allocator failure — error array.
Caller is not authenticated.
Caller lacks LocafiModule.Tag Create.