Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentConstraintRuleDeletePayload
Return type for fulfillmentConstraintRuleDelete mutation.
Signature:
export interface FulfillmentConstraintRuleDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| success? | Maybe<Scalars[‘Boolean’][‘output’]> | (Optional) Whether or not the fulfillment constraint rule was successfully deleted. | |
| userErrors | Array<FulfillmentConstraintRuleDeleteUserError> | The list of errors that occurred from executing the mutation. |