ENUM

DeliveryTypeEnum

Label for different methods by which a user can purchase and receive their item.

link GraphQL Schema definition

  • enum DeliveryTypeEnum {
  • # The entire transaction takes place online, and the item is delivered.
  • BUY_ONLINE
  • # The item is purchased online, but the user picks it up at the store.
  • CLICK_AND_COLLECT
  • # For items that are neither delivered nor picked up. Usually for bookings
  • #
  • # (e.g. hotels, tours)
  • NO_DISPATCH
  • }