Cart Transform
Requires access scope.
A Cart Transform Function to create Customized Bundles..
Anchor to Fields and connectionsFields and connections
- Anchor to blockOnFailureblock•Boolean!non-null
On Failure Whether a run failure will block cart and checkout operations.
- Anchor to functionIdfunction•String!non-null
Id The ID for the Cart Transform function.
- •ID!non-null
A globally-unique ID.
- Anchor to metafieldmetafield•Metafield
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•Metafield
Connection!non-null A list of custom fields that a merchant associates with a Shopify resource.
Anchor to QueriesQueries
- •query
List of Cart transform objects owned by the current API client.
Anchor to MutationsMutations
- •mutation
Create a CartTransform function to the Shop.
- Anchor to blockOnFailureblock•BooleanDefault:false
On Failure Whether a run failure should block cart and checkout operations.
- Anchor to functionIdfunction•String!required
Id The identifier of the Function providing the cart transform.
- Anchor to metafieldsmetafields•[Metafield
Input!]Default:[] Additional metafields to associate to the cart transform.
Arguments
- Anchor to cartTransformcart•Cart
Transform Transform The newly created cart transform function.
- Anchor to userErrorsuser•[Cart
Errors Transform Create User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields