DeliveryMethodDefinition - admin-graphql - OBJECT
Version: 2024-10
Description:
A method definition contains the delivery rate and the conditions that must be met for the method to be
applied.
Access Scopes
Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission.
Fields
-
active:
Boolean! -
Whether this method definition is active.
-
description:
String -
The description of the method definition. Only available on shipping rates that are custom.
-
id:
ID! -
A globally-unique ID.
-
methodConditions:
DeliveryCondition! -
The method conditions that must pass for this method definition to be applied to an order.
-
name:
String! -
The name of the method definition.
-
rateProvider:
DeliveryRateProvider! -
The provided rate for this method definition, from a rate definition or participant.
Connections
Related queries
Related mutations
Related Unions
Examples