修改退件单
开发中
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 03:28:59