领航思域业务系统
  1. 运单管理
领航思域业务系统
  • 对接说明
  • 令牌管理
    • 令牌获取
      POST
  • 基础管理
    • 业务类型列表
      GET
    • 仓库资料列表
      GET
    • 渠道资料列表
      GET
  • 产品管理
    • 产品资料新建
      POST
    • 产品资料列表
      POST
  • 库存管理
    • 单个库存查询
      POST
    • 批量库存查询
      POST
  • 入库管理
    • 入库委托新建
      POST
    • 入库委托取消
      POST
    • 入库委托查询
      POST
  • 出库管理
    • 出库委托创建
      POST
    • 出库委托取消
      POST
    • 出库委托查询
      POST
  • 运单管理
    • 运单委托新建
      POST
    • 运单委托取消
      POST
    • 运单委托查询
      POST
  1. 运单管理

运单委托新建

POST
/api/v1/shipment/create

请求参数

Header 参数

Body 参数application/json

示例
{
	"referenceNumber": "11206808302",
	"businessCode": "FBDS",
	"warehouseCode": "USNJ",
	"channelCode": "SELF-4PX",
	"confirmFlag": true,
	"platformCode": "Shopify",
	"shopCode": null,
	"cargoType": "PACKAGE",
	"incotermType": null,
	"signatureType": "",
	"insuranceType": "",
	"insuranceAmount": 0.0,
	"declareType": "",
	"batteryFlag": "false",
	"batteryType": "",
	"remark": "",
	"sender": {
		"name": "TEST",
		"tag": null,
		"company": null,
		"email": "lingwu.zeng@foxmail.com",
		"phone": "18318057375",
		"country": "CN",
		"province": "guangdong",
		"city": "shenzhen",
		"county": "baoan",
		"address1": "fuhai streest junfeng build B101",
		"address2": null,
		"address3": null,
		"zipCode": "518003",
		"identificationNumber": null,
		"registrationNumber": null,
		"registrationType": null,
		"registrationCountry": null
	},
	"receiver": {
		"name": "Liam Tubach",
		"tag": null,
		"company": "",
		"email": "",
		"phone": "111-1111-111",
		"country": "US",
		"province": "OH",
		"city": "Loudonville",
		"county": "",
		"address1": "325 e Haskell st",
		"address2": "",
		"address3": "",
		"zipCode": "44842",
		"identificationNumber": null,
		"registrationNumber": "",
		"registrationType": "",
		"registrationCountry": ""
	},
	"packages": [
		{
			"packageIndex": 1,
			"packageWeight": 0.2,
			"packageLength": 10.0,
			"packageWidth": 8.0,
			"packageHeight": 5.0,
			"originalNumber": "",
			"trackNumber": "",
			"remark": null,
			"products": [
				{
					"productIndex": 1,
					"productSku": "03050606",
					"productFnsku": null,
					"productName": "2.4G无线电遥控设备配件:传感器",
					"productNameEn": "2.4G Radio System Accessories:Sensors",
					"productLink": null,
					"productLength": 1.0,
					"productWidth": 1.0,
					"productHeight": 1.0,
					"productWeight": 0.08,
					"productQuantity": 2,
					"unitPrice": 0.0,
					"currencyCode": "USD",
					"hsCode": "8529909090",
					"declareBrand": "FRSKY牌",
					"declareModel": "FR8501(HV5501)",
					"declareMaterial": null,
					"declarePurpose": "用于航模遥控附件传感器监测模型状态",
					"declareProperty": null,
					"declareUnit": "007",
					"declarePrice": 55.37,
					"declareCurrency": "USD",
					"originCountry": null,
					"originPlace": "32029"
				}
			]
		}
	]
}

请求示例代码

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://webapi.fulfillment.keythus.com/api/v1/shipment/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
	"referenceNumber": "11206808302",
	"businessCode": "FBDS",
	"warehouseCode": "USNJ",
	"channelCode": "SELF-4PX",
	"confirmFlag": true,
	"platformCode": "Shopify",
	"shopCode": null,
	"cargoType": "PACKAGE",
	"incotermType": null,
	"signatureType": "",
	"insuranceType": "",
	"insuranceAmount": 0.0,
	"declareType": "",
	"batteryFlag": "false",
	"batteryType": "",
	"remark": "",
	"sender": {
		"name": "TEST",
		"tag": null,
		"company": null,
		"email": "lingwu.zeng@foxmail.com",
		"phone": "18318057375",
		"country": "CN",
		"province": "guangdong",
		"city": "shenzhen",
		"county": "baoan",
		"address1": "fuhai streest junfeng build B101",
		"address2": null,
		"address3": null,
		"zipCode": "518003",
		"identificationNumber": null,
		"registrationNumber": null,
		"registrationType": null,
		"registrationCountry": null
	},
	"receiver": {
		"name": "Liam Tubach",
		"tag": null,
		"company": "",
		"email": "",
		"phone": "111-1111-111",
		"country": "US",
		"province": "OH",
		"city": "Loudonville",
		"county": "",
		"address1": "325 e Haskell st",
		"address2": "",
		"address3": "",
		"zipCode": "44842",
		"identificationNumber": null,
		"registrationNumber": "",
		"registrationType": "",
		"registrationCountry": ""
	},
	"packages": [
		{
			"packageIndex": 1,
			"packageWeight": 0.2,
			"packageLength": 10.0,
			"packageWidth": 8.0,
			"packageHeight": 5.0,
			"originalNumber": "",
			"trackNumber": "",
			"remark": null,
			"products": [
				{
					"productIndex": 1,
					"productSku": "03050606",
					"productFnsku": null,
					"productName": "2.4G无线电遥控设备配件:传感器",
					"productNameEn": "2.4G Radio System Accessories:Sensors",
					"productLink": null,
					"productLength": 1.0,
					"productWidth": 1.0,
					"productHeight": 1.0,
					"productWeight": 0.08,
					"productQuantity": 2,
					"unitPrice": 0.0,
					"currencyCode": "USD",
					"hsCode": "8529909090",
					"declareBrand": "FRSKY牌",
					"declareModel": "FR8501(HV5501)",
					"declareMaterial": null,
					"declarePurpose": "用于航模遥控附件传感器监测模型状态",
					"declareProperty": null,
					"declareUnit": "007",
					"declarePrice": 55.37,
					"declareCurrency": "USD",
					"originCountry": null,
					"originPlace": "32029"
				}
			]
		}
	]
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "code": 0,
    "msg": "成功",
    "language": "ZH",
    "data": "SC20091300001"
}
修改于 2024-12-30 13:18:39
上一页
出库委托查询
下一页
运单委托取消
Built with