Skip to content

Commit

Permalink
generated Apiary.io blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Dec 27, 2024
1 parent 6b65d31 commit af2bec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ Creates complete order with products and addresses
- Request (application/json)

- Headers

Authorization: Bearer --ACCESS-TOKEN-- (optional)

- Attributes
Expand Down Expand Up @@ -2523,6 +2523,7 @@ Returns complete list of promoted products
unit {
name
}
isUsingStock
availability {
name
}
Expand Down Expand Up @@ -2566,6 +2567,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": true,
"availability": {
"name": "In stock"
},
Expand Down Expand Up @@ -2687,6 +2689,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": true,
"availability": {
"name": "In stock"
},
Expand Down Expand Up @@ -2764,6 +2767,7 @@ Returns complete list of promoted products
"unit": {
"name": "pcs"
},
"isUsingStock": false,
"availability": {
"name": "In stock"
},
Expand Down

0 comments on commit af2bec5

Please sign in to comment.