discountAutomaticBasicUpdate mutation
Updates a basic automatic discount using its ID and input.
Required access
Apps must have write_discounts
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
mutation discountAutomaticBasicUpdate($id: ID!, $automaticBasicDiscount: DiscountAutomaticBasicInput!) { discountAutomaticBasicUpdate(id: $id, automaticBasicDiscount: $automaticBasicDiscount) {} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “automaticBasicDiscount”: {} }
<font style="color:#1F61A0;">automaticDiscountNode</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">id</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">code</font>
<font style="color:#1F61A0;">extraInfo</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
Arguments
DiscountAutomaticBasicInput fields
- customerGets (
[DiscountCustomerGetsInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomergetsinput)
)
The qualifying items in an order, the quantity of each one, and the total value of the discount. - endsAt (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the discount ends. For open-ended discounts, usenull
. - minimumRequirement (
[DiscountMinimumRequirementInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountminimumrequirementinput)
)
The minimum subtotal or quantity that’s required for the discount to be applied. - startsAt (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the discount starts. - title (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The title of the discount.
Return fields
- automaticDiscountNode (
[DiscountAutomaticNode](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountautomaticnode)
)
The updated automatic discount. - userErrors (
[[DiscountUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountusererror)
)
List of errors that occurred executing the mutation.