API GUIDE
Etomars API Guide CN
Etomars API Guide CN
  • Wellcome!
  • API Guide
    • API基本信息
    • Invoice
      • get
      • add
      • delete
      • update
      • label
    • Product
      • get
      • add
    • Inbound
      • get
      • add
    • Outbound
      • get
    • Inventory
      • get
    • Sales site
      • qoo10
  • Etc
    • API 변경 로그
Powered by GitBook
On this page
  1. API Guide

API基本信息

PreviousWellcome!NextInvoice

Last updated 11 months ago

EtomasrAPI基本信息

  1. URL : https://api.etomars.com

  2. 所有请求均使用POST方法 。

  3. 所有请求和响应都以JSON的形式处理数据。

  4. 所有请求的 Request Body 都包含"ApiKey"作为必备参数。

  5. API Key在每个客户公司都获得并使用独特的值。

  6. 所有API都支持英语、日语和韩语的响应消息。 为了响应特定语言,应要求设置Accept-Language报头值。

    • en-US: English (default)

    • ja-JP: Japanese

    • ko-KR: Korean

    如果Accept-Language报头值被省略,或者不包含在上述列出的值中,则将返回默认的英文回复。

  7. 与请求的成功/失败不同,所有响应均采用200、400两种方式。 200:正常执行请求时 成功/失败检查返回数据。 400:请求参数在执行前实施的有效性验证失败,无法执行请求时 有效性验证结果可在响应数据的Error中确认。


各API的详细内容请参考以下内容。

Invoice
Product
Inbound
Inventory
Sales site