跳到主要内容
版本:202607

查询采购项列表

GET 

/openapi/2026-07/procurements/:procurement_id/items

获取指定采购单中的采购项列表。

请求

Path参数

    procurement_id string必填

    采购单 ID

Query参数

    cursor string

    分页游标

    page_size int32

    每页记录数

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    items object[]

    项目列表

  • Array [
  • idstring

    采购 ID

    procurement_idstring

    采购单 ID

    pending_quantityint32

    待处理数量

    received_quantityint32

    已收货数量

    rejected_quantityint32

    被拒绝数量

    transfer_quantityint32

    调拨数量

    variant_idstring

    规格 ID

    product_idstring

    商品 ID

    product_titlestring

    商品标题

    variant_titlestring

    规格标题

    variant_skustring

    规格 SKU

    created_atstring

    创建时间,ISO-8601 格式

    updated_atstring

    最后更新时间,ISO-8601 格式

    product_image object

    商品图片

    srcstring

    图片来源 URL

    widthint32

    图片宽度(像素)

    heightint32

    图片高度(像素)

    altstring

    图片替代文本

  • ]
  • cursorstring

    分页游标

    has_moreboolean

    是否有更多记录