Hi We have an app where we are trying to shows items that they had selected in their cart and abandoned it. We are doing this for registered and unregistered users.
For this purpose we have created a redirect url for cart as per docs https://developer.bigcommerce.com/api/v3/#/reference/cart/server-to-server-cart/create-redirect-url
And when we try to use the URL generated via the function we have written we get following error "Your cart couldn't be retrieved. Please click here to continue shopping."
Cart url link was used straight after generation so it couldn't be expired or used twice.
Any help will be much appreciated!