FulfillmentConstraintRule - admin-graphql - OBJECT
Version: 2025-01
Description:
A fulfillment constraint rule.
Access Scopes
`read_fulfillment_constraint_rules` access scope.
Fields
deliveryMethodTypes
: DeliveryMethodType! - Delivery method types that the function is associated with.
function
: ShopifyFunction! - The ID for the fulfillment constraint function.
id
: ID! - A globally-unique ID.
metafield
: Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
Connections
metafields
: MetafieldConnection!
Related queries
fulfillmentConstraintRules
The fulfillment constraint rules that belong to a shop.
Related mutations
fulfillmentConstraintRuleCreate
Creates a fulfillment constraint rule and its metafield.
fulfillmentConstraintRuleUpdate
Update a fulfillment constraint rule.
Related Unions
Examples