Skip to content

Commit a60f2d5

Browse files
authored
Update README.md
1 parent ac50914 commit a60f2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Update product prices with complete synchronization support using the SyncServic
9696
}
9797
}
9898
},
99-
"advancedPrices": [
99+
"prices": [
100100
{
101101
"ruleId": "rule-uuid",
102102
"quantityStart": 1,
@@ -128,8 +128,8 @@ Update product prices with complete synchronization support using the SyncServic
128128

129129
- `updates` (array, required): Array of price update objects
130130
- `id` (string, required): Product UUID
131-
- `price` (object, optional): Main product price by currency
132-
- `advancedPrices` (array, optional): Rule-based advanced pricing
131+
- `price` (object): Main product price by currency
132+
- `prices` (array, optional): Rule-based advanced pricing
133133

134134
**Note**: Either `price` or `advancedPrices` must be provided for each update. Advanced prices are completely replaced (not merged).
135135

0 commit comments

Comments
 (0)