商品新登记的API
Last updated 11 months ago
登记新的商品信息。
条形码
品牌
SKU
代表商品名
商品名(韩语)
追加商品名 韩语,英文外"
出口申报用商品名(英语)
HSCODE
类别大分类
材质
个儿
颜色
横向(cm)
竖着(cm)
高高地
售价
货币单位(三个字)
原产地
个数表示单位 00个,00捆,00箱等。
毛重( KG)
净重( KG)
APIKey Test KEY:7abd72462c794016849abe4be
Action 실행결과 코드/메시지를 서비스에서 컨트롤러로 리턴할때 사용
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" }
sucess
{ "Message": "text", "Code": 1 }