Enums
ShippingMethodType
Enum describing how an order is fulfilled (delivery, pick-up, etc.).
Valid values
NONE
The product is non-physical item. No delivery required.
PICK_UP
The order will be picked up by the shopper.
DELIVERY
The order will be delivered to the shopper.
UNKNOWN
Rye is unable to determine the type of shipping method.