GitHub

ShopifyDeliveryMethodType

enum

import { ShopifyDeliveryMethodType } from '@daffodil/driver/shopify'

List of different delivery method types.

enum ShopifyDeliveryMethodType {
  Local = ShopifyDeliveryMethodType.Local,
  None = ShopifyDeliveryMethodType.None,
  PickupPoint = ShopifyDeliveryMethodType.PickupPoint,
  PickUp = ShopifyDeliveryMethodType.PickUp,
  Retail = ShopifyDeliveryMethodType.Retail,
  Shipping = ShopifyDeliveryMethodType.Shipping,
}

Properties

Local
ShopifyDeliveryMethodType.Local

Local Delivery.

None
ShopifyDeliveryMethodType.None

None.

PickupPoint
ShopifyDeliveryMethodType.PickupPoint

Shipping to a Pickup Point.

PickUp
ShopifyDeliveryMethodType.PickUp

Local Pickup.

Retail
ShopifyDeliveryMethodType.Retail

Retail.

Shipping
ShopifyDeliveryMethodType.Shipping

Shipping.