Release Notes
Effective from July 30th, 2024, development stores have been merged with production stores.
This update aims to simplify the development process and provide a more consistent testing environment for developers working on themes and apps. As a result, all existing dev stores, draft apps, draft themes, and dev OAuth credentials will no longer be accessible.
Key Changes:
Domain Updates: Development stores are now hosted on the production domain
youcan.shop
instead of the previousyoucanshop.dev
domain.API Changes: The development API base URL
https://api.youcanshop.dev
has been discontinued. All development and testing should now use the production APIhttps://api.youcan.shop
.Password Protection: Development stores now have mandatory password protection to prevent unauthorized access and misuse as real stores.
Actions Required
To adapt to these updates, please follow these steps:
Update OAuth Credentials and API: Transition apps to use the production API
https://api.youcan.shop
, obtain new OAuth credentials from the Partner Dashboard > OAuth and update your environment variables accordingly.Create New Development Stores: Set up new dev stores from your Partner Dashboard > Stores and secure them with passwords via Settings > General > Access Control.
Update YouCan CLI: Install the latest CLI version with:
npm i -g @youcan/cli@latest
- Migrate Apps and Themes: Refer to the Development Stores Documentation to adjust existing apps and themes.