File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1207,7 +1207,7 @@ Creates complete order with products and addresses
1207
1207
- Request (application/json)
1208
1208
1209
1209
- Headers
1210
-
1210
+
1211
1211
Authorization : Bearer --ACCESS-TOKEN-- (optional)
1212
1212
1213
1213
- Attributes
@@ -2523,6 +2523,7 @@ Returns complete list of promoted products
2523
2523
unit {
2524
2524
name
2525
2525
}
2526
+ isUsingStock
2526
2527
availability {
2527
2528
name
2528
2529
}
@@ -2566,6 +2567,7 @@ Returns complete list of promoted products
2566
2567
" unit" : {
2567
2568
" name" : " pcs"
2568
2569
},
2570
+ " isUsingStock" : true ,
2569
2571
" availability" : {
2570
2572
" name" : " In stock"
2571
2573
},
@@ -2687,6 +2689,7 @@ Returns complete list of promoted products
2687
2689
" unit" : {
2688
2690
" name" : " pcs"
2689
2691
},
2692
+ " isUsingStock" : true ,
2690
2693
" availability" : {
2691
2694
" name" : " In stock"
2692
2695
},
@@ -2764,6 +2767,7 @@ Returns complete list of promoted products
2764
2767
" unit" : {
2765
2768
" name" : " pcs"
2766
2769
},
2770
+ " isUsingStock" : false ,
2767
2771
" availability" : {
2768
2772
" name" : " In stock"
2769
2773
},
You can’t perform that action at this time.
0 commit comments