order_logisticsEditByPack_request

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 OrderLogisticsEditByPackParam

type OrderLogisticsEditByPackParam struct {
	// 父订单ID,由orderList接口返回
	OrderId string `json:"order_id"`
	// 包裹ID
	PackId string `json:"pack_id"`
	// 运单号
	LogisticsCode string `json:"logistics_code"`
	// 物流公司ID,由接口/order/logisticsCompanyList返回的物流公司列表获得,必填
	CompanyCode string `json:"company_code"`
	// 已废弃。物流公司ID。请使用company_code字段。
	LogisticsId string `json:"logistics_id"`
	// 门店ID
	StoreId int64 `json:"store_id"`
	// 退货地址id,通过地址库列表【/address/list】接口查询
	AfterSaleAddressId int64 `json:"after_sale_address_id"`
}

type OrderLogisticsEditByPackRequest

type OrderLogisticsEditByPackRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderLogisticsEditByPackParam
}

func (*OrderLogisticsEditByPackRequest) Execute

func (c *OrderLogisticsEditByPackRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_logisticsEditByPack_response.OrderLogisticsEditByPackResponse, error)

func (*OrderLogisticsEditByPackRequest) GetParamObject

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

func (*OrderLogisticsEditByPackRequest) GetParams

func (*OrderLogisticsEditByPackRequest) GetUrlPath

func (c *OrderLogisticsEditByPackRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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