feat: Clean up shipping options management (#6977)

**What**
- cleanup existing route on some aspects but not all
- add new create shipping options end point and types
- add set of integration tests
- cleanup existing fulfillment routes
- align existing integration tests
- transform old type to zod types and validators
- fix stock location route
This commit is contained in:
Adrien de Peretti
2024-04-06 16:52:05 +00:00
committed by GitHub
parent 5724d80286
commit bc06ad2db4
22 changed files with 556 additions and 205 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/types": patch
---
Feat/shipping options api 3