Skip to main content
Anchor to PaymentCustomization

PaymentCustomization

object

Requires read_payment_customizations access scope.

A payment customization.

Anchor to Fields and connectionsFields and connections

•Boolean!non-null

The enabled status of the payment customization.

•FunctionsErrorHistory

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

•String!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.

•MetafieldConnection!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.

•String!non-null

The title of the payment customization.

Anchor to metafieldDefinitionsmetafieldDefinitions
•MetafieldDefinitionConnection!non-nullDeprecated

Was this section helpful?

•query

The payment customization.

•query

The payment customizations.


Was this section helpful?

•mutation

Creates a payment customization.

Arguments

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomizationInput!required

The input data used to create the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomization

Returns the created payment customization.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a payment customization.

Arguments

•ID!required

The global ID of the payment customization.

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomizationInput!required

The input data used to update the payment customization.


Fields

Anchor to paymentCustomizationpaymentCustomization
•PaymentCustomization

Returns the updated payment customization.

•[PaymentCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?