Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 835 Bytes

V1AdjustInventoryRequest.md

File metadata and controls

13 lines (9 loc) · 835 Bytes

V1AdjustInventoryRequest

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. [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.

[Back to Model list] [Back to API list] [Back to README]