API GUIDE
Etomars API Guide CN
Etomars API Guide CN
  • Wellcome!
  • API Guide
    • API基本信息
    • Invoice
      • get
      • add
      • delete
      • update
      • label
    • Product
      • get
      • add
    • Inbound
      • get
      • add
    • Outbound
      • get
    • Inventory
      • get
    • Sales site
      • qoo10
  • Etc
    • API 변경 로그
Powered by GitBook
On this page
  1. API Guide
  2. Product

add

商品新登记的API

PreviousgetNextInbound

Last updated 11 months ago

商品登记

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

货币单位(三个字)

Originstring · max: 20Optional

原产地

SalesUnitstring · max: 10Optional

个数表示单位 00个,00捆,00箱等。

GrossWeightnumber · doubleOptional

毛重( KG)

NetWeightnumber · doubleOptional

净重( KG)

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: 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
}