Bloomreach · Example Payload

Bloomreach Catalog Product Put Example

Digital CommerceSearchMerchandisingRecommendationsCustomer Data PlatformCDPEmail MarketingSMS MarketingMarketing AutomationHeadless CMSPersonalizationE-Commerce

Bloomreach Catalog Product Put Example is an example object payload from Bloomreach, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_commentitem_idattributesvariants

Example Payload

Raw ↑
{
  "_comment": "Example request body for PUT /accounts/{account_name}/catalogs/{catalog_name}/environments/{environment_name}/catalogs/{catalog_name}/items/{item_id} — Bloomreach Catalog Management API",
  "item_id": "SKU-98765",
  "attributes": {
    "title": "Men's Ultra Boost Running Shoe",
    "description": "Lightweight responsive running shoe with Boost midsole technology for high-performance daily training.",
    "brand": "AdiSport",
    "price": 120.00,
    "sale_price": 89.99,
    "url": "https://example.com/products/mens-ultra-boost",
    "thumb_image": "https://cdn.example.com/images/sku-98765-thumb.jpg",
    "category_id": ["shoes", "mens-running"],
    "category_paths": [
      [
        { "id": "shoes", "name": "Shoes" },
        { "id": "mens-running", "name": "Men's Running" }
      ]
    ],
    "tags": ["running", "boost", "lightweight", "performance"]
  },
  "variants": [
    {
      "variant_id": "SKU-98765-BLU-10",
      "sku_color": "Blue",
      "sku_size": "10",
      "sku_price": 120.00,
      "sku_sale_price": 89.99,
      "sku_thumb_images": ["https://cdn.example.com/images/sku-98765-blue-thumb.jpg"],
      "sku_swatch_images": ["https://cdn.example.com/swatches/blue.jpg"]
    },
    {
      "variant_id": "SKU-98765-BLU-11",
      "sku_color": "Blue",
      "sku_size": "11",
      "sku_price": 120.00,
      "sku_sale_price": 89.99,
      "sku_thumb_images": ["https://cdn.example.com/images/sku-98765-blue-thumb.jpg"],
      "sku_swatch_images": ["https://cdn.example.com/swatches/blue.jpg"]
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bloomreach-catalog-product-put-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.