Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9d020e7

Browse files
authored
Merge branch 'master' into MC-35039-elasticsearch-support
2 parents 087290c + 8d4b214 commit 9d020e7

27 files changed

+660
-19
lines changed

src/_data/toc/graphql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ pages:
113113
- label: products query
114114
url: /graphql/queries/products.html
115115

116+
- label: pickupLocations query
117+
url: /graphql/queries/pickup-locations.html
118+
exclude_versions: ["2.3"]
119+
116120
- label: storeConfig query
117121
url: /graphql/queries/store-config.html
118122

src/_data/toc/inventory.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ pages:
5050
- label: Manage source selection algorithms
5151
url: /rest/modules/inventory/manage-source-selection.html
5252

53+
- label: In-Store Pickup
54+
url: /rest/modules/inventory/in-store-pickup.html
55+
exclude_versions: ["2.3"]
56+
5357
- label: Manage Inventory Management modules
5458
url: /extensions/inventory-management/
5559
versionless: true

src/_data/toc/rest-api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,8 @@ pages:
255255

256256
- label: Manage source selection algorithms
257257
url: /rest/modules/inventory/manage-source-selection.html
258+
259+
- label: In-Store Pickup
260+
url: /rest/modules/inventory/in-store-pickup.html
261+
exclude_versions: ["2.3"]
262+

src/cloud/architecture/starter-develop-deploy-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you are familiar with Magento, you may be concerned about how to get your con
112112

113113
{{site.data.var.ece}} provides a set of two [Configuration Management]({{ site.baseurl }}/cloud/live/sens-data-over.html) commands that export configuration settings from your environment into a file. These commands are only available for **{{site.data.var.ece}} 2.2 and later**.
114114

115-
* `php .vendor/bin/m2-ece-scd-dump`: Recommended. Exports only the configuration settings you have entered or modified from defaults into a configuration file.
115+
* `php .vendor/bin/ece-tools config:dump`: Recommended. Exports only the configuration settings you have entered or modified from defaults into a configuration file.
116116
* `php bin/magento app:config:dump`: Exports every configuration setting, including modified and default, into a configuration file.
117117

118118
The generated file is `app/etc/config.php`.
@@ -121,11 +121,11 @@ You generate the file in the Integration environment where you configured Magent
121121

122122
**Important notes** on Configuration Management:
123123

124-
* Any configuration setting included in the file generated from the `app:config:dump` command is locked from editing, or read-only, in the deployed environment. This is one reason we recommend using the `.vendor/bin/m2-ece-scd-dump` command.
124+
* Any configuration setting included in the file generated from the `app:config:dump` command is locked from editing, or read-only, in the deployed environment. This is one reason we recommend using the `.vendor/bin/ece-tools config:dump` command.
125125

126-
For example, we will have you install a module for Fastly in your development environment. You can only configure this module in the Staging and Production environment. Using the `.vendor/bin/m2-ece-scd-dump` command keeps those default fields editable when you deploy your development changes to the Staging and Production environment.
126+
For example, we will have you install a module for Fastly in your development environment. You can only configure this module in the Staging and Production environment. Using the `.vendor/bin/ece-tools config:dump` command keeps those default fields editable when you deploy your development changes to the Staging and Production environment.
127127

128-
* The generated file can be long depending on the size of your deployment. The `.vendor/bin/m2-ece-scd-dump` command generates a much smaller file than the file generated by the `app:config:dump` command.
128+
* The generated file can be long depending on the size of your deployment. The `.vendor/bin/ece-tools config:dump` command generates a much smaller file than the file generated by the `app:config:dump` command.
129129

130130
![Generate configuration management file]({{ site.baseurl }}/common/images/cloud/cloud_workflow-config-mgmt.png)
131131

src/cloud/live/sens-data-initial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ To create and transfer `config.php`:
8888
1. Create `config.php` on the integration server.
8989

9090
```bash
91-
ssh <SSH URL> "php vendor/bin/m2-ece-scd-dump"
91+
ssh <SSH URL> "php vendor/bin/ece-tools config:dump"
9292
```
9393

9494
For example,
9595

9696
```bash
97-
ssh [email protected] "php vendor/bin/m2-ece-scd-dump"
97+
ssh [email protected] "php vendor/bin/ece-tools config:dump"
9898
```
9999

100100
1. If you haven't done so already, change to the project root directory.
@@ -197,7 +197,7 @@ To add additional configuration values in the Integration environment Magento Ad
197197

198198
### Run the config.php command {#regenerate}
199199

200-
By running the command again for `php vendor/bin/m2-ece-scd-dump`, the new configuration is appended to the file.
200+
By running the command again for `php vendor/bin/ece-tools config:dump`, the new configuration is appended to the file.
201201

202202
1. On your local system, find the integration server's SSH URL.
203203

@@ -208,13 +208,13 @@ By running the command again for `php vendor/bin/m2-ece-scd-dump`, the new confi
208208
1. Run the `config.php` creation command again on the Integration server.
209209

210210
```bash
211-
ssh <SSH URL> "php vendor/bin/m2-ece-scd-dump"
211+
ssh <SSH URL> "php vendor/bin/ece-tools config:dump"
212212
```
213213

214214
For example,
215215

216216
```bash
217-
ssh [email protected] "php vendor/bin/m2-ece-scd-dump"
217+
ssh [email protected] "php vendor/bin/ece-tools config:dump"
218218
```
219219

220220
1. If you haven't done so already, change to the project root directory.

src/cloud/project/project-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To create a system-specific configuration file:
155155
For example for Pro, to run the `scd-dump` on the `integration` branch:
156156

157157
```bash
158-
ssh <project-id-integration>@ssh.us.magentosite.cloud "php vendor/bin/m2-ece-scd-dump"
158+
ssh <project-id-integration>@ssh.us.magentosite.cloud "php vendor/bin/ece-tools config:dump"
159159
```
160160

161161
1. Transfer the `config.php` file to your local workstations using `rsync` or `scp`. You can only add this file to the branch locally.

src/cloud/reference/discover-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If the `app/etc/config.php` file does not exist in the codebase, static files ar
220220
{:.bs-callout-info}
221221
Refer to [Magento deploy variables]({{ site.baseurl }}/cloud/env/variables-deploy.html) to learn about customizing or disabling file compression.
222222

223-
There are two default deploy hooks. The `pre-deploy.php` hook completes necessary cleanup and retrieval of resources and code generated in the build hook. The `php ./vendor/bin/m2-ece-deploy` hook runs a series of commands and scripts:
223+
There are two default deploy hooks. The `pre-deploy.php` hook completes necessary cleanup and retrieval of resources and code generated in the build hook. The `php ./vendor/bin/ece-tools deploy` hook runs a series of commands and scripts:
224224

225225
- If Magento is **not installed**, it installs Magento with `bin/magento setup:install`, updates the deployment configuration, `app/etc/env.php`, and the database for your specified environment, such as Redis and website URLs. **Important:** When you completed the [First time deployment]({{ site.baseurl }}/cloud/setup/first-time-deploy.html) during setup, {{site.data.var.ee}} was installed and deployed across all environments.
226226

src/guides/v2.3/get-started/authentication/gs-authentication-session.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ For example, if a customer is logged in to the Magento storefront and the [JavaS
2323

2424
`GET /rest/V1/customers/me`
2525

26-
Similarly, if an admin is logged in to the Magento Admin
27-
and the JavaScript widget `Magento_Customer::group` API, details for the logged-in admin are fetched.
28-
The web API framework establishes the identity of the admin user based on logged-in session information and authorizes access to the `Magento_Customer::group` resource.
26+
Similarly, if an admin is logged in to the Magento Admin and the JavaScript widget invokes the `Magento_Customer::group` API, details for the logged-in admin are fetched. The web API framework establishes the identity of the admin user based on logged-in session information and authorizes access to the `Magento_Customer::group` resource.
2927

30-
{:.bs-callout-info}
31-
The session based authentication functionality is restricted to only allow for AJAX calls and not direct browser requests due to security vulnerabilities. A developer can create a custom storefront widget that can issue requests without additional authentication steps.
28+
{:.bs-callout-warning}
29+
Admin session-based authentication is not currently possible for API endpoints.
30+
The session based authentication functionality is restricted to AJAX calls. Direct browser requests cannot be made due to security vulnerabilities. A developer can create a custom storefront widget that can issue requests without additional authentication steps.
3231

3332
## Related topic
3433

src/guides/v2.3/rest/tutorials/inventory/create-cart-add-products.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: tutorial
3+
group: rest-api
34
title: Step 7. Create a cart and add products to it
45
subtitle: Order processing with Inventory Management
56
menu_title: Step 7. Create a cart and add products to it

src/guides/v2.3/rest/tutorials/inventory/create-invoice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: tutorial
3+
group: rest-api
34
title: Step 10. Create an invoice
45
subtitle: Order processing with Inventory Management
56
menu_title: Step 10. Create an invoice

0 commit comments

Comments
 (0)