itemVariantAvailability resource type
Represents an itemVariantAvailability in Business Central.
Availability Information
This endpoint is only available if KatarGo is installed. Click here for the documentation without KatarGo.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET itemVariantAvailability | ItemVariantAvailability | Gets an Item Availability object. |
Properties
| Property | Type | Description |
|---|---|---|
| 🔑 id | GUID | The unique ID of the item variant. |
| itemId | GUID | The ID of the item in the item variant. |
| itemNumber | string | The number of the item in the item variant. |
| description | string | Specifies the item description |
| code | string | The code of the item variant. |
| description | string | Specifies the description of the item variant. |
| availabilityProfile | string | Specifies the availability profile for which the availability is determined. |
| locationFilter | string | Specifies the location code flow filter. |
| inventory | decimal | Specifies the inventory quantity for the item |
| availability | decimal | Specifies the quantity available for the item. |