--- title: ShopPayInstallmentsProductVariantPricing - Storefront API description: The shop pay installments pricing information for a product variant. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/objects/ShopPayInstallmentsProductVariantPricing md: >- https://shopify.dev/docs/api/storefront/2025-01/objects/ShopPayInstallmentsProductVariantPricing.md --- # Shop​Pay​Installments​Product​Variant​Pricing object Requires `unauthenticated_read_shop_pay_installments_pricing` access scope. The shop pay installments pricing information for a product variant. ## Fields * available [Boolean!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) non-null Whether the product variant is available. * eligible [Boolean!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) non-null Whether the product variant is eligible for Shop Pay Installments. * full​Price [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-null The full price of the product variant. * id [ID!](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) non-null The ID of the product variant. * installments​Count [Count](https://shopify.dev/docs/api/storefront/2025-01/objects/Count) The number of payment terms available for the product variant. * price​Per​Term [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-null The price per term for the product variant. *** ## Map ### Fields with this object * {}[ProductVariant.shopPayInstallmentsPricing](https://shopify.dev/docs/api/storefront/2025-01/objects/ProductVariant#field-ProductVariant.fields.shopPayInstallmentsPricing) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node) interface *** ## ||-ShopPayInstallmentsProductVariantPricing Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node)