更新订阅草稿的订阅折扣-subscriptionDraftDiscountUpdate mutation

更新订阅草稿的订阅折扣。

所需的访问

write_own_subscription_contracts 访问范围。

在本页面

互动范例

这是一个示例变异查询。

突变subscriptionDraftDiscountUpdate $ draftId ID $ discountId ID $ input SubscriptionManualDiscountInput !){ subscriptionDraftDiscountUpdate 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
() [SubscriptionManualDiscountInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscountinput)

必需的
要在“订阅折扣”上更新的属性。

SubscriptionManualDiscountInput字段

  • 标题为([SubscriptionManualDiscountEntitledLinesInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscountentitledlinesinput)
    有权使用订阅折扣的授权订单项。
  • 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)
    与订阅折扣关联的标题。
  • 值([SubscriptionManualDiscountValueInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscountvalueinput)
    折扣的百分比或固定值。

返回字段

  • 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)
    执行突变时发生的错误列表。