customerPaymentMethodCreditCardCreate mutation
为客户创建信用卡付款方式。
所需的访问
write_customers
访问范围。
在本页面
互动范例
这是一个示例变异查询。
突变customerPaymentMethodCreditCardCreate ($ customerId :ID !,$ billingAddress :MailingAddressInput !,$ sessionId :String !){ customerPaymentMethodCreditCardCreate (customerId :$ customerId ,billingAddress :$ billingAddress ,sessionId :$ sessionId ){} } { “ customerId” :“ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” , “ billingAddress” :{}, “ sessionId” :“占位符” }
<font style="color:#1F61A0;">customerPaymentMethod </font><font style="color:#555555;">{</font>
<font style="color:#1F61A0;">ID</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
<font style="color:#1F61A0;">场地</font>
<font style="color:#1F61A0;">信息</font>
<font style="color:#555555;">}</font>
字段
MailingAddressInput字段
- 地址1(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的第一行。通常是街道地址或邮政信箱号码。 - 地址2(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的第二行。通常是公寓,套房或单元的编号。 - 城市(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
城市,地区,村庄或城镇的名称。 - 公司(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户的公司或组织的名称。 - 国家(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
国家的名字。不建议使用此参数:countryCode
改为使用。 - countryCode(
[CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
)
地址国家/地区的两个字母的代码。 - 名字(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户的名字。 - 编号(
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
不赞成使用此参数:90%的突变不需要此参数,并在需要时单独提供。 - 姓氏(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户的姓氏。 - 电话(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
客户的唯一电话号码。
使用E.164标准进行格式化。例如,+16135551111。 - 省(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的区域,例如省,州或地区。不建议使用此参数:provinceCode
改为使用。 - provinceCode(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址区域的代码,例如省,州或地区。例如加拿大魁北克省的质量控制。 - 拉链(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的邮政编码。
返回字段
- customerPaymentMethod(
[CustomerPaymentMethod](https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethod)
)
客户付款方式。 - userErrors(
[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
)
执行突变时发生的错误列表。