Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentConstraintRule
A fulfillment constraint rule.
Signature:
export interface FulfillmentConstraintRule extends HasMetafields, Node
Extends: HasMetafields, Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| function | ShopifyFunction | The ID for the fulfillment constraint function. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| metafield? | Maybe<Metafield> | (Optional) Returns a metafield by namespace and key that belongs to the resource. | |
| metafields | MetafieldConnection | List of metafields that belong to the resource. | |
| privateMetafield? | Maybe<PrivateMetafield> | (Optional) Returns a private metafield by namespace and key that belongs to the resource. | |
| privateMetafields | PrivateMetafieldConnection | List of private metafields that belong to the resource. |