DocsAPI ReferenceProduct/bff/product/product-restore
postProductAdmin BFF

/bff/product/product-restore

Clears deleted_date and the legacy deleted boolean. active is intentionally NOT flipped back to true — the operator should re-publish explicitly so a stale catalogue does not silently come back online.

ProductpostBffProductProduct-restore

Parameters

1 body

1 total
Body · 1
productCodestringRequired

Product code to restore.

Length: 1

Request

POST /bff/product/product-restore

post
curl -X POST "https://api.bizkithub.com/bff/product/product-restore" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "productCode": "my-product"
}'

Response

JSON payload

{
  "success": false,
  "code": "example_code",
  "alreadyLive": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key