创建订购合同-subscriptionContractCreate mutation
创建订购合同。
所需的访问
write_own_subscription_contracts
访问范围。
在本页面
互动范例
这是一个示例变异查询。
变异subscriptionSubscribeContractCreate ($ input :SubscriptionContractCreateInput !){ subscriptionContractCreate (输入:$ input ){} } { “输入” :{
<font style="color:#1F61A0;">草稿</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:#1F61A0;">信息</font>
<font style="color:#555555;">}</font>
} }
<font style="color:#8B2BB9;">“ customerId” </font><font style="color:#555555;">:</font><font style="color:#D64292;">“ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” </font><font style="color:#555555;">,</font>
<font style="color:#8B2BB9;">“ nextBillingDate” </font><font style="color:#555555;">:</font><font style="color:#D64292;">“占位符” </font><font style="color:#555555;">,</font>
<font style="color:#8B2BB9;">“ currencyCode” </font><font style="color:#555555;">:</font><font style="color:#D64292;">“占位符” </font><font style="color:#555555;">,</font>
<font style="color:#8B2BB9;">“合同” </font><font style="color:#555555;">:</font><font style="color:#555555;">{}</font>
参数
参数 | 描述 |
---|---|
input () [SubscriptionContractCreateInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontractcreateinput) 必需的 |
新的认购合同的属性。 |
SubscriptionContractCreateInput字段
- 合约(
[SubscriptionDraftInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraftinput)
) 必需的
用作订阅草稿输入的属性。 - currencyCode(
[CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode)
) 必需的
订阅合约所使用的货币。 - customerId(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) 必需的
与订购合同关联的客户的ID。 - nextBillingDate(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
) 必需的
订阅合同的下一个结算日期。
返回字段
- 草稿(
[SubscriptionDraft](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft)
)
订阅合同对象。 - userErrors(
[[SubscriptionDraftUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraftusererror)
)
执行突变时发生的错误列表。