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