UpdateQuantity
Update the available quantity of inventory items for a product variant in a specific location.
Input
Name | Type | Description |
Id | String | A unique numeric identifier for the product variant. |
InventoryQuantity | String | The quantity of inventory items available for sale to set. |
LocationId | String | The ID of the location where the available quantity of items for sale is to be set. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |