Hi,
I’m trying to retrieve checkout or cart using checkout ui extension + appProxy + backend
using REST API is very clear and straight forward, we can use the checkout token and retrieve it. but it’s already deprecated and should move to GraphQL API and forced to use the Cart API.
Cart API needs the Cart ID. I can’t find the cartID anywhere on both checkout frontend react hooks or backend API!!
How can achieve such that?