public interface WxMaProductService
WxMinishopResult 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
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, Long outProductId, String outSkuId, Long skuId, Long salePrice, Long marketPrice) throws WxErrorException
productId - outProductId - outSkuId - skuId - salePrice - marketPrice - WxErrorExceptionWxMinishopResult<WxMinishopUpdateGoodsSkuData> minishopGoodsUpdateSkuStock(Long productId, Long outProductId, String outSkuId, Long skuId, Integer type, Integer stockNum) throws WxErrorException
productId - outProductId - outSkuId - skuId - type - stockNum - WxErrorExceptionWxMinishopOrderListResponse minishopOrderGetList(String startCreateTime, String endCreateTime, Integer status, Integer page, Integer pageSize, Integer source) throws WxErrorException
WxErrorExceptionCopyright © 2022. All rights reserved.