stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentConstraintRuleDeletePayload

AdminTypes.FulfillmentConstraintRuleDeletePayload interface

Return type for fulfillmentConstraintRuleDelete mutation.

Signature:

export interface FulfillmentConstraintRuleDeletePayload 

Properties

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.