Parameters
1 query
Query parameters
· 1idstringRequiredCart identifier (32-char shop__cart.identifier).
Example
a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6Full 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.
1 query
idstringRequiredCart identifier (32-char shop__cart.identifier).
a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p61 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.