DocsAPI ReferenceProduct/bff/product/product-gallery-list
getProductAdmin BFF

/bff/product/product-gallery-list

Returns all non-deleted images in the product gallery sorted by active status and position. Includes blob metadata (URL, dimensions) and identifies the main/featured image.

ProductgetBffProductProduct-gallery-list

Parameters

1 query

1 total
Query · 1
codestringRequired

Product code.

Request

GET /bff/product/product-gallery-list

get
curl -X GET "https://api.bizkithub.com/bff/product/product-gallery-list?code=my-product" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "url": "example_url",
      "title": "example_title",
      "position": 0,
      "deleted": false,
      "active": false
    }
  ],
  "mainImageId": "example_mainImageId",
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key