stack

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

AdminTypes.FulfillmentConstraintRuleCreatePayload interface

Return type for fulfillmentConstraintRuleCreate mutation.

Signature:

export interface FulfillmentConstraintRuleCreatePayload 

Properties

Property Modifiers Type Description
fulfillmentConstraintRule?   Maybe<FulfillmentConstraintRule> (Optional) The newly created fulfillment constraint rule.
userErrors   Array<FulfillmentConstraintRuleCreateUserError> The list of errors that occurred from executing the mutation.