UpdateQuantity
Update InventoryQuantity column from ProductVariants table.
Input
| Name | Type | Description |
| Id | String | The id of the ProductVariant. |
| InventoryQuantity | String | The value of the quantity to update. |
| LocationID | String | The location id where the quantity difference is to be set. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation completed successfully or not. |