Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix : Replace req.user.customer_id with req.auth_context.actor_id in …
…store/products APIs - Use auth_context.actor_id to retrieve customer_id instead of req.user.customer_id - Ensure consistency with AuthenticatedMedusaRequest type - Resolve issue medusajs#9819
- Loading branch information