Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryMethodType
Possible method types that a delivery method can have.
Signature:
export declare enum DeliveryMethodType
Member | Value | Description |
---|---|---|
Local | "LOCAL" |
The order is delivered using a local delivery service. |
None | "NONE" |
No delivery is needed. |
PickUp | "PICK_UP" |
The order is picked up by the customer. |
Retail | "RETAIL" |
The order is delivered to a retail store. |
Shipping | "SHIPPING" |
The order is shipped. |