-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Make region, collections, categories, products and cart v2 compatible #320
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
"next": "^14.0.0", | ||
"pg": "^8.11.3", | ||
"qs": "^6.12.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is temporary until we move the SDK to medusa-js
} | ||
} | ||
|
||
// TODO: Make response a bit more user friendly (throw errors, return JSON if resp content type is json, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to decide what the behavior of the our SDKs fetch should be when it comes to the responses, either here or when I open the PR to medusa-js
There are a lot of changes, and a lot of things that are still not working yet. For review I would recommend checking the final state, rather than the diff, as it will make it easier to evaluate the end state.
Note that there have been very few UI changes, it's mostly the API calls and the code structure.