Geo Pricing
Resolve Geo Pricing
Retrieve the localized discount percentage for a buyer based on the store’s Geo Pricing (Purchasing Power Parity) configuration. Supports explicit country code resolution for server-side calls, and automatic IP fallback for client-side calls.
GET
Resolve Geo Pricing
Authorizations
Query Parameters
The 2-letter ISO country code of the buyer (e.g., BR, IN). If omitted, the API will automatically resolve the buyer's location via their IP address.
If provided, checks if geo-pricing is explicitly disabled for this specific product, returning a 0% discount if opted out.
Response
The calculated geo-pricing discount
Previous
List customer portal ordersFetch a list of all orders associated with a customer authenticated through their portal login. Requires a bearer token in the `Authorization` header to authenticate the customer's access.
- **Responses:**
- `200`: Returns a list of orders associated with the customer along with metadata.
- `401`: Unauthorized if the Authorization token is not provided or invalid.
Next
Resolve Geo Pricing