# SubscriptionLine - customer - OBJECT Version: 2024-10 ## Description A line item in a subscription. ### Access Scopes ## Fields * [currentPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The current price per unit for the subscription line in the contract's currency. * [customAttributes](/docs/api/customer/2024-10/objects/Attribute): Attribute! - The custom attributes associated with the line item. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - The unique ID of the line item. * [image](/docs/api/customer/2024-10/objects/Image): Image - The image associated with the product variant. * [lineDiscountedPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The total price of the line item after all discounts have been applied. * [name](/docs/api/customer/2024-10/scalars/String): String! - The name of the product. * [onlineStoreUrl](/docs/api/customer/2024-10/scalars/URL): URL - The URL of the product in the online store. A value of `null` indicates that the product isn't published in the Online Store sales channel. * [quantity](/docs/api/customer/2024-10/scalars/Int): Int! - The quantity of the unit selected for the subscription line. * [requiresShipping](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the product variant requires shipping. * [sku](/docs/api/customer/2024-10/scalars/String): String - The SKU of the product variant associated with the subscription line. * [taxable](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the product variant is taxable. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the product associated with the subscription line. * [variantImage](/docs/api/customer/2024-10/objects/Image): Image - The image associated with the product variant. * [variantTitle](/docs/api/customer/2024-10/scalars/String): String - The title of the product variant associated with the subscription line. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples