logistics_getRecommendedAndDeliveryExpressByOrder_request

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogisticsGetRecommendedAndDeliveryExpressByOrderParam

type LogisticsGetRecommendedAndDeliveryExpressByOrderParam struct {
	// 发货地址
	SenderAddress *SenderAddress `json:"sender_address"`
	// 订单信息列表
	OrderInfoList []OrderInfoListItem `json:"order_info_list"`
	// 订单平台来源编码,不传默认抖店
	OrderChannel *string `json:"order_channel"`
}

type LogisticsGetRecommendedAndDeliveryExpressByOrderRequest

type LogisticsGetRecommendedAndDeliveryExpressByOrderRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *LogisticsGetRecommendedAndDeliveryExpressByOrderParam
}

func (*LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) Execute

func (c *LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) Execute(accessToken *doudian_sdk.AccessToken) (*logistics_getRecommendedAndDeliveryExpressByOrder_response.LogisticsGetRecommendedAndDeliveryExpressByOrderResponse, error)

func (*LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) GetParamObject

func (c *LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) GetParamObject() interface{}

func (*LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) GetParams

func (*LogisticsGetRecommendedAndDeliveryExpressByOrderRequest) GetUrlPath

type OrderInfoListItem

type OrderInfoListItem struct {
	// 订单号
	OrderId string `json:"order_id"`
	// 产品类型,可不传
	ProductType *string `json:"product_type"`
	// 物流商集合,不传默认:yuantong、zhongtong、yunda、shunfeng、jd、jtexpress、shentong
	ExpressList []string `json:"express_list"`
}

type SenderAddress

type SenderAddress struct {
	// 1
	CountryCode *string `json:"country_code"`
	// 1
	ProvinceCode *string `json:"province_code"`
	// 省
	ProvinceName string `json:"province_name"`
	// 1
	CityCode *string `json:"city_code"`
	// 市
	CityName string `json:"city_name"`
	// 1
	DistrictCode *string `json:"district_code"`
	// 区
	DistrictName string `json:"district_name"`
	// 1
	StreetCode *string `json:"street_code"`
	// 街道
	StreetName *string `json:"street_name"`
	// 详细地址
	DetailAddress string `json:"detail_address"`
	// 1
	AddressId *int64 `json:"address_id"`
	// 1
	ZipCode *string `json:"zip_code"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL