Good afternoon. Is it possible to get the id of the cart with all the user’s products in Shopify?
I need it in order to intercept cart data via Storefront API and redirect the data to another page where the payment will be made, also I need to change the number of items on the payment site.
Example:
- Getting cart id
- fetching cart by id via Storefront API
- sending cart data to another site via Storefront API