> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

***

## Related types

* [`ShippingMethod`](/api-reference/shippingmethod)
