add
상품 신규 등록을 위한 API
새로운 상품 정보를 등록합니다.
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
}
Last updated