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

/bff/product-category/category-update-seo

Updates meta_title, meta_description, canonical_url, noindex and og:image. Empty strings reset to NULL.

Product CategorypostBffProduct-categoryCategory-update-seo

Parameters

6 body

6 total
Body · 6
codestringRequired
metaTitlestring | null
metaDescriptionstring | null
canonicalUrlstring | null
noindexboolean
ogImageBlobTokenstring | null

Request

POST /bff/product-category/category-update-seo

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

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key