API GUIDE
Etomars API Guide KR
Etomars API Guide KR
  • Wellcome!
  • API Guide
    • API 기본정보
    • Invoice
      • get
      • add
      • delete
      • update
      • label
      • getprintdata
    • Product
      • get
      • add
    • Package
      • get
      • add
    • Inbound
      • get
      • add
    • Outbound
      • get
    • Inventory
      • get
    • Report
      • get/order-status
      • get/delivery-info
    • Sales site
      • qoo10
  • Etc
    • API 변경 로그
    • exceptional 공통코드
Powered by GitBook
On this page
  1. API Guide
  2. Product

add

상품 신규 등록을 위한 API

PreviousgetNextPackage

Last updated 11 days ago

상품 등록

post

새로운 상품 정보를 등록합니다.

Body
ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
200
sucess
400
Valid Fail
post
POST /api/v1/product/add HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 442

{
  "DataList": [
    {
      "Barcode": "STRING",
      "Brand": "string",
      "SKU": "string",
      "MainProductName": "string",
      "ProductNameKr": "string",
      "ProductName": "string",
      "GoodsNameExpEn": "string",
      "Hscode": "string",
      "PrimaryCategory": "string",
      "Material": "string",
      "Size": "string",
      "Color": "string",
      "Width": 0,
      "Length": 0,
      "Height": 0,
      "SellPrice": 0,
      "CurrencyUnit": "STRING",
      "Origin": "string",
      "SalesUnit": "string",
      "GrossWeight": 0,
      "NetWeight": 0
    }
  ],
  "ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}
{
  "Message": "text",
  "Code": 1
}