object

ProductAvailability

Availability information of the product like deliverable, out of stock, valid product etc.
Fields
Product sizes availability. Example: [{ value: 'M', display: 'Medium', is_available: true }]
deliverable
Boolean
Whether the product is deliverable. Example: true
is_valid
Boolean
Whether the product is valid to place the order. Example: true
other_store_quantity
Int
Quantity available in other stores. Example: 5
out_of_stock
Boolean
Whether the product is in stock. Example: true
All available sizes. Example: ['S', 'M', 'L', 'XL']