unable to call guest cart glue api in b2b marketplace demo shop

NarenderLingoju
NarenderLingoju Posts: 4 🧑🏻‍🚀 - Cadet

curl --location --request GET 'http://glue.us.spryker.local/guest-carts' \--header 'X-Anonymous-Customer-Unique-Id: 164b-5708-8531'

using above giving 404 not found , using b2b market place demo shop in local instance.

{ "errors": [ { "status": 404, "detail": "Not Found" } ]}

any one please help me out , how to enable cart glue apis and placing order.

Comments