概要
Netsea は、多種多様な商品や仕入先にアクセスできるプラットフォームです。このツールを使用すると、Netsea API と接続して商品情報や仕入先の詳細を取得したり、在庫をプログラム上で管理したりできます。eコマース業務の自動化や生産性向上に役立ちます。主な機能
NETSEA_GET_SUPPLIERS- Netsea プラットフォーム上の仕入先一覧を取得
NETSEA_GET_CATEGORIES- Netsea プラットフォーム上の商品カテゴリ一覧を取得
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Netsea API と接続する
NETSEA_GET_SUPPLIERS
NETSEA_GET_CATEGORIES
- id: get_suppliers
tool: NETSEA_GET_SUPPLIERS
config:
- name: token
value: "{{secrets.NETSEA_API_TOKEN}}"
input:
[]
- id: get_categories
tool: NETSEA_GET_CATEGORIES
config:
- name: token
value: "{{secrets.NETSEA_API_TOKEN}}"
- name: all_levels
value: false
input:
[]