File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,3 +225,18 @@ Custom script you can find:
225225` ` `
226226scripts/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+ ` ` `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments