Google Merchant Center · Capability

Google Merchant Center Google Merchant API — Products

Google Merchant Center Google Merchant API — Products. 2 operations. Lead operation: Google Merchant Center Get product. Self-contained Naftiko capability covering one Google Merchant Center business surface.

Run with Naftiko Google Merchant CenterProducts

What You Can Do

GET
Getproduct — Google Merchant Center Get product
/v1/products/v1/{name}
POST
Insertproductinput — Google Merchant Center Insert product input
/v1/products/v1/{parent}/productinputs

MCP Tools

google-merchant-center-get-product

Google Merchant Center Get product

read-only idempotent
google-merchant-center-insert-product

Google Merchant Center Insert product input

Capability Spec

openapi-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Merchant Center Google Merchant API — Products
  description: 'Google Merchant Center Google Merchant API — Products. 2 operations. Lead operation: Google Merchant Center
    Get product. Self-contained Naftiko capability covering one Google Merchant Center business surface.'
  tags:
  - Google Merchant Center
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_MERCHANT_CENTER_API_KEY: GOOGLE_MERCHANT_CENTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-products
    baseUri: https://merchantapi.googleapis.com
    description: Google Merchant Center Google Merchant API — Products business capability. Self-contained, no shared references.
    resources:
    - name: products-v1-name
      path: /products/v1/{name}
      operations:
      - name: getproduct
        method: GET
        description: Google Merchant Center Get product
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          required: true
    - name: products-v1-parent-productInputs
      path: /products/v1/{parent}/productInputs
      operations:
      - name: insertproductinput
        method: POST
        description: Google Merchant Center Insert product input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.GOOGLE_MERCHANT_CENTER_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-products-rest
    port: 8080
    description: REST adapter for Google Merchant Center Google Merchant API — Products. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products/v1/{name}
      name: products-v1-name
      description: REST surface for products-v1-name.
      operations:
      - method: GET
        name: getproduct
        description: Google Merchant Center Get product
        call: openapi-products.getproduct
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/products/v1/{parent}/productinputs
      name: products-v1-parent-productinputs
      description: REST surface for products-v1-parent-productInputs.
      operations:
      - method: POST
        name: insertproductinput
        description: Google Merchant Center Insert product input
        call: openapi-products.insertproductinput
        with:
          parent: rest.parent
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Merchant Center Google Merchant API — Products. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-merchant-center-get-product
      description: Google Merchant Center Get product
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-products.getproduct
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: google-merchant-center-insert-product
      description: Google Merchant Center Insert product input
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-products.insertproductinput
      with:
        parent: tools.parent
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.