Inbound action error: Create Request : did not create or update sc_request using current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
What is wrong in the below code?
I'm getting below error and shared the code what I used.. also, catalog item is avaialble for all users... I created a new user criteira and added sn_internal and snc_externals roles to that user criteira..
Error:: Create Request : did not create or update sc_request using current
Code::
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
The issue was related to the user context under which the inbound email action was running.
Even though the catalog item was available to all users and I had created a new user criteria with sn_internal and snc_external roles, the inbound email was not being processed with a user who had proper catalog access.
CartJS creates the request based on the current session user. If the email is processed as Guest (or a user without catalog access), the checkout fails and throws:
“Create Request: did not create or update sc_request using current”
To resolve it:
Ensure the inbound email is associated with a valid user.
Verify that the user has access to the catalog and category.
Confirm the catalog item’s Available For / Not Available For criteria include that user.
Once the email was processed under a proper user context with catalog access, cart.checkoutCart() worked as expected.
Hope this helps someone facing a similar issue.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Sathwik1
Try with this simple code:

