Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 719 Bytes

V1InventoryEntry.md

File metadata and controls

12 lines (8 loc) · 719 Bytes

V1InventoryEntry

Properties

Name Getter Setter Type Description Notes
variation_id getVariationId() setVariationId($value) string The variation that the entry corresponds to. [optional]
quantity_on_hand getQuantityOnHand() setQuantityOnHand($value) float The current available quantity of the item variation. [optional]

Note: All properties are protected and only accessed via getters and setters.

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