易达优送开放平台
  1. 商品
易达优送开放平台
  • WMS海外仓开放平台
    • 开发者必读
      • 对接说明
      • 枚举描述
    • 基础资料
      • 国家
      • 仓库可发渠道
      • 商品分类列表
      • 仓库
    • 商品
      • 新增商品
        POST
      • 编辑商品
        POST
      • 取消商品
        POST
      • 商品详情
        POST
      • 标签(面单)
        POST
      • 获取客户所有商品
        POST
    • 入库
      • 新增入库单
      • 确认入库单
      • 取消入库单
      • 入库详情
    • 订单
      • 新增订单
      • 取消订单
      • 订单详情
      • 标签(面单)
      • 拦截订单
      • 更新订单快递标和物流追踪号
      • 上传订单附件
    • 库存
      • 商品库存
    • 退货
      • 新增退货单
      • 取消退货单
      • 退货单列表
  • 数据模型
    • 示例数据模型
    • WMS常用数据模型
      • 商品Vo
      • 分页响应
      • 响应体数据结构
      • 国家
      • 新增或编辑商品
      • 客户参考号-入库
  1. 商品

获取客户所有商品

POST
/api/customer/operation/customerSku

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/customerSku?pageNo=1&pageSize=10' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "message": "获取客户所有商品成功",
    "code": 200,
    "result": {
        "data": [
            {
                "code": "ZGTZ8918",
                "name": "ZGTZ8918",
                "enName": "8918",
                "declareName": "ZGTZ8918",
                "declareEnName": "8918",
                "hscode": null,
                "skuModel": null,
                "trademark": null,
                "texture": null,
                "uses": null,
                "imageUrl": null,
                "salesUrl": null,
                "price": null,
                "declaredPrice": 60,
                "length": 50,
                "width": 5,
                "height": 90,
                "weight": 0.01,
                "packageLength": 50,
                "packageWidth": 5,
                "packageHeight": 90,
                "packageWeight": 0.01,
                "unitCode": "in_lb",
                "qcType": "N",
                "specAttr": "0",
                "status": "AUDITED",
                "remark": null,
                "skuCategoryId": null,
                "skuBarcode": "888",
                "otherBarcode": null,
                "fnSku": null,
                "origin": null,
                "createBy": "xd",
                "createTime": "2024-06-04 10:07:32"
            },
            {
                "code": "4580796974014",
                "name": "烟花式电子烟",
                "enName": "OIXI",
                "declareName": "烟花式电子烟",
                "declareEnName": "OIXI",
                "hscode": null,
                "skuModel": null,
                "trademark": null,
                "texture": null,
                "uses": null,
                "imageUrl": null,
                "salesUrl": null,
                "price": null,
                "declaredPrice": 15,
                "length": 4,
                "width": 3,
                "height": 15,
                "weight": 0.015,
                "packageLength": 3.2,
                "packageWidth": 3.2,
                "packageHeight": 11.9,
                "packageWeight": 0.0748,
                "unitCode": "in_lb",
                "qcType": "N",
                "specAttr": "0",
                "status": "AUDITED",
                "remark": null,
                "skuCategoryId": null,
                "skuBarcode": "9",
                "otherBarcode": null,
                "fnSku": null,
                "origin": null,
                "createBy": "zgtz",
                "createTime": "2024-06-04 10:07:57"
            },
            {
                "code": "4580796976186",
                "name": "便携式电子烟",
                "enName": "ROO POD(3 PODS)",
                "declareName": "便携式电子烟",
                "declareEnName": "ROO POD(3 PODS)",
                "hscode": null,
                "skuModel": null,
                "trademark": null,
                "texture": null,
                "uses": null,
                "imageUrl": null,
                "salesUrl": null,
                "price": null,
                "declaredPrice": 20,
                "length": 12,
                "width": 8,
                "height": 2,
                "weight": 0.08,
                "packageLength": 9.4,
                "packageWidth": 1.5,
                "packageHeight": 6.3,
                "packageWeight": 0.0308,
                "unitCode": "in_lb",
                "qcType": "N",
                "specAttr": "0",
                "status": "AUDITED",
                "remark": null,
                "skuCategoryId": null,
                "skuBarcode": "zgtz-upc",
                "otherBarcode": null,
                "fnSku": null,
                "origin": null,
                "createBy": "zgtz",
                "createTime": "2024-05-15 18:03:43"
            }
        ],
        "total": 5,
        "pageSize": 10,
        "currentPage": 1,
        "currentSize": 5
    },
    "timestamp": 1719561784102
}
修改于 2024-11-27 03:11:57
上一页
标签(面单)
下一页
新增入库单
Built with