Skip to content

Commit

Permalink
[shopsys] release of v16.0.0 (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Dec 30, 2024
2 parents 6b65d31 + 249ebf6 commit cdb66ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
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
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "shopsys/frontend-api",
"type": "library",
"description": "Shopsys Platform Frontend API support",
"keywords": ["api", "Shopsys Platform", "GraphQL", "SSFW"],
"keywords": [
"api",
"Shopsys Platform",
"GraphQL",
"SSFW"
],
"license": "proprietary",
"authors": [
{
Expand All @@ -29,10 +34,10 @@
"overblog/graphql-bundle": "1.3.2",
"overblog/graphiql-bundle": "^1.0",
"overblog/dataloader-bundle": "^1.1",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/form-types-bundle": "16.0.0",
"shopsys/framework": "16.0.0",
"shopsys/migrations": "16.0.0",
"shopsys/plugin-interface": "16.0.0",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/http-foundation": "^6.4",
Expand All @@ -46,7 +51,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "16.0.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit cdb66ce

Please sign in to comment.