V1AdjustInventoryRequest
November 20, 2019 ยท View on GitHub
Description
V1AdjustInventoryRequest Note: This model is deprecated.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| quantity_delta | getQuantityDelta() | setQuantityDelta($value) | float | The number to adjust the variation's quantity by. | [optional] |
| adjustment_type | getAdjustmentType() | setAdjustmentType($value) | string | The reason for the inventory adjustment. See V1AdjustInventoryRequestAdjustmentType for possible values | [optional] |
| memo | getMemo() | setMemo($value) | string | A note about the inventory adjustment. | [optional] |
Note: All properties are protected and only accessed via getters and setters.