Parameters
JSON body
Request body
application/jsoncodestringRequiredblobTokenstring | nullOptionalOne of 2:
Variant 1
string
Variant 2
null
Set or remove category main image
JSON body
codestringRequiredblobTokenstring | nullOptional1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/product-category/category-set-main-image
curl -X POST "https://api.bizkithub.com/bff/product-category/category-set-main-image" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code"
}'All BizKitHub public API endpoints require authentication via API key.