ShippingMethod object
The shipping method for the delivery.
Required access
Any of read_fulfillments
, read_products
access scopes.
On this page
Fields
- code (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A unique code associated with the rate. For example:expedited_mail
- label (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A description of the rate, which customers will see at checkout. For example:Includes tracking and insurance
.
Types that return ShippingMethod
[FulfillmentService.shippingMethods](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservice#shippingmethods-2021-01)