상품 신규 등록을 위한 API
Last updated 11 days ago
새로운 상품 정보를 등록합니다.
접수할 데이터 리스트 (최대 100건)
APIKey Test KEY:7abd72462c794016849abe4be
Action 실행결과 코드/메시지를 서비스에서 컨트롤러로 리턴할때 사용
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" }
sucess
{ "Message": "text", "Code": 1 }