ordergetApiV1ShopOrderDetail
Parameters
1 query
Query · 1
hashstringRequiredRequest
GET /api/v1/shop/order/detail
curl -X GET "https://api.bizkithub.com/api/v1/shop/order/detail?hash=example_hash" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"exist": true,
"id": "25000087",
"hash": "sSO98YxzR4KJiOu66Jn6K3wRwa4FPI7S",
"locale": "cs",
"payDate": "2025-01-10T16:19:41.675Z",
"status": {
"label": "Paid",
"color": "#1e90ff",
"onlinePaymentStatus": "CREATED",
"onlinePaymentStatusLabel": "Platba vytvořena",
"onlinePaymentChecking": false
},
"variableSymbol": "25000087",
"publicNotice": "Thank you for your order.",
"insertedDate": "2025-01-10T16:19:40.150Z",
"updatedDate": "2025-01-10T16:30:07.172Z",
"expirationDate": "2025-01-12T16:19:40.150Z",
"price": {
"priceWithVat": 0,
"currency": "CZK",
"priceWithoutVat": 0,
"vat": 21,
"currencyLocale": "Kč"
},
"sale": {
"priceWithVat": 0,
"currency": "CZK",
"priceWithoutVat": 0,
"vat": 21,
"currencyLocale": "Kč"
},
"customer": {
"email": "jan@barasek.com",
"phone": "+420 777123456",
"firstName": "Jan",
"lastName": "Barášek",
"companyName": "Company Ltd.",
"premium": false
},
"items": [
{
"id": "sSO98YxzR4KJiOu66Jn6K3wRwa4FPI7S_4186",
"isStorno": false,
"label": "GymRoom reservation",
"count": 1,
"price": {
"priceWithVat": 0,
"currency": "CZK",
"priceWithoutVat": 0,
"vat": 21,
"currencyLocale": "Kč"
},
"unit": "ks",
"vat": 0,
"creditAmount": 0,
"productCode": "example_productCode",
"productName": "example_productName",
"productMainImageUrl": "https://storage.xhp.cz/...",
"variantCode": "example_variantCode",
"variantName": "example_variantName",
"eventCalendarCode": "example_eventCalendarCode",
"eventCode": "example_eventCode",
"eventTitle": "example_eventTitle",
"branch": "gymroom-plzen"
}
],
"vouchers": [
{
"code": "SUMMER-15",
"type": "fixed",
"value": "150",
"isOrderSingleton": false,
"currency": "CZK"
}
],
"tags": {},
"links": {
"onlinePaymentLink": "https://bizkithub.com/order/pay?hash=sSO98YxzR4KJiOu66Jn6K3wRwa4FPI7S",
"returnUrl": "https://gymroom.cz/eshop/dekujeme-eshop"
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.