---
title: Global Pricing Recommendations API
slug: generate-global-pricing-recommendations
url: https://apyverse.com/namastesumalya/service/generate-global-pricing-recommendations
provider: Sumalya APIs
categories: [E-commerce Quick Tools]
tags: [pricing, localization, subscription-pricing, market-pricing, international-pricing]
auth: api_key
---

# Global Pricing Recommendations API

Generate country-specific subscription prices from a base price, currency, and home country. Returns recommended prices with justifications for multiple markets.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `namastesumalya/api/generate-pricing` | What it does Generates global pricing recommendations from a base subscription price, base currency… | 100 |

## About

## What it does
Global Pricing Recommendations helps you generate country-specific subscription prices from a base price, base currency, and home country. Send the pricing inputs and get back a list of recommended prices for multiple markets.

Each recommendation includes a `countryCode`, `countryName`, `recommendedPrice`, and a `justification` explaining how the price was derived. The service also accepts `billingFrequency` (`monthly`, `weekly`, or `annually`) and an optional `annualDiscountPercent` for annual plans, so you can align recommendations with your billing model.

Use it when you need to localize SaaS pricing across regions without manually rebuilding a pricing table for every market. For example, you can generate localized price suggestions for launch planning, regional packaging, or market-entry analysis while keeping the response machine-readable for downstream workflows.

The output is structured for easy automation: loop through the returned `recommendations` array, present the suggested local price to your internal team, or feed it into pricing experiments and dashboards.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/namastesumalya/service/generate-global-pricing-recommendations
