Skip to main content
Anchor to fulfillmentConstraintRules

fulfillmentConstraintRules

query

Requires read_fulfillment_constraint_rules access scope.

The fulfillment constraint rules that belong to a shop.

Anchor to FulfillmentConstraintRuleFulfillmentConstraintRule
•[FulfillmentConstraintRule!]!

A fulfillment constraint rule.

Show fields
•[DeliveryMethodType!]!
non-null

Delivery method types that the function is associated with.

Show enum values
•ShopifyFunction!
non-null

The ID for the fulfillment constraint function.

Show fields
•ID!
non-null

A globally-unique ID.

•Metafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

Show fields

Arguments

•String!
required

The key for the metafield.

•String

The container the metafield belongs to. If omitted, the app-reserved namespace will be used.


•MetafieldConnection!
non-null

A list of custom fields that a merchant associates with a Shopify resource.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•[String!]

List of keys of metafields in the format namespace.key, will be returned in the same format.

•Int

The last n elements from the paginated list.

•String

The metafield namespace to filter by. If omitted, all metafields are returned.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to metafieldsByIdentifiersmetafieldsByIdentifiers
•[Metafield]!
non-null

The metafields associated with the resource matching the supplied list of namespaces and keys.

Show fields

Arguments

•[HasMetafieldsIdentifier!]!
required

The list of metafields to retrieve by namespace and key.

Show input fields


Was this section helpful?