Documentation
¶
Index ¶
- type ClothingInboundConfirmDto
- type ClothingOutboundWaybill
- type ClothingSkuDto
- type MaterialInventoryAdjustDto
- type PickingCompleteMsg
- type SkuBo
- type TaobaoRhinoSupplychainClothingAdjustAPIResponse
- type TaobaoRhinoSupplychainClothingAdjustRequest
- func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetApiMethodName() string
- func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetApiParams() url.Values
- func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetParam0() *MaterialInventoryAdjustDto
- func (r *TaobaoRhinoSupplychainClothingAdjustRequest) SetParam0(param0 *MaterialInventoryAdjustDto) error
- type TaobaoRhinoSupplychainClothingAdjustResponse
- type TaobaoRhinoSupplychainInboundConfirmAPIResponse
- type TaobaoRhinoSupplychainInboundConfirmRequest
- func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetApiMethodName() string
- func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetApiParams() url.Values
- func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetClothingInboundConfirm() *ClothingInboundConfirmDto
- func (r *TaobaoRhinoSupplychainInboundConfirmRequest) SetClothingInboundConfirm(clothingInboundConfirm *ClothingInboundConfirmDto) error
- type TaobaoRhinoSupplychainInboundConfirmResponse
- type TaobaoRhinoSupplychainOutboundPickingcompleteAPIResponse
- type TaobaoRhinoSupplychainOutboundPickingcompleteRequest
- func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiMethodName() string
- func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiParams() url.Values
- func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetParam0() *PickingCompleteMsg
- func (r *TaobaoRhinoSupplychainOutboundPickingcompleteRequest) SetParam0(param0 *PickingCompleteMsg) error
- type TaobaoRhinoSupplychainOutboundPickingcompleteResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClothingInboundConfirmDto ¶
type ClothingInboundConfirmDto struct { Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"` FactoryId int64 `json:"factory_id,omitempty" xml:"factory_id,omitempty"` InboundId int64 `json:"inbound_id,omitempty" xml:"inbound_id,omitempty"` WarehouseId int64 `json:"warehouse_id,omitempty" xml:"warehouse_id,omitempty"` InboundDate string `json:"inbound_date,omitempty" xml:"inbound_date,omitempty"` MaterialDesc string `json:"material_desc,omitempty" xml:"material_desc,omitempty"` MaterialId int64 `json:"material_id,omitempty" xml:"material_id,omitempty"` EcOrderCode string `json:"ec_order_code,omitempty" xml:"ec_order_code,omitempty"` SkuBO *SkuBo `json:"sku_b_o,omitempty" xml:"sku_b_o,omitempty"` InboundType int64 `json:"inbound_type,omitempty" xml:"inbound_type,omitempty"` MesOrderId string `json:"mes_order_id,omitempty" xml:"mes_order_id,omitempty"` Rfid string `json:"rfid,omitempty" xml:"rfid,omitempty"` DesiredId string `json:"desired_id,omitempty" xml:"desired_id,omitempty"` }
ClothingInboundConfirmDto
type ClothingOutboundWaybill ¶
type ClothingOutboundWaybill struct { OutboundItems []ClothingSkuDto `json:"outbound_items,omitempty" xml:"outbound_items,omitempty"` ExpressCompany string `json:"express_company,omitempty" xml:"express_company,omitempty"` ExpressId string `json:"express_id,omitempty" xml:"express_id,omitempty"` }
ClothingOutboundWaybill
type ClothingSkuDto ¶
type ClothingSkuDto struct { Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"` StyleName string `json:"style_name,omitempty" xml:"style_name,omitempty"` Id string `json:"id,omitempty" xml:"id,omitempty"` Rfid string `json:"rfid,omitempty" xml:"rfid,omitempty"` }
ClothingSkuDto
type MaterialInventoryAdjustDto ¶
type MaterialInventoryAdjustDto struct { FactoryId int64 `json:"factory_id,omitempty" xml:"factory_id,omitempty"` MaterialName string `json:"material_name,omitempty" xml:"material_name,omitempty"` MaterialId int64 `json:"material_id,omitempty" xml:"material_id,omitempty"` InventoryType string `json:"inventory_type,omitempty" xml:"inventory_type,omitempty"` AdjustType string `json:"adjust_type,omitempty" xml:"adjust_type,omitempty"` AdjustSerialNo string `json:"adjust_serial_no,omitempty" xml:"adjust_serial_no,omitempty"` WarehouseId int64 `json:"warehouse_id,omitempty" xml:"warehouse_id,omitempty"` AdjustReason string `json:"adjust_reason,omitempty" xml:"adjust_reason,omitempty"` AdjustAmount int64 `json:"adjust_amount,omitempty" xml:"adjust_amount,omitempty"` AdjustDate string `json:"adjust_date,omitempty" xml:"adjust_date,omitempty"` }
MaterialInventoryAdjustDto
type PickingCompleteMsg ¶
type PickingCompleteMsg struct { FactoryId int64 `json:"factory_id,omitempty" xml:"factory_id,omitempty"` SapInvoiceId string `json:"sap_invoice_id,omitempty" xml:"sap_invoice_id,omitempty"` OutboundDate string `json:"outbound_date,omitempty" xml:"outbound_date,omitempty"` WmsInvoiceId string `json:"wms_invoice_id,omitempty" xml:"wms_invoice_id,omitempty"` WareHouseId int64 `json:"ware_house_id,omitempty" xml:"ware_house_id,omitempty"` Waybills []ClothingOutboundWaybill `json:"waybills,omitempty" xml:"waybills,omitempty"` OutboundType int64 `json:"outbound_type,omitempty" xml:"outbound_type,omitempty"` }
PickingCompleteMsg
type SkuBo ¶
type SkuBo struct { StyleId string `json:"style_id,omitempty" xml:"style_id,omitempty"` TechnologyVersion string `json:"technology_version,omitempty" xml:"technology_version,omitempty"` ColorId int64 `json:"color_id,omitempty" xml:"color_id,omitempty"` SizeId int64 `json:"size_id,omitempty" xml:"size_id,omitempty"` }
SkuBo
type TaobaoRhinoSupplychainClothingAdjustAPIResponse ¶
type TaobaoRhinoSupplychainClothingAdjustAPIResponse struct { model.CommonResponse TaobaoRhinoSupplychainClothingAdjustResponse }
同步成衣仓盘点数据 APIResponse taobao.rhino.supplychain.clothing.adjust
同步成衣仓盘点数据
type TaobaoRhinoSupplychainClothingAdjustRequest ¶
type TaobaoRhinoSupplychainClothingAdjustRequest struct { model.Params // contains filtered or unexported fields }
同步成衣仓盘点数据 APIRequest taobao.rhino.supplychain.clothing.adjust
同步成衣仓盘点数据
func NewTaobaoRhinoSupplychainClothingAdjustRequest ¶
func NewTaobaoRhinoSupplychainClothingAdjustRequest() *TaobaoRhinoSupplychainClothingAdjustRequest
func (TaobaoRhinoSupplychainClothingAdjustRequest) GetApiMethodName ¶
func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetApiMethodName() string
func (TaobaoRhinoSupplychainClothingAdjustRequest) GetApiParams ¶
func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetApiParams() url.Values
func (TaobaoRhinoSupplychainClothingAdjustRequest) GetParam0 ¶
func (r TaobaoRhinoSupplychainClothingAdjustRequest) GetParam0() *MaterialInventoryAdjustDto
func (*TaobaoRhinoSupplychainClothingAdjustRequest) SetParam0 ¶
func (r *TaobaoRhinoSupplychainClothingAdjustRequest) SetParam0(param0 *MaterialInventoryAdjustDto) error
type TaobaoRhinoSupplychainClothingAdjustResponse ¶
type TaobaoRhinoSupplychainClothingAdjustResponse struct { XMLName xml.Name `xml:"rhino_supplychain_clothing_adjust_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Message string `json:"message,omitempty" xml:"message,omitempty"` RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"` IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"` }
type TaobaoRhinoSupplychainInboundConfirmAPIResponse ¶
type TaobaoRhinoSupplychainInboundConfirmAPIResponse struct { model.CommonResponse TaobaoRhinoSupplychainInboundConfirmResponse }
WMS003成衣入库确认 APIResponse taobao.rhino.supplychain.inbound.confirm
【WMS003】【同步成衣入库完成信息】
type TaobaoRhinoSupplychainInboundConfirmRequest ¶
type TaobaoRhinoSupplychainInboundConfirmRequest struct { model.Params // contains filtered or unexported fields }
WMS003成衣入库确认 APIRequest taobao.rhino.supplychain.inbound.confirm
【WMS003】【同步成衣入库完成信息】
func NewTaobaoRhinoSupplychainInboundConfirmRequest ¶
func NewTaobaoRhinoSupplychainInboundConfirmRequest() *TaobaoRhinoSupplychainInboundConfirmRequest
func (TaobaoRhinoSupplychainInboundConfirmRequest) GetApiMethodName ¶
func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetApiMethodName() string
func (TaobaoRhinoSupplychainInboundConfirmRequest) GetApiParams ¶
func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetApiParams() url.Values
func (TaobaoRhinoSupplychainInboundConfirmRequest) GetClothingInboundConfirm ¶
func (r TaobaoRhinoSupplychainInboundConfirmRequest) GetClothingInboundConfirm() *ClothingInboundConfirmDto
func (*TaobaoRhinoSupplychainInboundConfirmRequest) SetClothingInboundConfirm ¶
func (r *TaobaoRhinoSupplychainInboundConfirmRequest) SetClothingInboundConfirm(clothingInboundConfirm *ClothingInboundConfirmDto) error
type TaobaoRhinoSupplychainInboundConfirmResponse ¶
type TaobaoRhinoSupplychainInboundConfirmResponse struct { XMLName xml.Name `xml:"rhino_supplychain_inbound_confirm_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Message string `json:"message,omitempty" xml:"message,omitempty"` RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"` IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"` }
type TaobaoRhinoSupplychainOutboundPickingcompleteAPIResponse ¶
type TaobaoRhinoSupplychainOutboundPickingcompleteAPIResponse struct { model.CommonResponse TaobaoRhinoSupplychainOutboundPickingcompleteResponse }
【WMS005】接收成衣捡配完成通知 APIResponse taobao.rhino.supplychain.outbound.pickingcomplete
接收成衣捡配完成通知,WMS005
type TaobaoRhinoSupplychainOutboundPickingcompleteRequest ¶
type TaobaoRhinoSupplychainOutboundPickingcompleteRequest struct { model.Params // contains filtered or unexported fields }
【WMS005】接收成衣捡配完成通知 APIRequest taobao.rhino.supplychain.outbound.pickingcomplete
接收成衣捡配完成通知,WMS005
func NewTaobaoRhinoSupplychainOutboundPickingcompleteRequest ¶
func NewTaobaoRhinoSupplychainOutboundPickingcompleteRequest() *TaobaoRhinoSupplychainOutboundPickingcompleteRequest
func (TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiMethodName ¶
func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiMethodName() string
func (TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiParams ¶
func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetApiParams() url.Values
func (TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetParam0 ¶
func (r TaobaoRhinoSupplychainOutboundPickingcompleteRequest) GetParam0() *PickingCompleteMsg
func (*TaobaoRhinoSupplychainOutboundPickingcompleteRequest) SetParam0 ¶
func (r *TaobaoRhinoSupplychainOutboundPickingcompleteRequest) SetParam0(param0 *PickingCompleteMsg) error
type TaobaoRhinoSupplychainOutboundPickingcompleteResponse ¶
type TaobaoRhinoSupplychainOutboundPickingcompleteResponse struct { XMLName xml.Name `xml:"rhino_supplychain_outbound_pickingcomplete_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Message string `json:"message,omitempty" xml:"message,omitempty"` RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"` IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"` }
Source Files
¶
- ClothingInboundConfirmDto.go
- ClothingOutboundWaybill.go
- ClothingSkuDto.go
- MaterialInventoryAdjustDto.go
- PickingCompleteMsg.go
- SkuBo.go
- TaobaoRhinoSupplychainClothingAdjustRequest.go
- TaobaoRhinoSupplychainClothingAdjustResponse.go
- TaobaoRhinoSupplychainInboundConfirmRequest.go
- TaobaoRhinoSupplychainInboundConfirmResponse.go
- TaobaoRhinoSupplychainOutboundPickingcompleteRequest.go
- TaobaoRhinoSupplychainOutboundPickingcompleteResponse.go