ENUM

AdvertAvailabilityEnum

The availability of the product.

link GraphQL Schema definition

  • enum AdvertAvailabilityEnum {
  • # For rentable items.
  • HIRE
  • # Being sold by a private seller (i.e. not a store).
  • CLASSIFIED
  • # Can be purchased in the store.
  • IN_STORE
  • # Can be purchased via the website.
  • BUY_ONLINE
  • # Can be purchased via the website then picked up in store.
  • CLICK_AND_COLLECT
  • }