/api/v1/cart/set-packeta-branch
API endpoint documentation
post
Tags:cart
Operation ID:
postApiV1CartSet-packeta-branchQuery Parameters
Body
cartIdstringExample: "b411056d304d9y6mHe2SoMFBL2Apxfnb"packetaBranchIdnumberResponses
200
No description
Base URL:
https://bizkithub.comExample Request
fetch('https://bizkithub.com/api/v1/cart/set-packeta-branch?apiKey=YOUR_API_KEY', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"cartId": "b411056d304d9y6mHe2SoMFBL2Apxfnb",
"packetaBranchId": 1
})
})Example Response
HTTP 200Success Response
{
"success": false
}🔑 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: January 2, 2026