feat(medusa,utils): added campaign get endpoints (#6125)

what:

adds endpoints for the following:

- list endpoint (RESOLVES CORE-1682)
- retrieve endpoint (RESOLVES CORE-1683)
This commit is contained in:
Riqwan Thamir
2024-01-19 14:54:40 +00:00
committed by GitHub
parent 5e655dd59b
commit af7af73745
12 changed files with 520 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/types": patch
---
feat(medusa,utils): added campaign get endpoints