DeliveryCondition - admin-graphql - OBJECT
Version: 2024-04
Description:
A condition that must pass for a delivery method definition to be applied to an order.
Access Scopes
Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission.
Fields
-
conditionCriteria:
DeliveryConditionCriteria! -
The value (weight or price) that the condition field is compared to.
-
field:
DeliveryConditionField! -
The field to compare the criterion value against, using the operator.
-
id:
ID! -
A globally-unique ID.
-
operator:
DeliveryConditionOperator! -
The operator to compare the field and criterion value.
Connections
Related queries
Related mutations
Related Unions
Examples