简要描述:

  • 获取FBA仓库信息

方法名称:

  • getFBAWarehouse

请求JSON:


{"warehouse_code":"","country_code":"FR"}

响应JSON:


{
	"ask": "Success",
	"data": [{
		"warehouse_code": "FBA12",
		"contact": "C\/o FBA",
		"country_code": "FR",
		"province": null,
		"city": "Saran",
		"street": "Pole 45, 1401 rue du champ rouge",
		"street2": null,
		"street3": null,
		"doorplate": null,
		"postcode": "45770",
		"telephone": "39857",
		"mobile": "39857",
		"note": null
	}, {
		"warehouse_code": "FBA13",
		"contact": "C\/o FBA",
		"country_code": "FR",
		"province": null,
		"city": "Montelimar",
		"street": "Building II, ZAC Les Portes de Prov",
		"street2": null,
		"street3": null,
		"doorplate": null,
		"postcode": "26200",
		"telephone": "39857",
		"mobile": "39857",
		"note": null
	}],
	"message": "Success",
	"Error": [],
	"count": 2,
	"time_cost(s)": 0.60642385482788
}



paramsJson参数:

参数名 数据类型 是否必填 说明
warehouse_code string option 仓库代码
country_code string option 国家代码
platform string option 平台类型,如:amazon,jumia。不填默认amazon

response参数:

参数名 数据类型 说明
ask string
参考response公共参数
message string
参考response公共参数
data object
参考data参数
Error object
参考Error格式

data参数:

参数名 数据类型 说明
warehouse_code string 仓库代码
contact string 联系人
country_code string 国家代码
province string
city string 城市
street string 地址1
street2 string 地址2
street3 string 地址3
doorplate string 门牌号
postcode string 邮编
telephone string 电话
mobile string 手机
note string 备注