feat(core-flows,link-modules,modules-sdk): add cart <> promotion link as source of truth (#6561)

what:

- adds promotion cart link
- update steps to create and remove links
This commit is contained in:
Riqwan Thamir
2024-03-04 09:50:49 +00:00
committed by GitHub
parent 8dad2b51a2
commit d550be3685
14 changed files with 272 additions and 51 deletions
@@ -1,5 +1,6 @@
export * from "./cart-customer"
export * from "./cart-payment-collection"
export * from "./cart-promotion"
export * from "./cart-region"
export * from "./cart-sales-channel"
export * from "./inventory-level-stock-location"