Documentation ¶
Index ¶
- type GetFulfillmentProductDetailDataResponseEntity
- type GetFulfillmentProductDetailDetailResponseEntity
- type GetFulfillmentProductDetailResult
- type GetFulfillmentProductDetailSampleRuleListResponseEntity
- type GetFulfillmentProductDetailSnSampleListResponseEntity
- type GetInboundOrderDetailDataResponseEntity
- type GetInboundOrderDetailDetailResponseEntity
- type GetInboundOrderDetailResult
- type GetInboundOrderDetailSkusResponseEntity
- type GetInboundOrderListDataResponseEntity
- type GetInboundOrderListDetailResponseEntity
- type GetInboundOrderListResult
- type GetInboundOrderListResultResponseEntity
- type GetInventoryChangedSKUDetailResponseEntity
- type GetInventoryChangedSKUResult
- type GetInventoryChangedSKUSkuListResponseEntity
- type GetInventoryOperateLogDetailResponseEntity
- type GetInventoryOperateLogInventoryOperateLogResponseEntity
- type GetInventoryOperateLogRefOrderCodeResponseEntity
- type GetInventoryOperateLogResult
- type GetOutboundOrderDetailDataResponseEntity
- type GetOutboundOrderDetailDetailResponseEntity
- type GetOutboundOrderDetailResult
- type GetOutboundOrderDetailSkusResponseEntity
- type GetOutboundOrderListDataResponseEntity
- type GetOutboundOrderListDetailResponseEntity
- type GetOutboundOrderListResult
- type GetOutboundOrderListResultResponseEntity
- type GetPlatformProductsDataResponseEntity
- type GetPlatformProductsDetailResponseEntity
- type GetPlatformProductsResult
- type GetWarehouseStockDataResponseEntity
- type GetWarehouseStockDetailResponseEntity
- type GetWarehouseStockPendingResponseEntity
- type GetWarehouseStockResult
- type GetWarehouseStockSellableResponseEntity
- type GetWarehouseStockStocksResponseEntity
- type GetWarehouseStockStoreStocksResponseEntity
- type GetWarehouseStockUnsellableResponseEntity
- type GetWarehouseStockV3DataResponseEntity
- type GetWarehouseStockV3DetailResponseEntity
- type GetWarehouseStockV3PendingResponseEntity
- type GetWarehouseStockV3Result
- type GetWarehouseStockV3SellableResponseEntity
- type GetWarehouseStockV3StocksResponseEntity
- type GetWarehouseStockV3StoreStocksResponseEntity
- type GetWarehouseStockV3TransferResponseEntity
- type GetWarehouseStockV3UnsellableResponseEntity
- type UploadWaybillDetailResponseEntity
- type UploadWaybillResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFulfillmentProductDetailDataResponseEntity ¶
type GetFulfillmentProductDetailDataResponseEntity struct { ShelfLifeDays int `json:"shelf_life_days"` Color string `json:"color"` FulfillmentSku string `json:"fulfillment_sku"` SerialNumberFlag bool `json:"serial_number_flag"` Length int `json:"length"` CreatedAt string `json:"created_at"` OfflineShelfLive int `json:"offline_shelf_live"` Barcodes string `json:"barcodes"` NetWeight int `json:"net_weight"` AlertShelfLive int `json:"alert_shelf_live"` ShelfLifeFlag bool `json:"shelf_life_flag"` RejectShelfLive int `json:"reject_shelf_live"` UpdatedAt string `json:"updated_at"` SnSampleList []GetFulfillmentProductDetailSnSampleListResponseEntity `json:"sn_sample_list"` Width int `json:"width"` ShipperId string `json:"shipper_id"` SerialNumberMode string `json:"serial_number_mode"` FulfillmentSkuName string `json:"fulfillment_sku_name"` GrossWeight int `json:"gross_weight"` Height int `json:"height"` }
func (GetFulfillmentProductDetailDataResponseEntity) String ¶
func (g GetFulfillmentProductDetailDataResponseEntity) String() string
type GetFulfillmentProductDetailDetailResponseEntity ¶
type GetFulfillmentProductDetailDetailResponseEntity struct{}
type GetFulfillmentProductDetailResult ¶
type GetFulfillmentProductDetailResult struct { Data []GetFulfillmentProductDetailDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetFulfillmentProductDetailDetailResponseEntity `json:"detail"` }
func (GetFulfillmentProductDetailResult) String ¶
func (g GetFulfillmentProductDetailResult) String() string
type GetFulfillmentProductDetailSampleRuleListResponseEntity ¶
type GetFulfillmentProductDetailSampleRuleListResponseEntity struct { RuleRegularExpression string `json:"rule_regular_expression"` RuleDesc string `json:"rule_desc"` RuleImgUrl string `json:"rule_img_url"` RuleSample string `json:"rule_sample"` }
func (GetFulfillmentProductDetailSampleRuleListResponseEntity) String ¶
func (g GetFulfillmentProductDetailSampleRuleListResponseEntity) String() string
type GetFulfillmentProductDetailSnSampleListResponseEntity ¶
type GetFulfillmentProductDetailSnSampleListResponseEntity struct { SampleSeq string `json:"sample_seq"` SampleDesc string `json:"sample_desc"` SampleRuleList []GetFulfillmentProductDetailSampleRuleListResponseEntity `json:"sample_rule_list"` }
func (GetFulfillmentProductDetailSnSampleListResponseEntity) String ¶
func (g GetFulfillmentProductDetailSnSampleListResponseEntity) String() string
type GetInboundOrderDetailDataResponseEntity ¶
type GetInboundOrderDetailDataResponseEntity struct { InboundTime string `json:"inbound_time"` Skus []GetInboundOrderDetailSkusResponseEntity `json:"skus"` Comments string `json:"comments"` IoNumber string `json:"io_number"` EstimateTime string `json:"estimate_time"` Marketplace string `json:"marketplace"` DeliveryType string `json:"delivery_type"` CreatedAt string `json:"created_at"` InboundWarehouse string `json:"inbound_warehouse"` ReferenceNumber string `json:"reference_number"` UpdatedAt string `json:"updated_at"` IoStatus string `json:"io_status"` ShopName string `json:"shop_name"` IoType string `json:"io_type"` WarehouseName string `json:"warehouse_name"` WarehouseAddress string `json:"warehouse_address"` SellerWarehouseName string `json:"seller_warehouse_name"` SellerCity string `json:"seller_city"` SellerAddress string `json:"seller_address"` SellerPostcode string `json:"seller_postcode"` SellerCountry string `json:"seller_country"` SellerContact string `json:"seller_contact"` SellerMobile string `json:"seller_mobile"` FulfillmentOrderNumber string `json:"fulfillment_order_number"` }
func (GetInboundOrderDetailDataResponseEntity) String ¶
func (g GetInboundOrderDetailDataResponseEntity) String() string
type GetInboundOrderDetailDetailResponseEntity ¶
type GetInboundOrderDetailDetailResponseEntity struct{}
type GetInboundOrderDetailResult ¶
type GetInboundOrderDetailResult struct { Data GetInboundOrderDetailDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetInboundOrderDetailDetailResponseEntity `json:"detail"` }
func (GetInboundOrderDetailResult) String ¶
func (g GetInboundOrderDetailResult) String() string
type GetInboundOrderDetailSkusResponseEntity ¶
type GetInboundOrderDetailSkusResponseEntity struct { SellerSku string `json:"seller_sku"` ItemInboundedGood int `json:"item_inbounded_good"` SerialNumberFlag bool `json:"serial_number_flag"` SkuStatus string `json:"sku_status"` ItemInboundedDefective int `json:"item_inbounded_defective"` FulfillmentSkuName string `json:"fulfillment_sku_name"` RequestedQuantity int `json:"requested_quantity"` ShelfLifeFlag bool `json:"shelf_life_flag"` Barcodes string `json:"barcodes"` FulfillmentSku string `json:"fulfillment_sku"` Comments string `json:"comments"` }
func (GetInboundOrderDetailSkusResponseEntity) String ¶
func (g GetInboundOrderDetailSkusResponseEntity) String() string
type GetInboundOrderListDataResponseEntity ¶
type GetInboundOrderListDataResponseEntity struct { SkuApproved int `json:"sku_approved"` InboundTime string `json:"inbound_time"` IoNumber string `json:"io_number"` EstimateTime string `json:"estimate_time"` Marketplace string `json:"marketplace"` ItemInboundedGood int `json:"item_inbounded_good"` DeliveryType string `json:"delivery_type"` ItemRequested int `json:"item_requested"` CreatedAt string `json:"created_at"` SkuInbounded int `json:"sku_inbounded"` SkuRequested int `json:"sku_requested"` InboundWarehouse string `json:"inbound_warehouse"` ReferenceNumber string `json:"reference_number"` ItemInboundedDefective int `json:"item_inbounded_defective"` UpdatedAt string `json:"updated_at"` Status string `json:"status"` ShopName string `json:"shop_name"` IoType string `json:"io_type"` }
func (GetInboundOrderListDataResponseEntity) String ¶
func (g GetInboundOrderListDataResponseEntity) String() string
type GetInboundOrderListDetailResponseEntity ¶
type GetInboundOrderListDetailResponseEntity struct{}
type GetInboundOrderListResult ¶
type GetInboundOrderListResult struct { Result GetInboundOrderListResultResponseEntity `json:"result"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetInboundOrderListDetailResponseEntity `json:"detail"` }
func (GetInboundOrderListResult) String ¶
func (g GetInboundOrderListResult) String() string
type GetInboundOrderListResultResponseEntity ¶
type GetInboundOrderListResultResponseEntity struct { PerPage int `json:"per_page"` Data []GetInboundOrderListDataResponseEntity `json:"data"` Page int `json:"page"` TotalCount int `json:"total_count"` }
func (GetInboundOrderListResultResponseEntity) String ¶
func (g GetInboundOrderListResultResponseEntity) String() string
type GetInventoryChangedSKUDetailResponseEntity ¶
type GetInventoryChangedSKUDetailResponseEntity struct{}
type GetInventoryChangedSKUResult ¶
type GetInventoryChangedSKUResult struct { PerPage int `json:"per_page"` Page int `json:"page"` TotalCount int `json:"total_count"` SkuList []GetInventoryChangedSKUSkuListResponseEntity `json:"sku_list"` Success string `json:"success"` ErrMessage string `json:"errMessage"` ErrCode string `json:"errCode"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetInventoryChangedSKUDetailResponseEntity `json:"detail"` }
func (GetInventoryChangedSKUResult) String ¶
func (g GetInventoryChangedSKUResult) String() string
type GetInventoryChangedSKUSkuListResponseEntity ¶
type GetInventoryChangedSKUSkuListResponseEntity struct { FulfillmentSkuId int64 `json:"fulfillment_sku_id"` OperateLogCount int `json:"operate_log_count"` }
func (GetInventoryChangedSKUSkuListResponseEntity) String ¶
func (g GetInventoryChangedSKUSkuListResponseEntity) String() string
type GetInventoryOperateLogDetailResponseEntity ¶
type GetInventoryOperateLogDetailResponseEntity struct{}
type GetInventoryOperateLogInventoryOperateLogResponseEntity ¶
type GetInventoryOperateLogInventoryOperateLogResponseEntity struct { RefOrderCode []GetInventoryOperateLogRefOrderCodeResponseEntity `json:"ref_order_code"` WarehouseCode string `json:"warehouse_code"` WarehouseName string `json:"warehouse_name"` OrderType string `json:"order_type"` InventoryType string `json:"inventory_type"` ChangeQuantity string `json:"change_quantity"` ResultQuantity string `json:"result_quantity"` OperateTime string `json:"operate_time"` }
func (GetInventoryOperateLogInventoryOperateLogResponseEntity) String ¶
func (g GetInventoryOperateLogInventoryOperateLogResponseEntity) String() string
type GetInventoryOperateLogRefOrderCodeResponseEntity ¶
type GetInventoryOperateLogRefOrderCodeResponseEntity struct { Type string `json:"type"` OrderCode string `json:"order_code"` }
func (GetInventoryOperateLogRefOrderCodeResponseEntity) String ¶
func (g GetInventoryOperateLogRefOrderCodeResponseEntity) String() string
type GetInventoryOperateLogResult ¶
type GetInventoryOperateLogResult struct { InventoryOperateLog []GetInventoryOperateLogInventoryOperateLogResponseEntity `json:"inventory_operate_log"` Success string `json:"success"` ErrMessage string `json:"errMessage"` ErrCode string `json:"errCode"` Page int `json:"page"` PerPage int `json:"per_page"` TotalCount int `json:"total_count"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetInventoryOperateLogDetailResponseEntity `json:"detail"` }
func (GetInventoryOperateLogResult) String ¶
func (g GetInventoryOperateLogResult) String() string
type GetOutboundOrderDetailDataResponseEntity ¶
type GetOutboundOrderDetailDataResponseEntity struct { OutboundTime string `json:"outbound_time"` Comments string `json:"comments"` Skus []GetOutboundOrderDetailSkusResponseEntity `json:"skus"` EstimateTime string `json:"estimate_time"` Marketplace string `json:"marketplace"` OutboundWarehouse string `json:"outbound_warehouse"` DeliveryType string `json:"delivery_type"` CreatedAt string `json:"created_at"` ReferenceNumber string `json:"reference_number"` ItemOutbounded int `json:"item_outbounded"` OutboundOrderNo string `json:"outbound_order_no"` UpdatedAt string `json:"updated_at"` Status string `json:"status"` ShopName string `json:"shop_name"` CreatedBy string `json:"created_by"` OutboundReason string `json:"outbound_reason"` InventoryType string `json:"inventory_type"` WarehouseName string `json:"warehouse_name"` WarehouseAddress string `json:"warehouse_address"` SellerWarehouseName string `json:"seller_warehouse_name"` SellerCity string `json:"seller_city"` SellerAddress string `json:"seller_address"` SellerPostcode string `json:"seller_postcode"` SellerCountry string `json:"seller_country"` SellerContact string `json:"seller_contact"` SellerMobile string `json:"seller_mobile"` FulfillmentOrderNumber string `json:"fulfillment_order_number"` }
func (GetOutboundOrderDetailDataResponseEntity) String ¶
func (g GetOutboundOrderDetailDataResponseEntity) String() string
type GetOutboundOrderDetailDetailResponseEntity ¶
type GetOutboundOrderDetailDetailResponseEntity struct{}
type GetOutboundOrderDetailResult ¶
type GetOutboundOrderDetailResult struct { Data GetOutboundOrderDetailDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetOutboundOrderDetailDetailResponseEntity `json:"detail"` }
func (GetOutboundOrderDetailResult) String ¶
func (g GetOutboundOrderDetailResult) String() string
type GetOutboundOrderDetailSkusResponseEntity ¶
type GetOutboundOrderDetailSkusResponseEntity struct { SellerSku string `json:"seller_sku"` ItemOutbounded int `json:"item_outbounded"` SerialNumberFlag bool `json:"serial_number_flag"` SkuStatus string `json:"sku_status"` RequestedQuantity int `json:"requested_quantity"` FulfillmentSkuName string `json:"fulfillment_sku_name"` ShelfLifeFlag bool `json:"shelf_life_flag"` Barcodes string `json:"barcodes"` FulfillmentSku string `json:"fulfillment_sku"` Comments string `json:"comments"` }
func (GetOutboundOrderDetailSkusResponseEntity) String ¶
func (g GetOutboundOrderDetailSkusResponseEntity) String() string
type GetOutboundOrderListDataResponseEntity ¶
type GetOutboundOrderListDataResponseEntity struct { SkuApproved int `json:"sku_approved"` OutboundTime string `json:"outbound_time"` OoNumber string `json:"oo_number"` EstimateTime string `json:"estimate_time"` Marketplace string `json:"marketplace"` DeliveryType string `json:"delivery_type"` ItemRequested int `json:"item_requested"` CreatedAt string `json:"created_at"` SkuOutbounded int `json:"sku_outbounded"` SkuRequested int `json:"sku_requested"` OutboundWarehouse string `json:"outbound_warehouse"` ReferenceNumber string `json:"reference_number"` ItemOutbounded int `json:"item_outbounded"` UpdatedAt string `json:"updated_at"` Status string `json:"status"` ShopName string `json:"shop_name"` CreatedBy string `json:"created_by"` OutboundReason string `json:"outbound_reason"` FulfillmentOrderNumber string `json:"fulfillment_order_number"` }
func (GetOutboundOrderListDataResponseEntity) String ¶
func (g GetOutboundOrderListDataResponseEntity) String() string
type GetOutboundOrderListDetailResponseEntity ¶
type GetOutboundOrderListDetailResponseEntity struct{}
type GetOutboundOrderListResult ¶
type GetOutboundOrderListResult struct { Result GetOutboundOrderListResultResponseEntity `json:"result"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetOutboundOrderListDetailResponseEntity `json:"detail"` }
func (GetOutboundOrderListResult) String ¶
func (g GetOutboundOrderListResult) String() string
type GetOutboundOrderListResultResponseEntity ¶
type GetOutboundOrderListResultResponseEntity struct { PerPage int `json:"per_page"` Data []GetOutboundOrderListDataResponseEntity `json:"data"` Page int `json:"page"` TotalCount int `json:"total_count"` }
func (GetOutboundOrderListResultResponseEntity) String ¶
func (g GetOutboundOrderListResultResponseEntity) String() string
type GetPlatformProductsDataResponseEntity ¶
type GetPlatformProductsDataResponseEntity struct { PlatformSkuName string `json:"platform_sku_name"` CreatedAt string `json:"created_at"` ExtendFields string `json:"extend_fields"` PlatformSku string `json:"platform_sku"` Source string `json:"source"` FulfillmentSkuName string `json:"fulfillment_sku_name"` Status string `json:"status"` UpdatedAt string `json:"updated_at"` Marketplace string `json:"marketplace"` FulfillmentSku string `json:"fulfillment_sku"` SellerSku string `json:"seller_sku"` }
func (GetPlatformProductsDataResponseEntity) String ¶
func (g GetPlatformProductsDataResponseEntity) String() string
type GetPlatformProductsDetailResponseEntity ¶
type GetPlatformProductsDetailResponseEntity struct{}
type GetPlatformProductsResult ¶
type GetPlatformProductsResult struct { Data []GetPlatformProductsDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetPlatformProductsDetailResponseEntity `json:"detail"` }
func (GetPlatformProductsResult) String ¶
func (g GetPlatformProductsResult) String() string
type GetWarehouseStockDataResponseEntity ¶
type GetWarehouseStockDataResponseEntity struct { FulfilmentSku string `json:"fulfilment_sku"` StoreStocks []GetWarehouseStockStoreStocksResponseEntity `json:"store_stocks"` }
func (GetWarehouseStockDataResponseEntity) String ¶
func (g GetWarehouseStockDataResponseEntity) String() string
type GetWarehouseStockDetailResponseEntity ¶
type GetWarehouseStockDetailResponseEntity struct{}
type GetWarehouseStockPendingResponseEntity ¶
type GetWarehouseStockPendingResponseEntity struct { Reserved int `json:"reserved"` Available int `json:"available"` }
func (GetWarehouseStockPendingResponseEntity) String ¶
func (g GetWarehouseStockPendingResponseEntity) String() string
type GetWarehouseStockResult ¶
type GetWarehouseStockResult struct { Data []GetWarehouseStockDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetWarehouseStockDetailResponseEntity `json:"detail"` }
func (GetWarehouseStockResult) String ¶
func (g GetWarehouseStockResult) String() string
type GetWarehouseStockSellableResponseEntity ¶
type GetWarehouseStockSellableResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockSellableResponseEntity) String ¶
func (g GetWarehouseStockSellableResponseEntity) String() string
type GetWarehouseStockStocksResponseEntity ¶
type GetWarehouseStockStocksResponseEntity struct { Sellable GetWarehouseStockSellableResponseEntity `json:"sellable"` Unsellable GetWarehouseStockUnsellableResponseEntity `json:"unsellable"` Pending GetWarehouseStockPendingResponseEntity `json:"pending"` }
func (GetWarehouseStockStocksResponseEntity) String ¶
func (g GetWarehouseStockStocksResponseEntity) String() string
type GetWarehouseStockStoreStocksResponseEntity ¶
type GetWarehouseStockStoreStocksResponseEntity struct { StoreCode string `json:"store_code"` Stocks GetWarehouseStockStocksResponseEntity `json:"stocks"` }
func (GetWarehouseStockStoreStocksResponseEntity) String ¶
func (g GetWarehouseStockStoreStocksResponseEntity) String() string
type GetWarehouseStockUnsellableResponseEntity ¶
type GetWarehouseStockUnsellableResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockUnsellableResponseEntity) String ¶
func (g GetWarehouseStockUnsellableResponseEntity) String() string
type GetWarehouseStockV3DataResponseEntity ¶
type GetWarehouseStockV3DataResponseEntity struct { FulfilmentSku string `json:"fulfilment_sku"` StoreStocks []GetWarehouseStockV3StoreStocksResponseEntity `json:"store_stocks"` }
func (GetWarehouseStockV3DataResponseEntity) String ¶
func (g GetWarehouseStockV3DataResponseEntity) String() string
type GetWarehouseStockV3DetailResponseEntity ¶
type GetWarehouseStockV3DetailResponseEntity struct{}
type GetWarehouseStockV3PendingResponseEntity ¶
type GetWarehouseStockV3PendingResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockV3PendingResponseEntity) String ¶
func (g GetWarehouseStockV3PendingResponseEntity) String() string
type GetWarehouseStockV3Result ¶
type GetWarehouseStockV3Result struct { Data []GetWarehouseStockV3DataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetWarehouseStockV3DetailResponseEntity `json:"detail"` }
func (GetWarehouseStockV3Result) String ¶
func (g GetWarehouseStockV3Result) String() string
type GetWarehouseStockV3SellableResponseEntity ¶
type GetWarehouseStockV3SellableResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockV3SellableResponseEntity) String ¶
func (g GetWarehouseStockV3SellableResponseEntity) String() string
type GetWarehouseStockV3StocksResponseEntity ¶
type GetWarehouseStockV3StocksResponseEntity struct { Sellable GetWarehouseStockV3SellableResponseEntity `json:"sellable"` Unsellable GetWarehouseStockV3UnsellableResponseEntity `json:"unsellable"` Pending GetWarehouseStockV3PendingResponseEntity `json:"pending"` Transfer GetWarehouseStockV3TransferResponseEntity `json:"transfer"` }
func (GetWarehouseStockV3StocksResponseEntity) String ¶
func (g GetWarehouseStockV3StocksResponseEntity) String() string
type GetWarehouseStockV3StoreStocksResponseEntity ¶
type GetWarehouseStockV3StoreStocksResponseEntity struct { StoreCode string `json:"store_code"` Stocks GetWarehouseStockV3StocksResponseEntity `json:"stocks"` }
func (GetWarehouseStockV3StoreStocksResponseEntity) String ¶
func (g GetWarehouseStockV3StoreStocksResponseEntity) String() string
type GetWarehouseStockV3TransferResponseEntity ¶
type GetWarehouseStockV3TransferResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockV3TransferResponseEntity) String ¶
func (g GetWarehouseStockV3TransferResponseEntity) String() string
type GetWarehouseStockV3UnsellableResponseEntity ¶
type GetWarehouseStockV3UnsellableResponseEntity struct { Available int `json:"available"` Reserved int `json:"reserved"` }
func (GetWarehouseStockV3UnsellableResponseEntity) String ¶
func (g GetWarehouseStockV3UnsellableResponseEntity) String() string
type UploadWaybillDetailResponseEntity ¶
type UploadWaybillDetailResponseEntity struct{}
type UploadWaybillResult ¶
type UploadWaybillResult struct { Success bool `json:"success"` ErrorMessage string `json:"error_message"` ErrorCode string `json:"error_code"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []UploadWaybillDetailResponseEntity `json:"detail"` }
func (UploadWaybillResult) String ¶
func (g UploadWaybillResult) String() string
Source Files ¶
- getfulfillmentproductdetaildataresponseentity.go
- getfulfillmentproductdetailresult.go
- getfulfillmentproductdetailsamplerulelistresponseentity.go
- getfulfillmentproductdetailsnsamplelistresponseentity.go
- getinboundorderdetaildataresponseentity.go
- getinboundorderdetailresult.go
- getinboundorderdetailskusresponseentity.go
- getinboundorderlistdataresponseentity.go
- getinboundorderlistresult.go
- getinboundorderlistresultresponseentity.go
- getinventorychangedskuresult.go
- getinventorychangedskuskulistresponseentity.go
- getinventoryoperateloginventoryoperatelogresponseentity.go
- getinventoryoperatelogrefordercoderesponseentity.go
- getinventoryoperatelogresult.go
- getoutboundorderdetaildataresponseentity.go
- getoutboundorderdetailresult.go
- getoutboundorderdetailskusresponseentity.go
- getoutboundorderlistdataresponseentity.go
- getoutboundorderlistresult.go
- getoutboundorderlistresultresponseentity.go
- getplatformproductsdataresponseentity.go
- getplatformproductsresult.go
- getwarehousestockdataresponseentity.go
- getwarehousestockpendingresponseentity.go
- getwarehousestockresult.go
- getwarehousestocksellableresponseentity.go
- getwarehousestockstocksresponseentity.go
- getwarehousestockstorestocksresponseentity.go
- getwarehousestockunsellableresponseentity.go
- getwarehousestockv3dataresponseentity.go
- getwarehousestockv3pendingresponseentity.go
- getwarehousestockv3result.go
- getwarehousestockv3sellableresponseentity.go
- getwarehousestockv3stocksresponseentity.go
- getwarehousestockv3storestocksresponseentity.go
- getwarehousestockv3transferresponseentity.go
- getwarehousestockv3unsellableresponseentity.go
- uploadwaybillresult.go
Click to show internal directories.
Click to hide internal directories.