No content to show
User Activity
query {
cartTransforms(first: 25) {
nodes {
functionId
id
}
}
}Able to query the cartTransforms created and get the corresponding ID, then can update meta using the
Is there any work around for this issue?
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
I'm working on developing Shopify POS UI extensions that involve form fields. While the components list includes radio button groups, I couldn't find checkbox group fields. Can any guide me on how to create a checkbox in this context?