更新营销活动-marketingActivityUpdate mutation

更新营销活动。

所需的访问

write_marketing_events 访问范围。


在本页面


互动范例

这是一个示例变异查询。

变异marketingActivityUpdate $ input MarketingActivityUpdateInput !){ marketingActivityUpdate 输入$ input {
  1. <font style="color:#1F61A0;">marketingActivity </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">redirectPath</font>
  5. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  6. <font style="color:#1F61A0;">场地</font>
  7. <font style="color:#1F61A0;">信息</font>
  8. <font style="color:#555555;">}</font>
} } { “输入” {
  1. <font style="color:#8B2BB9;">“ id” </font><font style="color:#555555;"></font><font style="color:#D64292;">“ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =”</font>
} }


参数

参数 描述
input
() [MarketingActivityUpdateInput!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivityupdateinput)

必需的
营销活动的输入。


MarketingActivityUpdateInput字段

  • adSpend([MoneyInput](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyinput)
    在此营销活动上花费的累计金额。不建议使用此参数:使用MarketingEngagementCreate.MarketingEngagementInput.adSpendGraphQL发送广告支出。
  • 预算([MarketingActivityBudgetInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitybudgetinput)
    此营销活动的预算。
  • 上下文([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    Shopify在更新营销活动回调期间提供的编码上下文。不建议使用此参数:Shopify在回调中不再需要此上下文。
  • 错误([JSON](https://shopify.dev/docs/admin-api/graphql/reference/scalar#json-2021-01)
    应用尝试完成此活动时生成的错误消息。
  • formData([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)必需的
    此营销活动的ID。
  • marketedResources([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))在此营销活动中营销的商品的列表。这些项目的有效类型为:
    • Product
    • Shop (必须是您当前的店铺)。
  • marketingRecommendationId([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    创建此营销活动的建议的ID(如果存在)。
  • 状态([MarketingActivityStatus](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitystatus)
    营销活动的当前状态。
  • targetStatus([MarketingActivityStatus](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitystatus)
    营销活动的目标状态。
  • 标题([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    此营销活动的标题。
  • utm([UTMInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/utminput)
    指定 与相关营销活动相关联的 Urchin交通模块(UTM)参数。除Storefront App之外的所有营销策略都需要UTMInput。此utm参数只能设置一次,不能修改。


返回字段

  • marketingActivity([MarketingActivity](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivity)
    更新的营销活动。
  • redirectPath([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    从嵌入式编辑器返回到Shopify管理员的路径。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。