## What Declare and use AdminExtendedStoresRes for `[get] /admin/store` endpoint. ## Why Only `[get] /admin/store` returns `ExtendedStoreDTO`. Other `/admin/store` endpoints return `Store`. ## How * Create new AdminExtendedStoresRes OAS schema * Update medusa-js * Update medusa-react
190 B
190 B
@medusajs/client-types, medusa-react, @medusajs/medusa-js, @medusajs/medusa
| @medusajs/client-types | medusa-react | @medusajs/medusa-js | @medusajs/medusa |
|---|---|---|---|
| patch | patch | patch | patch |
fix(oas,js,react): use AdminExtendedStoresRes instead of AdminStoresRes