Documentation ¶
Index ¶
- func KuaicheDeliveryUpdateProductPrice(req *KuaicheDeliveryUpdateProductPriceRequest) (bool, error)
- type KuaicheDeliveryListV2Request
- type KuaicheDeliveryListV2Responce
- type KuaicheDeliveryListV2Response
- type KuaicheDeliveryListV2ResponseDataData
- type KuaicheDeliveryListV2ResponseReturnType
- type KuaicheDeliveryUpdateProductPriceRequest
- type KuaicheDeliveryUpdateProductPriceResponce
- type KuaicheDeliveryUpdateProductPriceResponse
- type KuaicheDeliveryUpdateProductPriceResponseReturnType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KuaicheDeliveryUpdateProductPrice ¶
func KuaicheDeliveryUpdateProductPrice(req *KuaicheDeliveryUpdateProductPriceRequest) (bool, error)
Types ¶
type KuaicheDeliveryListV2Request ¶
type KuaicheDeliveryListV2Request struct { api.BaseRequest Data *delivery.KuaicheDeliveryListV2RequestData `json:"data,omitempty" codec:"data,omitempty"` // 业务参数 System *requestDsp.JdDspPlatformGatewayApiVoParamExt `json:"system,omitempty" codec:"system,omitempty"` // 系统参数 }
商品定向列表
type KuaicheDeliveryListV2Responce ¶
type KuaicheDeliveryListV2Responce struct { ReturnType *KuaicheDeliveryListV2ResponseReturnType `json:"returnType,omitempty" codec:"returnType,omitempty"` Code string `json:"code,omitempty" codec:"code,omitempty"` }
type KuaicheDeliveryListV2Response ¶
type KuaicheDeliveryListV2Response struct { Responce *KuaicheDeliveryListV2Responce `` /* 126-byte string literal not displayed */ ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"` }
type KuaicheDeliveryListV2ResponseDataData ¶
type KuaicheDeliveryListV2ResponseDataData struct { Deliveries []dsp.DeliveryData `json:"datas,omitempty" codec:"datas,omitempty"` Paginator *dsp.Paginator `json:"paginator,omitempty" codec:"paginator,omitempty"` }
func KuaicheDeliveryListV2 ¶
func KuaicheDeliveryListV2(req *KuaicheDeliveryListV2Request) (*KuaicheDeliveryListV2ResponseDataData, error)
type KuaicheDeliveryListV2ResponseReturnType ¶
type KuaicheDeliveryListV2ResponseReturnType struct { Data *KuaicheDeliveryListV2ResponseDataData `json:"data,omitempty" codec:"data,omitempty"` dsp.DataCommonResponse }
type KuaicheDeliveryUpdateProductPriceRequest ¶
type KuaicheDeliveryUpdateProductPriceRequest struct { api.BaseRequest Data *delivery.KuaicheDeliveryUpdateProductPriceRequestData `json:"data,omitempty" codec:"data,omitempty"` // 业务参数 System *requestDsp.JdDspPlatformGatewayApiVoParamExt `json:"system,omitempty" codec:"system,omitempty"` // 系统参数 }
商品定向批量改价
type KuaicheDeliveryUpdateProductPriceResponce ¶
type KuaicheDeliveryUpdateProductPriceResponce struct { ReturnType *KuaicheDeliveryUpdateProductPriceResponseReturnType `json:"returnType,omitempty" codec:"returnType,omitempty"` Code string `json:"code,omitempty" codec:"code,omitempty"` }
type KuaicheDeliveryUpdateProductPriceResponse ¶
type KuaicheDeliveryUpdateProductPriceResponse struct { Responce *KuaicheDeliveryUpdateProductPriceResponce `` /* 164-byte string literal not displayed */ ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"` }
type KuaicheDeliveryUpdateProductPriceResponseReturnType ¶
type KuaicheDeliveryUpdateProductPriceResponseReturnType struct { Data bool `json:"data,omitempty" codec:"data,omitempty"` dsp.DataCommonResponse }
Click to show internal directories.
Click to hide internal directories.