Availability information of the product like deliverable, out of stock, valid product etc.
Fields
available_sizes
[ProductSizeDetailsCart]Product sizes availability. Example: [{ value: 'M', display: 'Medium', is_available: true }]
deliverable
BooleanWhether the product is deliverable. Example: true
is_valid
BooleanWhether the product is valid to place the order. Example: true
other_store_quantity
IntQuantity available in other stores. Example: 5
out_of_stock
BooleanWhether the product is in stock. Example: true
sizes
[String]All available sizes. Example: ['S', 'M', 'L', 'XL']
Was this section helpful?