Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 1 KB

V1AdjustInventoryRequest.md

File metadata and controls

18 lines (12 loc) · 1 KB

V1AdjustInventoryRequest

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.

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