元仓开放平台
  1. 入库(不带箱唛)
元仓开放平台
  • 开发者必读
    • 对接说明
    • 枚举描述
  • 授权
    • 授权
      POST
  • 基础资料
    • 国家
      POST
    • 币种
      POST
    • 元仓渠道(物流公司)
      POST
    • 客户开启的元仓渠道(物流公司)
      POST
    • 元仓仓库
      POST
    • 客户开启的元仓仓库
      POST
    • 元仓平台
      POST
    • 文件上传
      POST
  • 商品
    • 商品分类
      POST
    • 商品货物属性
      POST
    • 商品成交单位
      POST
    • 商品新增
      POST
    • 商品修改
      POST
    • 商品作废
      POST
    • 商品打印标签
      POST
    • 商品列表
      POST
    • 商品详情
      POST
    • 商品发货仓库匹配
      POST
  • 入库
    • 预报入库
      • 运输方式
      • 货物属性
      • 入库新增
      • 入库作废
      • 入库确认
      • 入库详情
      • 入库列表
      • 头程物流成本修改
      • 入库箱唛打印标签
      • 入库完结
    • 入库(不带箱唛)
      • 入库新增
        POST
      • 入库作废
        POST
      • 入库确认
        POST
      • 入库详情
        POST
      • 入库列表
        POST
      • 入库完结
        POST
  • 订单
    • 几大平台对应channelCode字段的取值
    • 订单新增
    • 订单取消
    • 订单列表
    • 订单详情
    • 标记订单是否上网
    • 更新物流追踪信息
  • 库存
    • 库存动态列表
    • 库存盘点列表
    • 库存列表
    • 库龄报表(非实时)
  • 换单
    • 新增订单
    • 订单列表
    • 取消订单
  • 退货
    • 退货单新增
    • 退货单列表
    • 退货单作废
    • 退货单详情
    • 退货单决策
  • 订阅
    • 签名推送测试
    • 预报入库/入库(不带箱唛)推送(状态)
    • 预报入库/入库(不带箱唛)推送(上架明细)
    • 订单推送
    • 退货单推送
    • 库存盘点完结推送
  1. 入库(不带箱唛)

入库详情

测试环境
测试环境
POST
https://test.api.yc-client.anestcang.com
/api/openPlatform/inOrder/purchase/detail
最后修改时间:2024-11-19 03:16:08

请求参数

Header 参数
Authorization
string 
必需
例: Bearer 2296|M9DlZJI54pxcbdtdapSOy4wNkzYKijw5jpjJIhS7
默认值:
Bearer {{token}}
Content-Type
string 
必需
默认值:
application/json
Body 参数application/json
customerWarehouseOrderNo
string 
客户入库单号
必需
示例
{
  "customerWarehouseOrderNo": "230293035728891"
}

返回响应

🟢200成功
application/json
Body
state
string 
必需
msg
string 
必需
data
object 
必需
id
integer 
必需
warehouseOrderNo
string 
元仓入单号
必需
customerWarehouseOrderNo
string 
客户入库单号
必需
destinationWarehouseCode
string 
目的仓编码
必需
estimatedArrivalDate
string 
预计到达时间
必需
status
integer 
状态
必需
1:草稿2:运输中3:操作中4:上架完成5:已完结-1:作废
statusDescription
string 
状态描述
必需
inBoundType
string 
入库类型
必需
inBoundTypeDescription
string 
入库类型描述
必需
trackingNo
string 
物流单号
必需
totalNum
integer 
总数量
必需
入库单制单数量
totalShiftNum
integer 
总上架数量
必需
totalReceiveNum
integer 
总签收数量
必需
diffNum
integer 
差异数量
必需
totalNum-totalShiftNum
shelfTime
string  | null 
最后一次上架时间
必需
createTime
string 
创建时间
必需
updateTime
string 
修改时间
必需
details
array [object {8}] 
箱唛明细
必需
示例
{
  "state": "string",
  "msg": "string",
  "data": {
    "id": 0,
    "warehouseOrderNo": "string",
    "customerWarehouseOrderNo": "string",
    "destinationWarehouseCode": "string",
    "estimatedArrivalDate": "string",
    "status": 0,
    "statusDescription": "string",
    "inBoundType": "string",
    "inBoundTypeDescription": "string",
    "trackingNo": "string",
    "totalNum": 0,
    "totalShiftNum": 0,
    "totalReceiveNum": 0,
    "diffNum": 0,
    "shelfTime": "string",
    "createTime": "string",
    "updateTime": "string",
    "details": [
      {
        "quantity": 0,
        "diffNum": 0,
        "shiftNum": 0,
        "productSku": "string",
        "productCnName": "string",
        "customerSku": "string",
        "productImages": [
          "string"
        ],
        "purchasePrice": 0
      }
    ]
  }
}
修改于 2024-11-19 03:16:08
上一页
入库确认
下一页
入库列表
Built with