Links

The link object and the allowed CRUD operations on the related resource endpoint

Links can be associated with specific resources via the item attribute to easily generate a URL pointing to a production-ready micro frontend.

At the moment links are enabled for orders, SKUs, and SKU lists. Other resources (e.g. markets and more) are coming soon, together with a dedicated dashboard app that will help you generate links to our hosted MFEs in a snap.

ResourceMFEDescription

Order

Generate a link to directly checkout the linked order using our hosted checkout.

SKU

Generate a link to a single-product microstore website to directly sell the linked SKU using our hosted microstore.

SKU list

Generate a link to a microstore website to directly sell the SKUs in the linked SKU list using our hosted microstore.

Newly created links are enabled by default. You can disable them by passing the _disable trigger attribute and eventually re-enable them by passing the _enable trigger attribute. Disabled links are not working, even within their activation time window.

Last updated