I am trying to connect customer to cart with cartBuyerIdentity mutation, but I am getting this error
{ “field”: [ “buyerIdentity”, “customerAccessToken” ], “message”: “Customer is invalid” }
even through that access token is 100% correct, I also tried manually passing delivery information , it updates the cart, but when I go to checkout address options are still empty. does somebody know how to resolve this?