Skip to main content
Anchor to CartTransformCreateUserError

CartTransformCreateUserError

object

An error that occurs during the execution of CartTransformCreate.

•CartTransformCreateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Create a CartTransform function to the Shop.

Arguments

•BooleanDefault:false

Whether a run failure should block cart and checkout operations.

•String!required

The identifier of the Function providing the cart transform.

•[MetafieldInput!]Default:[]

Additional metafields to associate to the cart transform.


Fields

•CartTransform

The newly created cart transform function.

•[CartTransformCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?