Get a single variant inventory record.
GET
/products/{productID}/variants/{variantID}/inventoryrecords/{inventoryRecordID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessProductAdminProductReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productID | Required | string | ID of the product. | --- |
variantID | Required | string | ID of the variant. | --- |
inventoryRecordID | Required | string | ID of the inventory record. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OwnerID | string | --- | --- | --- | ||
AllowAllBuyers | boolean | --- | --- | --- | ||
Address | Read Only | object | --- | --- | --- | |
AddressID | string | --- | --- | --- | ||
OrderCanExceed | boolean | --- | --- | --- | ||
QuantityAvailable | integer | int32 | --- | --- | ||
NotificationPoint | integer | int32 | --- | --- | ||
LastUpdated | Read Only | string | date-time | --- | --- | |
xp | object | --- | --- | --- |