Skip to content

Commit

Permalink
Update data-ingestion-schema-v1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meker12 authored Jan 8, 2025
1 parent 5137aa5 commit 672aea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openapi/data-ingestion-schema-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,15 +1003,15 @@ paths:
tags:
- Prices
summary: Create prices
description: |
description: >
<h3>Simple Products</h3>
Create or replace existing product prices.
A price must be associated with at least the default price book with id `main`.
<h3>Configurable Products</h3>
Configurable product price is calculated based on the price of the selected product variant.
> Do not send prices for configurable products SKUs directly as it can cause incorrect price calculations for these products.
Because configurable product price is calculated based on the price of the selected product variant, you don't need to send price
data for configurable product skus. Sending price data for these skus can cause incorrect price calculations.
operationId: PricesPut
parameters:
Expand Down

0 comments on commit 672aea0

Please sign in to comment.