Files
medusa-store/packages/medusa-react
Patrick 6748877c69 fix(oas,js,react): use AdminExtendedStoresRes instead of AdminStoresRes (#3478)
## 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
2023-03-15 11:17:34 +00:00
..
2021-12-14 19:09:36 +01:00
2021-12-14 19:09:36 +01:00
2021-12-14 19:09:36 +01:00
2023-02-08 19:35:44 +01:00
2021-12-14 19:09:36 +01:00

Medusa React

A React library providing a set of components, utilities, and hooks for interacting seamlessly with a Medusa backend and building custom React storefronts.

Learn how to install and use it in this documentation.