cartTransformDelete - admin-graphql - MUTATION
Version: 2024-10
Description:
Destroy a cart transform function from the Shop.
Access Scopes
`write_cart_transforms` access scope. Also: The user must have products and preferences permission to delete a cart transform function.
Arguments
-
id:
ID! -
A globally-unique identifier for the cart transform.
Returns
-
deletedId:
ID
The globally-unique ID for the deleted cart transform.
-
userErrors:
CartTransformDeleteUserError!
The list of errors that occurred from executing the mutation.
Examples