ENUM

DeliveryMethodEnum

How the buyer expects to receive a purchased item.

link GraphQL Schema definition

  • enum DeliveryMethodEnum {
  • # The buyer has purchased the item online and is having it delivered.
  • DELIVER
  • # The buyer has purchased the item online and will pick it up at the store.
  • PICK_UP_IN_STORE
  • # Either the item is not deliverable or the buyer will receive the item in a
  • # non-standard way.
  • NO_DISPATCH
  • }