UpdateQuantity
Updates available inventory quantities for a specific product variant at a designated location.
Input
| Name | Type | Description |
| Id | String | The unique numeric identifier for the product variant whose inventory level will be updated. |
| InventoryQuantity | String | The total quantity of inventory items available for sale to be set at the specified location. |
| LocationId | String | The unique identifier of the location where the inventory quantity will be adjusted. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation to update the inventory quantity executed successfully. |
| Details | String | Provides additional information or messages about the outcome of the operation. |