Skip to main content

ResultCustomerSubscriptionContractUpdatePaymentMethod

顧客向け支払い方法更新結果

type ResultCustomerSubscriptionContractUpdatePaymentMethod {
customerId: String!
}

Fields

ResultCustomerSubscriptionContractUpdatePaymentMethod.customerId ● String! non-null scalar

顧客ID

  • 説明: 顧客の globally-unique ID.
  • データ例: "gid://shopify/Customer/1234567890"

Example

{
"customerId": "gid://shopify/Customer/1234567890"
}

Returned By

customerSubscriptionContractUpdatePaymentMethod mutation