--- title: ShopPayInstallmentsPricing - Storefront API description: The result for a Shop Pay Installments pricing request. api_version: 2025-07 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsPricing md: >- https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsPricing.md --- # Shop​Pay​Installments​Pricing object Requires `unauthenticated_read_shop_pay_installments_pricing` access scope. The result for a Shop Pay Installments pricing request. ## Fields * financing​Plans [\[Shop​Pay​Installments​Financing​Plan!\]!](https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsFinancingPlan) non-null Token access required The financing plans available for the given price range. * max​Price [Money​V2!](https://shopify.dev/docs/api/storefront/2025-07/objects/MoneyV2) non-null Token access required The maximum price to qualify for financing. * min​Price [Money​V2!](https://shopify.dev/docs/api/storefront/2025-07/objects/MoneyV2) non-null Token access required The minimum price to qualify for financing. * product​Variant​Pricing [Shop​Pay​Installments​Product​Variant​Pricing](https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsProductVariantPricing) Token access required The pricing information for a product variant. * variant​Id [ID!](https://shopify.dev/docs/api/storefront/2025-07/scalars/ID) required ### Arguments The ID of the product variant. *** *** ## Map ### Fields with this object * [Shop.shopPayInstallmentsPricing](https://shopify.dev/docs/api/storefront/2025-07/objects/Shop#field-Shop.fields.shopPayInstallmentsPricing) *** ## Queries * [shop​Pay​Installments​Pricing](https://shopify.dev/docs/api/storefront/2025-07/queries/shopPayInstallmentsPricing) query Returns the shop's Shop Pay Installments pricing information. *** ## ShopPayInstallmentsPricing Queries ### Queried by * [shop​Pay​Installments​Pricing](https://shopify.dev/docs/api/storefront/2025-07/queries/shopPayInstallmentsPricing)