Change a Shopify Store
shopify_graphql_mutationExecute a GraphQL Admin API mutation on one named Shopify store, requiring explicit user confirmation of both the store and change before applying it.
Instructions
Run one GraphQL Admin API mutation against one named store. Set confirm to true only after the user authorizes the exact store and change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | Yes | Configured store alias, such as main-store or wholesale-store | |
| confirm | Yes | Must be true after the user authorizes the exact change and store. | |
| mutation | Yes | A GraphQL mutation document. | |
| variables | No | GraphQL variables as a JSON object |