Anchor to fulfillmentConstraintRuleDeletefulfillment
fulfillmentConstraintRuleDelete
mutation
Requires access scope.
Deletes a fulfillment constraint rule and its metafields.
Anchor to Arguments
Arguments
- •ID!required
A globally-unique identifier for the fulfillment constraint rule.
Was this section helpful?
Anchor to FulfillmentConstraintRuleDeletePayload returnsFulfillmentConstraintRuleDeletePayload returns
- Anchor to successsuccess•
Whether or not the fulfillment constraint rule was successfully deleted.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation fulfillmentConstraintRuleDelete($id: ID!) {2 fulfillmentConstraintRuleDelete(id: $id) {3 success4 userErrors {5 field6 message7 }8 }9}
Input
1{2 "id": "gid://shopify/<objectName>/10079785100"3}
{
"id": "gid://shopify/<objectName>/10079785100"
}