Skip to main content
Log inSign up
Anchor to paymentCustomization

paymentCustomization

query

Requires read_payment_customizations access scope.

The payment customization.

ID!required

The ID of the payment customization.


Was this section helpful?

Anchor to PaymentCustomizationPaymentCustomization

A payment customization.

enabled
non-null

The enabled status of the payment customization.

errorHistory

The error history on the most recent version of the payment customization.

functionId
non-null

The ID of the Shopify Function implementing the payment customization.

id
non-null

A globally-unique ID.

metafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

metafields
non-null

A list of custom fields that a merchant associates with a Shopify resource.

shopifyFunction
non-null

The Shopify Function implementing the payment customization.

title
non-null

The title of the payment customization.

metafieldDefinitions
non-null

List of metafield definitions.


Was this section helpful?