public interface WxMaProductService
WxMinishopImageUploadResult uploadImg(File file, Integer respType, Integer width, Integer height) throws WxErrorException
WxErrorExceptionWxMinishopImageUploadResult uploadImg(String imgUrl, Integer respType) throws WxErrorException
WxErrorExceptionWxMinishopGetCategoryResponse getCategory(Integer fCatId) throws WxErrorException
WxErrorExceptionWxMinishopGetBrandResponse getBrand() throws WxErrorException
WxErrorExceptionWxMinishopGetFrightTemplateResponse getFreightTemplate() throws WxErrorException
WxErrorExceptionWxMinishopResult<WxMinishopAddGoodsSpuData> addSpu(WxMinishopSpu spuInfo) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse deleteSpu(Integer productId, String outProductId) throws WxErrorException
WxErrorExceptionWxMinishopSpuGetResponse getSpu(Integer productId, String outProductId, Integer needEditSpu) throws WxErrorException
WxErrorExceptionWxMinishopSpuListResponse getSpuList(WxMaShopSpuPageRequest request) throws WxErrorException
WxErrorExceptionWxMinishopResult<WxMinishopAddGoodsSpuData> updateSpu(WxMinishopSpu spuInfo) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse listingSpu(Integer productId, String outProductId) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse delistingSpu(Integer productId, String outProductId) throws WxErrorException
WxErrorExceptionWxMinishopSkuListResponse getSkuList(Long productId, Integer needRealStock, Integer needEditSku) throws WxErrorException
WxErrorExceptionWxMinishopResult<WxMinishopAddGoodsSkuData> minishiopGoodsAddSku(WxMinishopSku sku) throws WxErrorException
sku - WxErrorExceptionWxMinishopResult<List<WxMinishopAddGoodsSkuData>> minishopGoodsBatchAddSku(List<WxMinishopSku> skuList) throws WxErrorException
skuList - WxErrorExceptionWxMaShopBaseResponse minishopGoodsDelSku(Long productId, Long outProductId, String outSkuId, Long skuId) throws WxErrorException
productId - outProductId - outSkuId - skuId - WxErrorExceptionWxMinishopResult<WxMinishopUpdateGoodsSkuData> minishopGoodsUpdateSku(WxMinishopSku sku) throws WxErrorException
sku - WxErrorExceptionWxMinishopResult<WxMinishopUpdateGoodsSkuData> minishopGoodsUpdateSkuPrice(Long productId, String outProductId, String outSkuId, Long skuId, Long salePrice, Long marketPrice) throws WxErrorException
productId - outProductId - outSkuId - skuId - salePrice - marketPrice - WxErrorExceptionWxMinishopResult<WxMinishopUpdateGoodsSkuData> minishopGoodsUpdateSkuStock(Long productId, String outProductId, String outSkuId, Long skuId, Integer type, Integer stockNum) throws WxErrorException
productId - outProductId - outSkuId - skuId - type - stockNum - WxErrorExceptionCopyright © 2024. All rights reserved.