Skip to main content
object

Requires read_cart_transforms access scope.

A Cart Transform Function to create Customized Bundles..

Anchor to Fields and connectionsFields and connections

Boolean!non-null

Whether a run failure will block cart and checkout operations.

String!non-null

The ID for the Cart Transform function.

ID!non-null

A globally-unique ID.

Metafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

MetafieldConnection!non-null

A list of custom fields that a merchant associates with a Shopify resource.


Was this section helpful?

query

List of Cart transform objects owned by the current API client.


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?