Publishes the current browser cart as a CORS-enabled API call. The same cURL reproduces your exact cart for checkout β and can rebrand the cart page (company name, colors, theme, logo, CTA).
Cart is empty β add services/products on the storefront, then hit β» Refresh.
curl -sS -X GET "/api/public/cart?format=html&" \ -H "Accept: text/html"
Endpoint is CORS-enabled (Access-Control-Allow-Origin: *) and public β any external site, terminal, or automation can call it.