商城
  1. 个人中心->订单管理
商城
  • 评论
    • productReview
      POST
    • reviewSkuList
      POST
    • reviewLike
      POST
    • reviewTag
      POST
    • orderDetail
      POST
    • 图片或视频上传或其他类型文件上传
      POST
    • 图片
      POST
    • 评论提交
      POST
    • 评论详情
      POST
    • 评论翻译
      POST
  • souring相关
    • 站点->sourcing
      • 商品 -> 图片搜索
        • 阿里云以图搜图
        • 阿里云以图搜图V2
      • sourcing提交
      • sourcing详情
      • sourcing取消
      • sourcing分页查询
      • sourcing商品查询
  • 站点->sourcing
    • 数量查询
  • 购物车 -> 购物车
    • deteleCartSync
    • test
    • test2
    • 合并购物车
    • 查询购物车仓库列表
    • 查询购物车数量
    • 删除购物车
    • 更新免邮勾选
    • 移动到心愿单
    • 更新购物车
    • 加购购物车
    • studio样品加入购物车
    • 购物车列表查询
    • 查询spu下所有sku查询在购物车中的数量
    • 删除原来sku,新增sku
  • 个人中心->订单管理
    • 订单分页列表
      POST
    • 查看订单详情
      POST
    • 获取订单中已变成一包多件的商品详情
      POST
    • 同步item数据
      POST
    • 备货详情
      POST
    • Pay now待支付订单信息
      POST
    • 查看订单概览
      POST
    • 标记等待补货
      POST
    • 待支付订单信息
      POST
    • 缺货继续支付
      POST
    • 支付成功回显订单地址信息
      POST
    • 编辑订单地址
      POST
    • 订单备注
      POST
    • 导出发货清单
      POST
    • 从服务器下载已保存的checklist文件
      POST
    • 上传支付凭证
      POST
    • 获取订单图片zip下载链接
      POST
    • studio-获取订单发票信息
      POST
  • 产品->详情
    • 查询sku详情(列表页弹框)
    • 设置log
    • 查询sku详情(商品详情)
    • 计算商详sku价格
    • 批量获取商品详情
    • 批量获取供应商产品详情
    • 查询sku活动
    • 查询商品的活动配置折扣信息以及分类活动的code
    • 推荐商品
    • 推荐关键词
    • 图片压缩包
    • 墨西哥免邮商品刷新
    • 商品发货交货时效信息
    • 获取二维码的sku编码,判别二维码是否有效(是否查询的到产品)
    • 获取不同站点对应链接
    • 获取经常购买的商品
    • 遗失物品赔偿
    • 墨西哥商品利益点文案
    • 商品关联博客列表
  • 订单 -> 订单
    • create
    • google or apple
    • reorder
    • reviewToWish
    • getOrderList
    • orderAgeing
    • orderNumberGenerator
    • 获取订单优惠信息
  • 站点->支付方式
    • list
    • 根据站点获取paypal的clientId 默认是饰品站
    • 复制站点支付方式
  • 产品搜索->列表
    • 列表分页
    • 图搜商品
    • ERP分页查询
    • 查询类目
    • 根据类目ID查询关键字
    • 获取所有语言的属性名
    • 刷新属性缓存
    • 刷新关键字缓存
    • 用户历史关键词搜索查询
    • 热门关键词和分类搜索
    • 删除用户历史关键词搜索查询
    • 清除缓存关键词
    • 根据spues获取商品列表
    • 新人专享页面数据
    • 新人专享页面数据v2版本
    • 流失客户推广专题页模块
    • 流失客户推广专题页模块
    • 新人专享页面免邮门槛图片v2版本
    • 购买过查询
    • 历史浏览记录
  • 购物车 -> 结算
    • checkout
    • checkoutOptimization
    • prepareCheckout
    • loginCheckout
    • countryProhibition
    • countryProhibitionConfirm
    • ageingInfo
  • 商品详情->激光定制
    • 激光定制模板查询
    • 激光定制提交
    • 激光定制分页查询
    • 激光定制详情
  • 商品定制
    • 定制商品需求提交
    • 定制商品列表
    • 定制商品需求 详情
  • 多买多奖
    • 获取活动信息
  1. 个人中心->订单管理

studio-获取订单发票信息

POST
/st-order/query/get-invoice-item-info

请求参数

Body 参数application/json
orderIncrement
string 
订单编号
可选
customerId
integer 
用户id
可选
sub
integer 
分表符
可选
示例
{
    "orderIncrement": "string",
    "customerId": 0,
    "sub": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.nihaocloud.cn/st-order/query/get-invoice-item-info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderIncrement": "string",
    "customerId": 0,
    "sub": 0
}'

返回响应

🟢200成功
application/json
Body
array of:
id
string 
item的ID
可选
productName
string 
产品名
可选
productUrl
string 
产品链接
可选
detailUrl
string 
可选
数据库中的产品链接, 不一定有值
spu
string 
sku ID
可选
sku
string 
产品sku
可选
weight
number 
可选
单个商品重量, 单位: 克
img
string 
sku图片地址
可选
qtyOrdered
integer 
可选
购买数量 分包业务中指的是订单的总数
qtyShipped
integer 
可选
发货数量 分包业务中指的是包裹中的数量
qc
integer 
发货数量
可选
qcEnable
integer 
是否已经质检
可选
outOfStock
integer 
缺货数量
可选
price
number 
sku原价
可选
specialPrice
number 
可选
优惠价格 = 阶梯价 * vip折扣
discountPrice
number 
可选
包含所有优惠的折后单价
supplyPrice
number 
供应商采购价格
可选
totalPrice
number 
可选
总价 = 优惠价格 * 购买数量
paymentCurrencyPrice
number 
支付时的货币的价格
可选
paymentCurrencySpecialPrice
number 
可选
支付时的货币的优惠价格
paymentCurrencyTotalPrice
number 
支付时的货币的总价
可选
color
string 
颜色
可选
size
string 
尺码
可选
spec
string 
规格
可选
replenishmentStatus
integer 
可选
补货状态, 1: sold_out, 2: in_replenishment, 3: completion_of_replenishment, 4: failure_of_replenishment
stockedDate
string 
备货日期
可选
estimatedDayToWarehouse
string 
可选
补货时预计到仓时间, dd
estimatedTimeToWarehouse
string 
补货时预计到仓时间
可选
estimatedRefundDay
string 
可选
缺货退款审核时预计到账时间, dd
estimatedRefundTime
string 
可选
缺货退款审核时预计到账时间
waitingForReplenishment
integer 
可选
客户是否已选择等待补货, 0: 未选择, 1: 已选择, 2: 24小时过期不予点击
skuRefundAmount
number 
可选
sku缺货数量对应的可退余额, 美元
skuRefundShippingAmount
number 
可选
sku缺货数量对应的可退运费, 美元
estimatedRefundAmount
number 
可选
缺货预计退款金额, 货值+运费
updatedAt
string 
修改时间
可选
inventoryType
integer 
库存类型 仓库类型
可选
freeShip
integer 
可选
是否免邮 1:是 0:否
specialIdentification
array[integer]
可选
特货标识(1:带液体、2:带电池、4:带粉末、5:带膏体、6:刀具、7:化妆品、8:疑高仿、20:蜡烛)
specialIdentificationVo
array[object (ProductLabelVo) {3}] 
特货标识信息
可选
label_id
integer 
可选
标签ID(商品中心统一维护)
icon
string 
图标
可选
name
string 
名称
可选
batchSale
integer 
一包多件商品起批量
可选
customType
integer 
可选
定制类型 0非定制 1默认定制
onShareSpu
string 
可选
sku共享被挂spu
preSaleProduct
integer 
可选
预售类型 0不预售1预售
示例
[
  {
    "id": "",
    "productName": "",
    "productUrl": "",
    "detailUrl": "",
    "spu": "",
    "sku": "",
    "weight": 0.0,
    "img": "",
    "qtyOrdered": 0,
    "qtyShipped": 0,
    "qc": 0,
    "qcEnable": 0,
    "outOfStock": 0,
    "price": 0.0,
    "specialPrice": 0.0,
    "discountPrice": 0.0,
    "supplyPrice": 0.0,
    "totalPrice": 0.0,
    "paymentCurrencyPrice": 0.0,
    "paymentCurrencySpecialPrice": 0.0,
    "paymentCurrencyTotalPrice": 0.0,
    "color": "",
    "size": "",
    "spec": "",
    "replenishmentStatus": 0,
    "stockedDate": "",
    "estimatedDayToWarehouse": "",
    "estimatedTimeToWarehouse": "",
    "estimatedRefundDay": "",
    "estimatedRefundTime": "",
    "waitingForReplenishment": 0,
    "skuRefundAmount": 0.0,
    "skuRefundShippingAmount": 0.0,
    "estimatedRefundAmount": 0.0,
    "updatedAt": "",
    "inventoryType": 0,
    "freeShip": 0,
    "specialIdentification": [
      0
    ],
    "specialIdentificationVo": [
      {
        "label_id": 0,
        "icon": "",
        "name": ""
      }
    ],
    "batchSale": 0,
    "customType": 0,
    "onShareSpu": ""
  }
]
修改于 2025-05-26 06:41:46
上一页
获取订单图片zip下载链接
下一页
查询sku详情(列表页弹框)
Built with