如有对接问题或者建议请及时联系我们
| 状态码 | 描述 |
|---|---|
| I201 | 入库单已存在 |
| I202 | 入库单不存在 |
| I203 | 入库单状态非法 |
{
"inboundNumber": "in000000111",
"warehouseCode": "SY-MY001",
"inboundDetails": [
{
"customerSku": "DEAP100002",
"quantity": 95
},
{
"customerSku": "DEAP1001",
"quantity": 80
}
],
"estimatedArrivalDate": "2023-10-01",
"trackingNumber": "tr0000111",
"inBoundType": 10
}curl --location 'https://test-api-oms.sueytong.com/api/openApi/inbound/add' \
--header 'Authorization: Bearer {{token}} ' \
--header 'Content-Type: application/json' \
--data '{
"inboundNumber": "in000000111",
"warehouseCode": "SY-MY001",
"inboundDetails": [
{
"customerSku": "DEAP100002",
"quantity": 95
},
{
"customerSku": "DEAP1001",
"quantity": 80
}
],
"estimatedArrivalDate": "2023-10-01",
"trackingNumber": "tr0000111",
"inBoundType": 10
}'{
"status": "string",
"message": "string"
}