Adobe Suite Prices API
Manage product SKU prices across different price books and customer tiers. Define regular prices,discounts, and tiered pricing for specific customer segments or markets by specifying a price book id.Before creating prices with the Prices API, first create [Price books](#tag/Price-Books). Prices that reference a non-existing price book are ignored.The Prices API supports three main pricing components:* **Regular Price** - The base price for a product SKU in a specific price book* **Discounts** - Percentage or fixed amount discounts applied to the regular price* **Tiered Pricing** - Quantity-based pricing that offers different prices based on purchase quantity. Tiered pricing can be configured as a fixed or percentage price.Price lookup logicThe product price lookup follows a hierarchical path through price books. The search starts at the specified price bookand traverses upward through parent price books until it finds a price or reaches the root level. A product is not assigneda price if: - No price is found in the entire hierarchy - The price book specified in a price record has not been createdImportant notes* You cannot define prices for configurable products. Prices for configurable products are calculated based on the price of the selected product variant.* Each discount requires a unique `code` identifier to distinguish between different discount types.* Tier quantities must be greater than 1.Best practices**Price Book Management*** Create price books before defining prices* Use descriptive price book IDs and names* Plan your pricing hierarchy before implementation* Test price book relationships in development**Pricing Strategy*** Use consistent discount codes across your catalog* Implement tiered pricing for bulk purchase incentives* Consider geographic and customer segment pricing* Monitor price performance and adjust strategies**Data Management*** Validate all price data before sending to production* Use bulk operations for large price updates* Implement proper error handling for failed requests* Keep backup copies of pricing configurations**Performance Considerations*** Batch price updates for better performance* Use gzip compression for large payloads* Monitor API rate limits (300 requests per minute)* Implement retry logic for failed requestsCommon Use Cases**Seasonal Pricing**```json{ "sku": "summer-dress", "priceBookId": "us-seasonal", "regular": 89.99, "discounts": [ { "code": "summer_sale", "percentage": 30 } ]}```**Customer Segment Pricing**```json{ "sku": "premium-product", "priceBookId": "us-vip", "regular": 199.99, "discounts": [ { "code": "vip_member", "percentage": 20 } ], "tierPrices": [ { "qty": 2, "percentage": 10 } ]}```**Bulk Purchase Incentives**```json{ "sku": "office-supplies", "priceBookId": "us-business", "regular": 15.99, "tierPrices": [ { "qty": 10, "price": 12.99 }, { "qty": 25, "price": 10.99 }, { "qty": 50, "percentage": 35 } ]}```
Adobe Suite Prices API is one of 482 APIs that Adobe Suite publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Prices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, pricing, release notes, and a getting-started guide.
This API exposes 3 operations across 2 paths, and defines 13 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.
Requests are made against a single base URL, https://na1-sandbox.api.commerce.adobe.com/{tenantId}.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 3
Across 2 paths, the API surfaces 3 operations — 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Manage product SKU prices across different price books and customer tiers. Define regular prices, discounts, and tiered pricing for specific customer segments or markets by specif…
Schemas 13
The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are FeedPricesUpdate (5 properties), FeedPrices (5 properties), FeedItemFailedValidationResult (4 properties), 401Response (4 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Adobe Suite 12
Other APIs Adobe Suite publishes across the network.
This is an independent, third-party profile of Adobe Suite Prices API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.