{
  "name": "Ai agent integration with eBay Buy Marketing API",
  "nodes": [
    {
      "id": "c220949f-8f9d-4c61-849a-b886da204782",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflo"
      }
    },
    {
      "id": "72e4ac74-3059-4b7b-a084-92cba5092b0e",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Buy Marketing MCP Server ✅ 1 operations\n\n### About\nThe Marketing API retrieves eBay products based on a metric, such as Best Selling, as well as products that were also bought and also viewed.\n\n"
      }
    },
    {
      "id": "ea139953-d990-435c-afce-ae78f9b1b4d3",
      "name": "Buy Marketing MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -560,
        -240
      ]
    },
    {
      "id": "dc815043-b4a2-4e1b-a1b4-5458c70c253d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 320,
        "height": 220,
        "content": "## Merchandised Product"
      }
    },
    {
      "id": "3748b148-d6b3-4a7b-b328-8dfc8b258d54",
      "name": "Fetch Merchandised Products",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -40
      ]
    }
  ],
  "connections": {
    "Fetch Merchandised Products": {
      "ai_tool": [
        [
          {
            "node": "Buy Marketing MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}