File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments