🧾 Cart cURL Publisher

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).

Current cart snapshot

0 itemsservices: β€”products: β€”

Cart is empty β€” add services/products on the storefront, then hit ↻ Refresh.

Branding & theme

cURL request

curl -sS -X GET "/api/public/cart?format=html&" \
  -H "Accept: text/html"
β†— Open

Endpoint is CORS-enabled (Access-Control-Allow-Origin: *) and public β€” any external site, terminal, or automation can call it.

Live preview of the published cart