/bff/cart/detail
Full detail of a single cart — items (with main image preview URL), associated vouchers, customer (when known), delivery and payment method, free-text public notice, and the GeoIP record of the visitor who created the cart. Returns { exist: false } when the cart does not exist or belongs to another organisation.
CartgetBffCartDetail
Parameters
1 query
Query · 1
idstringRequiredCart identifier (32-char shop__cart.identifier).
Request
GET /bff/cart/detail
curl -X GET "https://api.bizkithub.com/bff/cart/detail?id=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.