availability property
Availability status of the item. Possible string values are:
- "AVAILABILITY_UNSPECIFIED" : Availability is not specified.
- "IN_STOCK" : In stock.
- "OUT_OF_STOCK" : Out of stock.
- "PREORDER" : Pre-order.
- "LIMITED_AVAILABILITY" : Limited availability.
- "BACKORDER" : Backorder.
Implementation
core.String? availability;