You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
In the checkout flow, retrieving cart for a non-guest user does not work as expected & returns an error.
Context
I create cart for the use user with the following script:
await client.cart.create()
await client.cart.show({bearer_token:bearer})
The second line gives an error that resource you are looking for does not exist . I'm able to successfully complete checkout in the guest model but couldn't create cart for a user.
In the checkout flow, retrieving cart for a non-guest user does not work as expected & returns an error.
Context
I create cart for the use user with the following script:
await client.cart.create()
await client.cart.show({bearer_token:bearer})
The second line gives an error that resource you are looking for does not exist . I'm able to successfully complete checkout in the guest model but couldn't create cart for a user.
Development Environment