Skip to content

Commit be79dfa

Browse files
committed
generated Apiary.io blueprint
1 parent cbf994c commit be79dfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apiary.apib

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ Creates complete order with products and addresses
12071207
- Request (application/json)
12081208

12091209
- Headers
1210-
1210+
12111211
Authorization: Bearer --ACCESS-TOKEN-- (optional)
12121212

12131213
- Attributes
@@ -2523,6 +2523,7 @@ Returns complete list of promoted products
25232523
unit {
25242524
name
25252525
}
2526+
isUsingStock
25262527
availability {
25272528
name
25282529
}
@@ -2566,6 +2567,7 @@ Returns complete list of promoted products
25662567
"unit": {
25672568
"name": "pcs"
25682569
},
2570+
"isUsingStock": true,
25692571
"availability": {
25702572
"name": "In stock"
25712573
},
@@ -2687,6 +2689,7 @@ Returns complete list of promoted products
26872689
"unit": {
26882690
"name": "pcs"
26892691
},
2692+
"isUsingStock": true,
26902693
"availability": {
26912694
"name": "In stock"
26922695
},
@@ -2764,6 +2767,7 @@ Returns complete list of promoted products
27642767
"unit": {
27652768
"name": "pcs"
27662769
},
2770+
"isUsingStock": false,
27672771
"availability": {
27682772
"name": "In stock"
27692773
},

0 commit comments

Comments
 (0)