---
title: ShopPayInstallmentsProductVariantPricing - Storefront API
description: The shop pay installments pricing information for a product variant.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/shoppayinstallmentsproductvariantpricing
  md: https://shopify.dev/docs/api/storefront/latest/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/latest/scalars/Boolean)

  non-null Token access required

  Whether the product variant is available.

* eligible

  [Boolean!](https://shopify.dev/docs/api/storefront/latest/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/latest/objects/MoneyV2)

  non-null Token access required

  The full price of the product variant.

* id

  [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

  non-null Token access required

  The ID of the product variant.

* installments​Count

  [Count](https://shopify.dev/docs/api/storefront/latest/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/latest/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/latest/objects/ProductVariant#field-ProductVariant.fields.shopPayInstallmentsPricing)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)

  interface

***

## ShopPayInstallmentsProductVariantPricing Implements

### Implements

* [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)