Skip to main content
Anchor to CartTransformCreateUserErrorCode

CartTransformCreateUserErrorCode

enum

Possible error codes that can be returned by CartTransformCreateUserError.

Anchor to FUNCTION_ALREADY_REGISTEREDFUNCTION_ALREADY_REGISTERED

A cart transform function already exists for the provided function_id.

Anchor to FUNCTION_DOES_NOT_IMPLEMENTFUNCTION_DOES_NOT_IMPLEMENT

Function does not implement the required interface for this cart_transform function.

No Shopify Function found for provided function_id.

Failed to create cart transform due to invalid input.

Could not create or update metafields.

Anchor to MISSING_FUNCTION_IDENTIFIERMISSING_FUNCTION_IDENTIFIER

Either function_id or function_handle must be provided.

Anchor to MULTIPLE_FUNCTION_IDENTIFIERSMULTIPLE_FUNCTION_IDENTIFIERS

Only one of function_id or function_handle can be provided, not both.


Was this section helpful?

•OBJECT

An error that occurs during the execution of CartTransformCreate.


Was this section helpful?