Feat/client admin orders (#932)

* add export to medusa index

* add orders to medusa-client

* correct update entity

* add orders to admin resource

Co-authored-by: Sebastian Rindom <seb@medusajs.com>
This commit is contained in:
Philip Korsholm
2021-12-16 14:43:16 +01:00
committed by GitHub
co-authored by Sebastian Rindom
parent 0acc462e1e
commit 01b915585b
4 changed files with 240 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ export * from "./routes/admin/notes"
export * from "./routes/admin/notifications"
export * from "./routes/admin/shipping-profiles"
export * from "./routes/admin/store"
export * from "./routes/admin/orders"
export * from "./routes/admin/variants"
export * from "./routes/admin/return-reasons"
export * from "./routes/admin/swaps"
@@ -205,7 +205,7 @@ export default (app) => {
)
/**
* Creates claim fulfillment
* Creates claim shipment
*/
route.post(
"/:id/claims/:claim_id/shipments",