/api/v1/cart/detail
API endpoint documentation
get
Tags:cart
Operation ID:
getApiV1CartDetail
Query Parameters
cartId
stringNo description available
Responses
200
No description
Base URL:
https://bizkithub.com
Example Request
fetch('https://bizkithub.com/api/v1/cart/detail?apiKey=YOUR_API_KEY', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
})
Example Response
HTTP 200Success Response
{
"id": "b411056d304d9y6mHe2SoMFBL2Apxfnb",
"customerId": "HxanU4a1n4El61zx",
"customerName": "Jan Barášek",
"customerEmail": "jan@barasek.com",
"currency": "CZK",
"priceTotal": 12699,
"deliveryCode": "packeta",
"deliveryBranchId": 1,
"deliveryBranchProvider": "example_deliveryBranchProvider",
"paymentCode": "comgate",
"deliveryList": [],
"paymentList": [],
"deliveryAndPaymentCombinations": [],
"items": []
}
🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.
Back to API Documentation
Last updated: August 6, 2025