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

# Global Pricing Recommendations API

Generate country-specific subscription price recommendations from a base price, currency, and home country. Returns local prices and justification.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/namastesumalya/api/generate-pricing` | What it does Generates pricing recommendations for multiple international markets based on a base s… | 100 |

## About

## What it does
Global Pricing Recommendations helps you generate market-specific subscription prices from a single home-market price. Send a `basePrice`, `baseCurrency`, and `homeCountry`, and you get back a list of recommended prices for international markets.

Each recommendation includes the target `countryCode`, `countryName`, a `recommendedPrice` formatted in the local currency, and a `justification` explaining how the figure was derived. The request can also include `billingFrequency` (`monthly`, `weekly`, or `annually`) and an `annualDiscountPercent` for annual plans.

Use Global Pricing Recommendations when you need to localize pricing for different countries without maintaining separate pricing logic in your app. It is useful for subscription products, regional launch planning, and pricing experiments where you want a consistent method for translating a base price into local market recommendations.

The response is structured for easy downstream use in dashboards, internal tools, or pricing workflows that need to compare countries and present the rationale alongside each suggested price.

## Usage

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