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
+5
View File
@@ -6,6 +6,11 @@ import {
import { upperCaseFirst } from "@medusajs/utils"
export enum LinkModuleUtils {
REMOTE_QUERY = "remoteQuery",
REMOTE_LINK = "remoteLink",
}
export enum Modules {
AUTH = "auth",
CACHE = "cacheService",