---
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
metadata:
  effectiveApiVersion: 2021-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2021-03-11T08:15:01-05:00'
  postedAt: '2021-03-11T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:32-05:00'
  effectiveAt: '2021-03-11T00:00:00-05:00'
---

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