创建或更新BXGY代码折扣的输入字段-DiscountCodeBxgyInput 输入对象

指定用于创建或更新BXGY代码折扣的输入字段。


输入栏

  • applyOncePerCustomer([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    每个客户是否只能享受一次折扣。
  • code([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    使用折扣的代码。
  • 客户购买([DiscountCustomerBuysInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomerbuysinput)
    客户必须购买的合格物品和每件的数量才能获得折扣。
  • customerGets([DiscountCustomerGetsInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomergetsinput)
    订单中的合格项目,每个项目的数量以及折扣的总价值。
  • customerSelection([DiscountCustomerSelectionInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomerselectioninput)
    可以使用折扣的客户。
  • endsAt([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    折扣结束的日期和时间。对于开放式折扣,请使用null
  • startsAt([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    折扣开始的日期和时间。
  • title([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    折扣的标题。
  • usageLimit([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    可以使用折扣的最大次数。对于开放式折扣,请使用null
  • UsesPerOrderLimit([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    折扣可应用于订单的最大次数。