# ShopPayInstallmentsProductVariantPricing - storefront - OBJECT Version: 2024-10 ## Description The shop pay installments pricing information for a product variant. ### Access Scopes `unauthenticated_read_shop_pay_installments_pricing` access scope. ## Fields * [available](/docs/api/storefront/2024-10/scalars/Boolean): Boolean! - Whether the product variant is available. * [eligible](/docs/api/storefront/2024-10/scalars/Boolean): Boolean! - Whether the product variant is eligible for Shop Pay Installments. * [fullPrice](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The full price of the product variant. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - The ID of the product variant. * [installmentsCount](/docs/api/storefront/2024-10/objects/Count): Count - The number of payment terms available for the product variant. * [pricePerTerm](/docs/api/storefront/2024-10/objects/MoneyV2): MoneyV2! - The price per term for the product variant. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples