Cart Transform Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Cart
Transform Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Removes an existing cart transform function from the merchant's store, disabling any customized bundle or cart modification logic it provided. This mutation persistently deletes the transform configuration and stops all associated cart processing.
For example, when discontinuing a bundle app or removing specific merchandising features, you would delete the corresponding cart transform to ensure customers no longer see the bundled products or modified cart behavior.
Use
to:
- Deactivate customized bundle logic when removing app features
- Clean up unused transform functions
- Disable cart modifications during app uninstallation
- Remove outdated merchandising strategies
- Restore default cart behavior for merchants
The deletion processes immediately and returns the ID of the removed cart transform for confirmation. Once deleted, the transform function stops processing new cart operations, though existing cart sessions may retain their current state until refresh. This ensures a clean transition without disrupting active customer sessions.
Consider the timing of deletions carefully, as removing transforms during peak shopping periods could affect customer experience if they have active carts with transformed items.
Learn more about managing cart transforms.