--- title: Delivery method property in the REST FullfillmentOrder resource - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/delivery-method-property-in-the-rest-fullfillmentorder-resource md: https://shopify.dev/changelog/delivery-method-property-in-the-rest-fullfillmentorder-resource.md --- [Back to Developer changelog](https://shopify.dev/changelog) March 11, 2021 Tags: * API * 2021-04 # Delivery method property in the REST FullfillmentOrder resource As of API version 2021-04, a new field called `delivery_method` is present on the `FulfillmentOrder` object in the REST Admin. This field can contain an `id` and a `method_type`. The `method_type` can be one of the following values: `local`, `none`, `pick_up`, `retail`, or `shipping`. `delivery_method` represents the type of method that is used to transfer a product or service to a customer. The field was previously released in GraphQL API 2020-10 version. For more information about FulfillmentOrder, visit our [developer documentation](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder).