BizKitHub
DocsAPI ReferenceCart/bff/cart/detail
getCartAdmin BFF

/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 parameters

· 1
idstringRequired

Cart identifier (32-char shop__cart.identifier).

Examplea1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/cart/detail

get
curl -X GET "https://api.bizkithub.com/bff/cart/detail?id=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key