update_payment_customization
Update an existing payment customization in Shopify by modifying its title, enabled status, metafields, or function handle via GraphQL.
Instructions
Update an existing payment customization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Payment Customization ID | |
| title | No | New title for the customization | |
| enabled | No | Enable or disable the customization | |
| metafields | No | Metafields to update or create | |
| functionHandle | No | Function handle scoped to your app ID |