CartTransform - admin-graphql - OBJECT
Version: 2024-10
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.
-
privateMetafield:
PrivateMetafield -
Returns a private metafield by namespace and key that belongs to the resource.
Connections
Related queries
-
cartTransforms
List of Cart transform objects owned by the current API client.
Related mutations
Related Unions
Examples