CartTransform - admin-graphql - OBJECT
Version: 2025-01
Description:
A Cart Transform Function to create [Customized Bundles.](https://shopify.dev/docs/apps/selling-strategies/bundles/add-a-customized-bundle).
Access Scopes
`read_cart_transforms` access scope.
Fields
blockOnFailure
: Boolean! - Whether a run failure will block cart and checkout operations.
functionId
: String! - The ID for the Cart Transform function.
id
: ID! - A globally-unique ID.
metafield
: Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
Connections
metafields
: MetafieldConnection!
Related queries
cartTransforms
List of Cart transform objects owned by the current API client.
Related mutations
cartTransformCreate
Create a CartTransform function to the Shop.
Related Unions
Examples