How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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}.

3 operations 2 paths 13 schemas 1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://image.adobe.io
Resource Areas
1

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.

Prices 3

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…

POST
/v1/catalog/products/prices
Create prices
createPrices 3 params body → 200400401403429
PATCH
/v1/catalog/products/prices
Update prices
updatePrices 3 params body → 200400401403429
POST
/v1/catalog/products/prices/delete
Delete prices
deletePrices 3 params body → 200400401403429

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.

DiscountsFinalPrice
object
Fixed amount discount that reduces the regular price by a specific monetary value. Example: $100 regular price with a $10 fixed discount results in $90 final p…
2 properties 2 required
FeedPrices
object
Product price information with support for regular pricing, discounts, and tiered pricing. Each price record must reference an existing price book and can incl…
5 properties 3 required
429Response
string
Too many requests. Indicates that a client has exceeded the rate limit of 300 requests per minute. Check the retry-after header to get the time (in seconds) to…
DiscountsPercentage
object
Percentage discount that reduces the regular price by a specified percentage. Example: $100 regular price with a 20% discount results in $80 final price.
2 properties 2 required
FeedPricesUpdate
object
Product price information.
5 properties 2 required
TierFinalPrice
object
Final price offered for bulk purchases at a specific quantity threshold. Example: $100 regular price with tier price of $80 for quantity of 5 or more.
2 properties 2 required
FeedPricesDelete
object
Delete product price information.
2 properties 2 required
403Response
object
4 properties
400ProcessFeedResponse
object
3 properties
401Response
object
4 properties
FeedItemFailedValidationResult
object
4 properties
ProcessFeedResponse
object
2 properties
TierPercentage
object
Percentage discount applied to the regular price when purchasing at or above a specific quantity threshold. Example: $100 regular price with 20% discount for q…
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-suite-prices-api-openapi.yml Raw ↑

Other APIs Adobe Suite publishes across the network.

Adobe Sign API
Adobe Experience Manager API
Adobe Stock API
Adobe Premiere Pro API
Adobe After Effects API
Adobe Target API
Adobe Campaign API
Adobe User Management API
Adobe I/O Events API
Adobe MCP Servers
Adobe Suite Accelerated Queries API
Adobe Suite Access Control Policies API
Where this information came from

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.