Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 768 Bytes

File metadata and controls

12 lines (9 loc) · 768 Bytes

# ProductInventoryDetail

Properties

Name Type Description Notes
inventory_limit int The inventory limit for this product. Must be greater than or equal to 0. [optional]
inventory_count int The current inventory count for this product. Must be greater than or equal to 0. This field is omitted in List responses. [optional]
out_of_stock_enabled bool The flag to enable out of stock inventory [optional]
email_for_inventory_notifications string The email address for notifications about inventory [optional]

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