/bff/product/product-image-update-meta
Updates the alt text / title of a gallery image. Alt text is important for SEO and accessibility. Pass an empty string to clear it.
ProductgetBffProductProduct-image-update-meta
Parameters
3 query
Query · 3
codestringRequiredProduct code.
imageIdstringRequiredBlob token of the image to update.
titlestringRequiredNew alt text / title for the image (used for SEO and accessibility).
Request
GET /bff/product/product-image-update-meta
curl -X GET "https://api.bizkithub.com/bff/product/product-image-update-meta?code=my-product&imageId=abc123def456&title=Product%20photo%20front%20view" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.