在订阅草稿上更新订阅免费送货折扣-subscriptionDraftFreeShippingDiscountUpdate mutation

在订阅草稿上更新订阅免费送货折扣。

所需的访问

write_own_subscription_contracts 访问范围。

在本页面

互动范例

这是一个示例变异查询。使用下面的嵌入式交互式工具来编辑查询。

提示:使用Ctrl+Space表示自动填充字段。

突变subscriptionsubraftFreeShippingDiscountUpdate $ draftId ID $ discountId ID $ input SubscriptionFreeShippingDiscountInput !){ subscriptionDraftFreeShippingDiscountUpdate draftId $ draftId discountId $ discountId input $ input {
  1. <font style="color:#1F61A0;">discountUpdated </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">草稿</font><font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">ID</font>
  6. <font style="color:#555555;">}</font>
  7. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  8. <font style="color:#1F61A0;">代码</font>
  9. <font style="color:#1F61A0;">场地</font>
  10. <font style="color:#1F61A0;">信息</font>
  11. <font style="color:#555555;">}</font>
} } { “ draftId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “ discountId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “输入” {} }

参数

参数 描述
discountId
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
订阅折扣的价格更新。
draftId
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
用于更新订购折扣的订购合同草稿的ID。
input
() [SubscriptionFreeShippingDiscountInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionfreeshippingdiscountinput)

必需的
订阅免费送货折扣上要更新的属性。

SubscriptionFreeShippingDiscountInput字段

  • recurringCycleLimit([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    订阅免费送货折扣将应用于订单的最大次数。
  • 标题([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    与订阅免费送货折扣关联的标题。

返回字段

  • discountUpdated([SubscriptionManualDiscount](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscount)
    更新的订阅折扣。
  • 草稿([SubscriptionDraft](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft)
    订阅合同草稿对象。
  • userErrors([[SubscriptionDraftUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraftusererror)
    执行突变时发生的错误列表。