get/delivery-info
시작일~종료일의 보관 현황을 조회합니다.
Last updated
시작일~종료일의 보관 현황을 조회합니다.
Last updated
POST /api/v1/report/get/delivery-info HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 90
{
"StartDateTime": "2024-09-01",
"EndDateTime": "2024-09-04",
"ApiKey": "xxxxxxxxxxxxxxxxxxxxx"
}{
"Data": [
{
"Barcode": "880012345673",
"Brand": "NO BRAND 2",
"SKU": "AAAA3",
"MainProductName": "Cosmetic 2",
"ProductNameKr": "화장품6",
"ProductName": "상품명(중국어)3",
"GoodsNameExpEn": "",
"Hscode": "",
"PrimaryCategory": "카테고리 대분류3",
"Material": "재질3",
"Size": "사이즈3",
"Color": "옵션3",
"Width": 0,
"Length": 0,
"Height": 0,
"SellPrice": 0,
"CurrencyUnit": "USD",
"Origin": "원산지3",
"SalesUnit": "갯수표시단위3",
"GrossWeight": 30,
"NetWeight": 31
},
{
"Barcode": "880012345699",
"Brand": null,
"SKU": null,
"MainProductName": null,
"ProductNameKr": null,
"ProductName": null,
"GoodsNameExpEn": null,
"Hscode": null,
"PrimaryCategory": null,
"Material": null,
"Size": null,
"Color": null,
"Width": 0,
"Length": 0,
"Height": 0,
"SellPrice": 0,
"CurrencyUnit": null,
"Origin": null,
"SalesUnit": null,
"GrossWeight": 0,
"NetWeight": 0
}
],
"Message": "성공",
"Code": 0
}