Skip to content

Conversation

@MisakaVan
Copy link
Owner

This pull request introduces new API endpoints for handling version 2 of product and store change requests, alongside updates to the router to integrate these new endpoints. The changes focus on extending functionality for merchants and administrators while maintaining backward compatibility with existing endpoints.

New API Endpoints for Version 2:

Product Change Requests (product_change_request_v2.py):

  • Added endpoints for merchants to submit, list, view, and delete product change requests, as well as for administrators to review these requests. These endpoints include enhanced error handling and logging.

Store Change Requests (store_change_request_v2.py):

  • Introduced endpoints for creating, listing, viewing, and deleting store change requests, with additional functionality for administrators to review and manage these requests.

Router Updates:

  • Integrated the new product_change_request_v2 and store_change_request_v2 endpoints into the API router under distinct prefixes (/product-change-new and /store-change-new) to differentiate them from the existing version 1 endpoints. [1] [2]

MisakaVan and others added 27 commits May 24, 2025 02:13
@MisakaVan MisakaVan merged commit 9da63ee into main May 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants