What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

deleting cartTransform once created without cartTransform id

deleting cartTransform once created without cartTransform id

jamsheer
Tourist
4 0 2

Can't find any way to delete a cartTransform created using cartTransformCreate once it is created.

The case here is that we forgot to save the cartTransform id when created, now it needs to be deleted without uninstalling the app 

 

 

Reply 1 (1)

jamsheer
Tourist
4 0 2
query {
cartTransforms(first: 25) {
nodes {
functionId
id
}
}
}

Able to query the cartTransforms created and get the corresponding ID, then can update meta using the