--- title: DiscountTargetType - Customer API description: The type of line (line item or shipping line) on an order that the subscription discount is applicable towards. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/discounttargettype md: https://shopify.dev/docs/api/customer/latest/enums/discounttargettype.md --- # Discount​Target​Type enum The type of line (line item or shipping line) on an order that the subscription discount is applicable towards. ## Valid values * LINE\_​ITEM The discount applies onto line items. * SHIPPING\_​LINE The discount applies onto shipping lines. *** ## Fields * [Subscription​Discount.targetType](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDiscount#field-SubscriptionDiscount.fields.targetType) OBJECT A discount applied to a subscription contract. *** ## Map ### Fields with this enum * <-|[Subscription​Discount.targetType](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDiscount#field-SubscriptionDiscount.fields.targetType)