Skip to main content
Glama

HubSpot MCP

products_batch_update

Modify multiple products simultaneously in HubSpot MCP by updating properties such as name, description, price, or SKU using internal ID or a specified unique identifier.

Instructions

Update a batch of products by internal ID, or unique values specified by the idProperty query param.

Input Schema

NameRequiredDescriptionDefault
inputsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputs": { "items": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "idProperty": { "type": "string" }, "objectWriteTraceId": { "type": "string" }, "properties": { "additionalProperties": {}, "properties": { "description": { "type": "string" }, "hs_product_type": { "type": "string" }, "hs_recurring_billing_period": { "type": "string" }, "name": { "type": "string" }, "price": { "type": "number" }, "sku": { "type": "string" } }, "type": "object" } }, "required": [ "id", "properties" ], "type": "object" }, "type": "array" } }, "required": [ "inputs" ], "type": "object" }

Other Tools from HubSpot MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/hubspot-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server