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.
- # The buyer has purchased the item online and will pick it up at the store.
- # Either the item is not deliverable or the buyer will receive the item in a
- # non-standard way.
- }
link Require by
- AddCartItemInputArguments for finding variants and adding them to a cart.
- CartAddCartItemMutationInputAutogenerated input type of CartAddCartItemMutation
- CartAddItemMutationInputAutogenerated input type of CartAddItemMutation
- CartItemA good or service that a user has added to their cart.
- CartItemDeliveryMethodGroupA grouping of cart items that all have the same delivery method. Most of the fields are aggregations of individual cart item fields.
- CartUpdateCartItemMutationInputAutogenerated input type of CartUpdateCartItemMutation