> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShippingMethodType"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
