add
상품 신규 등록을 위한 API
Last updated
상품 신규 등록을 위한 API
Last updated
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
}