V1AdjustInventoryRequest
V1AdjustInventoryRequest
Name | Type | Tags | Description |
---|---|---|---|
quantity_delta |
float |
Optional | The number to adjust the variation's quantity by. |
adjustment_type |
str (V1 Adjust Inventory Request Adjustment Type) |
Optional | - |
memo |
string |
Optional | A note about the inventory adjustment. |
{
"quantity_delta": null,
"adjustment_type": null,
"memo": null
}