从订阅草稿中删除订阅行-subscriptionDraftLineRemove mutation

从订阅草稿中删除订阅行。

所需的访问

write_own_subscription_contracts 访问范围。

在本页面

互动范例

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

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

突变subscriptionDraftLineRemove $ draftId ID $ lineId ID !){ subscriptionDraftLineRemove draftId $ draftId lineId $ lineId {
  1. <font style="color:#1F61A0;">折扣已更新</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;">lineRemoved </font><font style="color:#555555;">{</font>
  8. <font style="color:#1F61A0;">ID</font>
  9. <font style="color:#555555;">}</font>
  10. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  11. <font style="color:#1F61A0;">代码</font>
  12. <font style="color:#1F61A0;">场地</font>
  13. <font style="color:#1F61A0;">信息</font>
  14. <font style="color:#555555;">}</font>
} } { “ draftId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “ lineId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }

参数

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

必需的
用于从中删除订阅行的订阅合同草稿的指导。
lineId
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
要删除的订阅行的链接。

返回字段

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