stack

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

AdminTypes.FulfillmentConstraintRuleCreateUserErrorCode enum

Possible error codes that can be returned by FulfillmentConstraintRuleCreateUserError.

Signature:

export declare enum FulfillmentConstraintRuleCreateUserErrorCode 

Enumeration Members

Member Value Description
CustomAppFunctionNotEligible "CUSTOM_APP_FUNCTION_NOT_ELIGIBLE" Shop must be on a Shopify Plus plan to activate functions from a custom app.
FunctionAlreadyRegistered "FUNCTION_ALREADY_REGISTERED" A fulfillment constraint rule already exists for the provided function_id.
FunctionDoesNotImplement "FUNCTION_DOES_NOT_IMPLEMENT" Function does not implement the required interface for this fulfillment constraint rule.
FunctionNotFound "FUNCTION_NOT_FOUND" No Shopify Function found for provided function_id.
FunctionPendingDeletion "FUNCTION_PENDING_DELETION" Function is pending deletion and cannot have new rules created against it.
InputInvalid "INPUT_INVALID" Failed to create fulfillment constraint rule due to invalid input.