curl --request POST \
--url https://auth-staging.delivered.co.kr/global-ship/open-api/v1/orders/lotos/validators \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"warehouseId": 1,
"sender": {
"name": "홍길동",
"contact": "01012345678"
},
"recipient": {
"country": "JP",
"name": "test kim",
"contact": "1235551234",
"address": "Centum jungang-ro, Haeundae-gu",
"addressDetail": "20F, 90",
"city": "Busan",
"state": "Busan",
"zipCode": "48059",
"importerJapaneseName": "山田 太郎",
"importerJapaneseAddress": "道玄坂1-2-3",
"importerJapaneseState": "東京都",
"importerJapaneseCity": "渋谷区",
"importerJapaneseZipCode": "150-0043",
"email": "test@domain.co.kr",
"personalCustomsClearanceCode": "P123456789012",
"importerJapaneseAddressDetail": "ビル 10F",
"importerCorporateNumber": "1234567890123"
},
"orderInfo": {
"mallOrderNumber": "ORDER202501010001",
"incoterms": "DAP",
"isExportDeclaration": true,
"exportPurpose": "SAMPLE",
"domesticShippingNumber": "65434235223"
},
"packageInfo": {
"actualWeight": 3.26,
"quantity": 1,
"width": 11.76,
"length": 11.76,
"height": 11.76,
"serviceType": "POD"
},
"items": [
{
"name": "test item",
"price": 10000,
"currency": "KRW",
"quantity": 1,
"actualWeight": 3.22,
"originCountry": "KR",
"imageUrl": "https://example.com/item.png",
"hscode": "1234567890",
"itemUrl": "https://www.delivered.co.kr/en",
"itemCode": "1234567890",
"material": "의류"
}
]
}
]
}
'{
"isSuccess": false,
"requestCount": 2,
"successCount": 1,
"failureCount": 1,
"failures": [
{
"mallOrderNumber": "ORD202501010001",
"rowIndex": 1,
"failures": [
{
"errorMessage": "입고지 ID가 존재하지 않습니다.",
"errorField": "warehouseId"
}
]
}
]
}LOTOS(일본) 전용 주문 유효성 검사 API 입니다.
curl --request POST \
--url https://auth-staging.delivered.co.kr/global-ship/open-api/v1/orders/lotos/validators \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"warehouseId": 1,
"sender": {
"name": "홍길동",
"contact": "01012345678"
},
"recipient": {
"country": "JP",
"name": "test kim",
"contact": "1235551234",
"address": "Centum jungang-ro, Haeundae-gu",
"addressDetail": "20F, 90",
"city": "Busan",
"state": "Busan",
"zipCode": "48059",
"importerJapaneseName": "山田 太郎",
"importerJapaneseAddress": "道玄坂1-2-3",
"importerJapaneseState": "東京都",
"importerJapaneseCity": "渋谷区",
"importerJapaneseZipCode": "150-0043",
"email": "test@domain.co.kr",
"personalCustomsClearanceCode": "P123456789012",
"importerJapaneseAddressDetail": "ビル 10F",
"importerCorporateNumber": "1234567890123"
},
"orderInfo": {
"mallOrderNumber": "ORDER202501010001",
"incoterms": "DAP",
"isExportDeclaration": true,
"exportPurpose": "SAMPLE",
"domesticShippingNumber": "65434235223"
},
"packageInfo": {
"actualWeight": 3.26,
"quantity": 1,
"width": 11.76,
"length": 11.76,
"height": 11.76,
"serviceType": "POD"
},
"items": [
{
"name": "test item",
"price": 10000,
"currency": "KRW",
"quantity": 1,
"actualWeight": 3.22,
"originCountry": "KR",
"imageUrl": "https://example.com/item.png",
"hscode": "1234567890",
"itemUrl": "https://www.delivered.co.kr/en",
"itemCode": "1234567890",
"material": "의류"
}
]
}
]
}
'{
"isSuccess": false,
"requestCount": 2,
"successCount": 1,
"failureCount": 1,
"failures": [
{
"mallOrderNumber": "ORD202501010001",
"rowIndex": 1,
"failures": [
{
"errorMessage": "입고지 ID가 존재하지 않습니다.",
"errorField": "warehouseId"
}
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
주문 정보 리스트
1 - 2147483647 elementsShow child attributes