海外仓开放平台
  1. 退件管理
海外仓开放平台
  • 接口说明
  • 基础资料
    • 获取仓库列表
      POST
    • 获取渠道列表
      POST
  • 商品管理
    • 获取单品信息
      POST
    • 创建单品信息
      POST
    • 修改单品信息
      POST
  • 入库管理
    • 创建入库单
      POST
    • 修改入库单
      POST
    • 入库单查询
      POST
    • 入库单详情
      POST
    • 入库单取消
      POST
    • 打印箱唛
      POST
  • 出库管理
    • 创建出库单
      POST
    • 出库单查询
      POST
    • 出库单取消
      POST
  • 库存查询
    • 库存查询
      POST
    • 库存流水
      POST
    • 库龄查询
      POST
  • 退件管理
    • 创建退件单
      POST
    • 退件单查询
      POST
    • 修改退件单
      POST
    • 退件单取消
      POST
  • 结算管理
    • 账户流水
      POST
  1. 退件管理

创建退件单

开发中
POST

请求参数

Header 参数
method
string 
可选
示例值:
ols.inbound.order.create
app_key
string 
可选
默认值:
{{app_key}}
nonce
string 
可选
默认值:
{{nonce}}
sign
string 
可选
默认值:
{{sign}}
format
string 
可选
默认值:
{{format}}
sign_type
string 
可选
默认值:
{{sign_type}}
version
string 
可选
默认值:
{{version}}
timestamp
string 
可选
默认值:
{{timestamp}}
Body 参数application/json
object {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 '' \
--header 'method: ols.inbound.order.create' \
--header 'app_key: {{app_key}}' \
--header 'nonce: {{nonce}}' \
--header 'sign: {{sign}}' \
--header 'format: {{format}}' \
--header 'sign_type: {{sign_type}}' \
--header 'version: {{version}}' \
--header 'timestamp: {{timestamp}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{
    "code": 200,
    "msg": "请求成功",
    "data": {
        "total": 1,
        "records": [
            {
                "code": "GF320C",
                "barcode": "GF320C",
                "model": null,
                "name_cn": "显示器",
                "name_en": "显示器",
                "prodcut_code": "XOD6313476",
                "prodcut_name": "显示器",
                "brand_name": null,
                "description": null,
                "image_url": null,
                "hscode": null,
                "material": null,
                "declare_name_cn": null,
                "declare_name_en": null,
                "declare_price": 97,
                "declare_currency_code": "USD",
                "origin_country_code": null,
                "weight": 4500,
                "weight_unit": "g",
                "length": 78,
                "width": 11,
                "height": 51,
                "sizeUnit": "cm",
                "volume_weight": 7.293,
                "wms_weight": null,
                "wms_weight_unit": null,
                "wms_length": null,
                "wms_width": null,
                "wms_height": null,
                "wms_size_unit": null,
                "status": "DISABLE",
                "create_time": "2024-08-17 07:27:32",
                "update_time": "2024-08-17 07:27:32",
                "create_by_name": "admin-D005DE",
                "update_by_name": "admin-D005DE"
            }
        ]
    },
    "timestamp": 1724134340938
}
修改于 2024-08-23 02:27:43
上一页
库龄查询
下一页
退件单查询
Built with