This is a set of custom-views to extend the commercetools Merchant Center with static and dynamic data.
This custom view is rendering a tabbed container displaying
- A dashboard of mostly static data to show how external systems could be integrated.
- The selected customer`s carts with the possibility of updating them.
- The selected customer`s shopping lists with the possibility of updating them.
- A dashboard of mostly static data to show how external systems could be integrated.
Update the following section in your custom-view-config.mjs file
development: {
initialProjectKey: 'tech-sales-good-store',
// hostUriPath: '/tech-sales-good-store/orders/5838b628-38d2-47c1-8576-a1faefa1c21f/general'
hostUriPath: '/tech-sales-good-store/customers/f52e4230-a1f9-4f49-b6eb-af33fba3ddad/general'
}Set the initialProjectKey to your project key.
The hostUriPath is your context URL. Read more here






