DiscountAutomaticBasicInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields to create or update an automatic basic discount.
Access Scopes
Fields
-
combinesWith:
DiscountCombinesWithInput -
Determines which discount classes the discount can combine with.
-
customerGets:
DiscountCustomerGetsInput -
Information about the qualifying items and their discount.
-
endsAt:
DateTime -
The date and time when the discount ends. For open-ended discounts, use `null`.
-
minimumRequirement:
DiscountMinimumRequirementInput -
The minimum subtotal or quantity that's required for the discount to be applied.
-
recurringCycleLimit:
Int -
The number of times a discount applies on recurring purchases (subscriptions).
-
startsAt:
DateTime -
The date and time when the discount starts.
-
title:
String -
The title of the discount.
Input objects with this input object
Examples