diff --git a/apiary.apib b/apiary.apib index 44dd0b976..223cc3cfc 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1207,7 +1207,7 @@ Creates complete order with products and addresses - Request (application/json) - Headers - + Authorization: Bearer --ACCESS-TOKEN-- (optional) - Attributes @@ -2523,6 +2523,7 @@ Returns complete list of promoted products unit { name } + isUsingStock availability { name } @@ -2566,6 +2567,7 @@ Returns complete list of promoted products "unit": { "name": "pcs" }, + "isUsingStock": true, "availability": { "name": "In stock" }, @@ -2687,6 +2689,7 @@ Returns complete list of promoted products "unit": { "name": "pcs" }, + "isUsingStock": true, "availability": { "name": "In stock" }, @@ -2764,6 +2767,7 @@ Returns complete list of promoted products "unit": { "name": "pcs" }, + "isUsingStock": false, "availability": { "name": "In stock" }, diff --git a/composer.json b/composer.json index 0b3c12f7c..1c26944de 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ "overblog/graphql-bundle": "1.3.2", "overblog/graphiql-bundle": "^0.3", "overblog/dataloader-bundle": "^0.6.0", - "shopsys/form-types-bundle": "15.0.x-dev", - "shopsys/framework": "15.0.x-dev", - "shopsys/migrations": "15.0.x-dev", - "shopsys/plugin-interface": "15.0.x-dev", + "shopsys/form-types-bundle": "15.0.0", + "shopsys/framework": "15.0.0", + "shopsys/migrations": "15.0.0", + "shopsys/plugin-interface": "15.0.0", "symfony/config": "^5.4", "symfony/dependency-injection": "^5.4", "symfony/http-foundation": "^5.4", @@ -45,7 +45,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-symfony": "^1.4.6", "phpunit/phpunit": "^11.2.1", - "shopsys/coding-standards": "15.0.x-dev" + "shopsys/coding-standards": "15.0.0" }, "config": { "allow-plugins": {