API Basic Information

Etomasr API Basic Information

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

  2. All requests use POST methods.

  3. All requests and responses process data in JSON format.

  4. The Request Body of all requests contains "ApiKey" as a required parameter.

  5. API Key is issued and used by each customer company with its own value.

  6. All APIs support response messages in English, Japanese, and Korean. Accept-Language header values must be set upon request for responses in a particular language.

    • en-US: English (default)

    • ja-JP: Japanese

    • ko-KR: Korean

    If the Accept-Language header value is omitted or not included in the values listed above, return a response message in the default English.

  7. Regardless of the success/failure of the request, all responses use both 200 and 400. 200 : If the request was carried out normally Success/failure checks return data. 400 : If the request parameter fails to validate before performing the request, the request cannot be performed Validation results can be found in Error in response data.


For more information about each API, please refer to the following.

InvoiceProductInboundInventorySales site

Last updated