Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Delivery method property in the REST FullfillmentOrder resource

API

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.