add

商品新規登録のためのAPI

商品登録

post

新しい商品情報を登録します。

Body
Barcodestring · max: 50Required

バーコード

Brandstring · max: 50Required

ブランド

SKUstring · max: 50Required

SKU

MainProductNamestring · max: 100Required

代表商品名

ProductNameKrstring · max: 100Optional

商品名(韓国語)

ProductNamestring · max: 100Optional

追加商品名 韓国語、英文ほか

GoodsNameExpEnstring · max: 100Optional

輸出申告用 商品名(英語)

Hscodestring · max: 10Optional

HSCODE

PrimaryCategorystring · max: 50Optional

カテゴリー 大分類

Materialstring · max: 100Optional

材質

Sizestring · max: 100Optional

大きさ

Colorstring · max: 100Optional

Widthnumber · doubleOptional

横(cm)

Lengthnumber · doubleOptional

縦(cm)

Heightnumber · doubleOptional

高さ

SellPricenumber · doubleOptional

販売価格

CurrencyUnitstringOptional

通貨単位(3文字)

Originstring · max: 20Optional

原産地

SalesUnitstring · max: 10Optional

個数表示単位 00個、00セット、00ボックスなど

GrossWeightnumber · doubleOptional

総重量 (KG)

NetWeightnumber · doubleOptional

純 重量(KG)

ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
200

sucess

post
POST /api/v1/product/add HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 427

{
  "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
}

Last updated