order_logisticsAddMultiPack_response

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderLogisticsAddMultiPackData

type OrderLogisticsAddMultiPackData struct {
	// 包裹信息
	PackList []PackListItem `json:"pack_list"`
}

type OrderLogisticsAddMultiPackResponse

type OrderLogisticsAddMultiPackResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *OrderLogisticsAddMultiPackData `json:"data"`
}

type PackListItem

type PackListItem struct {
	// 发货的订单信息
	ShippedOrderInfo []ShippedOrderInfoItem `json:"shipped_order_info"`
	// 物流单号
	LogisticsCode string `json:"logistics_code"`
	// 包裹id
	PackId string `json:"pack_id"`
}

type ShippedOrderInfoItem

type ShippedOrderInfoItem struct {
	// 发货的子单id
	ShippedOrderId string `json:"shipped_order_id"`
	// 发货子单数量
	ShippedNum int64 `json:"shipped_num"`
	// 发货的四层单id
	ShippedItemIds []string `json:"shipped_item_ids"`
}

Jump to

Keyboard shortcuts

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