Skip to content

Commit 1f40715

Browse files
Alex LyzunAlex Lyzun
authored andcommitted
Align readme
1 parent 071de50 commit 1f40715

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

INSTALL.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,18 @@ Custom script you can find:
225225
```
226226
scripts/lib/hubspot/workflow_customer.js
227227
```
228+
229+
## Run initial synchornization
230+
231+
After you are done with installation steps, you can run initial synchronization. Module provides an API endpoint start the sync process:
232+
233+
```
234+
curl --request POST \
235+
--url https://YOUR-APP-URL/api/v1/web/customer-backoffice/full-import \
236+
--header 'Authorization: Bearer TOKEN' \
237+
--header 'Content-Type: application/json' \
238+
--header 'x-gw-ims-org-id: ORGID' \
239+
--data '{
240+
"batchSize": "100"
241+
}'
242+
```

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ For more information pls go to
3838

3939
[Adobe Commerce Admin UI SDK overview](https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/)
4040

41+
Api Mesh file for configuration you can find at mesh.json file.
4142

mesh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "data",
66
"handler": {
77
"JsonSchema": {
8-
"baseUrl": "https://270038-413siennadonkey-stage.adobeioruntime.net/api/v1/web/order-custom-grid-columns",
8+
"baseUrl": "YOURURL/api/v1/web/order-custom-grid-columns",
99
"operations": [
1010
{
1111
"type": "Query",

0 commit comments

Comments
 (0)