create_payment_customization
Create a payment customization for Shopify to adjust payment processing. Set a title, function handle, enabled status, and metafields to define custom behavior.
Instructions
Create a new payment customization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the payment customization | |
| enabled | No | Whether the customization is enabled (default: true) | |
| metafields | No | Metafields to associate with the customization | |
| functionHandle | Yes | Function handle scoped to your app ID |