BizKitHub
DocsAPI ReferenceProduct Category/bff/product-category/category-update-schedule
postProduct CategoryAdmin BFF

/bff/product-category/category-update-schedule

Sets active_from / active_to (cron auto-toggles active) and visibility_rules JSONB.

Product CategorypostBffProduct-categoryCategory-update-schedule

Parameters

JSON body

Request body

application/json
codestringRequired
activeFromstring | nullOptional
One of 2:
Variant 1
string

ISO timestamp. Empty/null clears the schedule.

Variant 2
null
activeTostring | nullOptional
One of 2:
Variant 1
string
Variant 2
null
visibilityRulesobject | nullOptional
One of 2:
Variant 1
customerGroupsstring[]Optional
branchesstring[]Optional
localesstring[]Optional
countriesstring[]Optional
Variant 2
null

Response schema

1 status code documented

200Success
successbooleanRequired
Default: true

Response example

application/json
{
  "success": true
}

Request example

POST /bff/product-category/category-update-schedule

post
curl -X POST "https://api.bizkithub.com/bff/product-category/category-update-schedule" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "code": "example_code"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key