--- title: DiscountTargetType - GraphQL Admin 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: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/discounttargettype md: https://shopify.dev/docs/api/admin-graphql/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​Manual​Discount.targetType](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionManualDiscount#field-SubscriptionManualDiscount.fields.targetType) OBJECT Custom subscription discount. *** ## Map ### Fields with this enum * <-|[Subscription​Manual​Discount.targetType](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionManualDiscount#field-SubscriptionManualDiscount.fields.targetType)