ENUM

GoldenProductSaleTypeEnum

The type of transaction permitted for a given golden product.

link GraphQL Schema definition

  • enum GoldenProductSaleTypeEnum {
  • # Can be purchased via the website or other means.
  • BUY_ONLINE
  • # Can be purchased exclusively via the website.
  • BUY_ONLINE_ONLY
  • # Can be purchased via the website and can be delivered or picked up in store.
  • BUY_ONLINE_OR_CLICK_AND_COLLECT
  • # Can be purchased via the website then picked up in store.
  • CLICK_AND_COLLECT
  • # Being sold by a private seller (i.e. not a store).
  • CLASSIFIED
  • }