Skip to main content
Anchor to DiscountCodeBasicInput

DiscountCodeBasicInput

input_object

The input fields for creating or updating an amount off discount that's applied on a cart and at checkout when a customer enters a code. Amount off discounts can be a percentage off or a fixed amount off.

Anchor to appliesOncePerCustomerappliesOncePerCustomer
•Boolean

Whether a customer can only use the discount once.

•String

The code that customers use to apply the discount.

•DiscountCombinesWithInput

The discount class that you can use in combination with Shopify discount types.

•DiscountCustomerGetsInput

The items in the order that qualify for the discount, their quantities, and the total value of the discount.

•DiscountCustomerSelectionInput

The customers that can use the discount.

•DateTime

The date and time when the discount expires and is no longer available to customers. For discounts without a fixed expiration date, specify null.

•DiscountMinimumRequirementInput

The minimum subtotal or quantity of items that are required for the discount to be applied.

•Int

The number of billing cycles for which the discount can be applied, which is useful for subscription-based discounts. For example, if you set this field to 3, then the discount only applies to the first three billing cycles of a subscription. If you specify 0, then the discount applies indefinitely.

•DateTime

The date and time when the discount becomes active and is available to customers.

•String

The discount's name that displays to merchants in the Shopify admin and to customers.

•Int

The maximum number of times that a customer can use the discount. For discounts with unlimited usage, specify null.


Was this section helpful?