Skip to content

Commit

Permalink
refactor(generator): change Response to APIResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 1, 2021
1 parent bf81a31 commit bad53bd
Show file tree
Hide file tree
Showing 9,202 changed files with 59,094 additions and 67,645 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion api/admarket/YunosAdmarketAdBid.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yunos.admarket.ad.bid
广告竞价服务
*/
func YunosAdmarketAdBid(clt *core.SDKClient, req *admarket.YunosAdmarketAdBidRequest, session string) (*admarket.YunosAdmarketAdBidAPIResponse, error) {
func YunosAdmarketAdBid(clt *core.SDKClient, req *admarket.YunosAdmarketAdBidAPIRequest, session string) (*admarket.YunosAdmarketAdBidAPIResponse, error) {
var resp admarket.YunosAdmarketAdBidAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/admarket/YunosAdmarketMaterialAudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yunos.admarket.material.audit
用于厂商上报广告平台审核结果
*/
func YunosAdmarketMaterialAudit(clt *core.SDKClient, req *admarket.YunosAdmarketMaterialAuditRequest, session string) (*admarket.YunosAdmarketMaterialAuditAPIResponse, error) {
func YunosAdmarketMaterialAudit(clt *core.SDKClient, req *admarket.YunosAdmarketMaterialAuditAPIRequest, session string) (*admarket.YunosAdmarketMaterialAuditAPIResponse, error) {
var resp admarket.YunosAdmarketMaterialAuditAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateCategoryGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.category.get
获取AE流量推广类目的API
*/
func AliexpressAffiliateCategoryGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateCategoryGetRequest, session string) (*aecreatives.AliexpressAffiliateCategoryGetAPIResponse, error) {
func AliexpressAffiliateCategoryGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateCategoryGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateCategoryGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateCategoryGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateFeaturedpromoGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.featuredpromo.get
获取联盟主题推广活动信息
*/
func AliexpressAffiliateFeaturedpromoGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoGetRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoGetAPIResponse, error) {
func AliexpressAffiliateFeaturedpromoGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateFeaturedpromoGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.featuredpromo.products.get
根据联盟主题推广活动或主题品库查询对应的商品。如下品库为固定品库,可长期调用。品库类型和名称如下:高佣品(Hot Product)、新品(New Arrival)、热销商品(Best Seller)、每周尖货(weeklydeals)
*/
func AliexpressAffiliateFeaturedpromoProductsGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoProductsGetRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIResponse, error) {
func AliexpressAffiliateFeaturedpromoProductsGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateHotproductDownload.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.hotproduct.download
查询联盟爆品API
*/
func AliexpressAffiliateHotproductDownload(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductDownloadRequest, session string) (*aecreatives.AliexpressAffiliateHotproductDownloadAPIResponse, error) {
func AliexpressAffiliateHotproductDownload(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductDownloadAPIRequest, session string) (*aecreatives.AliexpressAffiliateHotproductDownloadAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateHotproductDownloadAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateHotproductQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.hotproduct.query
查询联盟爆品API
*/
func AliexpressAffiliateHotproductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductQueryRequest, session string) (*aecreatives.AliexpressAffiliateHotproductQueryAPIResponse, error) {
func AliexpressAffiliateHotproductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductQueryAPIRequest, session string) (*aecreatives.AliexpressAffiliateHotproductQueryAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateHotproductQueryAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateImageSearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.image.search
图片搜索接口
*/
func AliexpressAffiliateImageSearch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateImageSearchRequest, session string) (*aecreatives.AliexpressAffiliateImageSearchAPIResponse, error) {
func AliexpressAffiliateImageSearch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateImageSearchAPIRequest, session string) (*aecreatives.AliexpressAffiliateImageSearchAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateImageSearchAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateProductQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.product.query
联盟推广商品搜索接口,用于搜索联盟推广商品数据
*/
func AliexpressAffiliateProductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductQueryRequest, session string) (*aecreatives.AliexpressAffiliateProductQueryAPIResponse, error) {
func AliexpressAffiliateProductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductQueryAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductQueryAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductQueryAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateProductSmartmatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.product.smartmatch
联盟物料算法智能推荐
*/
func AliexpressAffiliateProductSmartmatch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductSmartmatchRequest, session string) (*aecreatives.AliexpressAffiliateProductSmartmatchAPIResponse, error) {
func AliexpressAffiliateProductSmartmatch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductSmartmatchAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductSmartmatchAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductSmartmatchAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aecreatives/AliexpressAffiliateProductdetailGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.productdetail.get
联盟推广商品搜索接口,用于搜索联盟推广商品数据
*/
func AliexpressAffiliateProductdetailGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductdetailGetRequest, session string) (*aecreatives.AliexpressAffiliateProductdetailGetAPIResponse, error) {
func AliexpressAffiliateProductdetailGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductdetailGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductdetailGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductdetailGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedata/AliexpressAffiliateOrderGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.order.get
联盟推广订单效果获取API
*/
func AliexpressAffiliateOrderGet(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderGetRequest, session string) (*aedata.AliexpressAffiliateOrderGetAPIResponse, error) {
func AliexpressAffiliateOrderGet(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderGetAPIRequest, session string) (*aedata.AliexpressAffiliateOrderGetAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedata/AliexpressAffiliateOrderList.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.order.list
AE联盟推广者订单分页查询接口
*/
func AliexpressAffiliateOrderList(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListRequest, session string) (*aedata.AliexpressAffiliateOrderListAPIResponse, error) {
func AliexpressAffiliateOrderList(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListAPIRequest, session string) (*aedata.AliexpressAffiliateOrderListAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderListAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedata/AliexpressAffiliateOrderListbyindex.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.affiliate.order.listbyindex
AE联盟推广者订单按游标查询接口
*/
func AliexpressAffiliateOrderListbyindex(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListbyindexRequest, session string) (*aedata.AliexpressAffiliateOrderListbyindexAPIResponse, error) {
func AliexpressAffiliateOrderListbyindex(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListbyindexAPIRequest, session string) (*aedata.AliexpressAffiliateOrderListbyindexAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderListbyindexAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.logistics.buyer.freight.calculate
提供给买家使用的运费计算接口
*/
func AliexpressLogisticsBuyerFreightCalculate(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsBuyerFreightCalculateRequest, session string) (*aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIResponse, error) {
func AliexpressLogisticsBuyerFreightCalculate(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIRequest, session string) (*aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIResponse, error) {
var resp aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedropshiper/AliexpressLogisticsDsTrackinginfoQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.logistics.ds.trackinginfo.query
Dropshipper查询物流追踪信息
*/
func AliexpressLogisticsDsTrackinginfoQuery(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsDsTrackinginfoQueryRequest, session string) (*aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIResponse, error) {
func AliexpressLogisticsDsTrackinginfoQuery(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIRequest, session string) (*aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIResponse, error) {
var resp aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedropshiper/AliexpressOfferDsProductSimplequery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.offer.ds.product.simplequery
提供给Dropshipper的通过商品ID查找商品简易信息(包括SKU-价格/库存、产品状态等)的接口,只有特定买家可以使用
*/
func AliexpressOfferDsProductSimplequery(clt *core.SDKClient, req *aedropshiper.AliexpressOfferDsProductSimplequeryRequest, session string) (*aedropshiper.AliexpressOfferDsProductSimplequeryAPIResponse, error) {
func AliexpressOfferDsProductSimplequery(clt *core.SDKClient, req *aedropshiper.AliexpressOfferDsProductSimplequeryAPIRequest, session string) (*aedropshiper.AliexpressOfferDsProductSimplequeryAPIResponse, error) {
var resp aedropshiper.AliexpressOfferDsProductSimplequeryAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.postproduct.redefining.findaeproductbyidfordropshipper
提供给Dropshipper的通过商品ID查找商品信息的接口,只有特定买家可以使用
*/
func AliexpressPostproductRedefiningFindaeproductbyidfordropshipper(clt *core.SDKClient, req *aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperRequest, session string) (*aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse, error) {
func AliexpressPostproductRedefiningFindaeproductbyidfordropshipper(clt *core.SDKClient, req *aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIRequest, session string) (*aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse, error) {
var resp aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedropshiper/AliexpressTradeBuyPlaceorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.trade.buy.placeorder
A006_INVALID_ACCOUNT_INFO
*/
func AliexpressTradeBuyPlaceorder(clt *core.SDKClient, req *aedropshiper.AliexpressTradeBuyPlaceorderRequest, session string) (*aedropshiper.AliexpressTradeBuyPlaceorderAPIResponse, error) {
func AliexpressTradeBuyPlaceorder(clt *core.SDKClient, req *aedropshiper.AliexpressTradeBuyPlaceorderAPIRequest, session string) (*aedropshiper.AliexpressTradeBuyPlaceorderAPIResponse, error) {
var resp aedropshiper.AliexpressTradeBuyPlaceorderAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aedropshiper/AliexpressTradeDsOrderGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.trade.ds.order.get
买家查询订单详情,用于dropshipper
*/
func AliexpressTradeDsOrderGet(clt *core.SDKClient, req *aedropshiper.AliexpressTradeDsOrderGetRequest, session string) (*aedropshiper.AliexpressTradeDsOrderGetAPIResponse, error) {
func AliexpressTradeDsOrderGet(clt *core.SDKClient, req *aedropshiper.AliexpressTradeDsOrderGetAPIRequest, session string) (*aedropshiper.AliexpressTradeDsOrderGetAPIResponse, error) {
var resp aedropshiper.AliexpressTradeDsOrderGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aesolution/AliexpressSolutionBatchProductDelete.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.batch.product.delete
Product delete API. Please note that there is no reverse way to retrieve the products which have been deleted. Use this API in cautious.
*/
func AliexpressSolutionBatchProductDelete(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductDeleteRequest, session string) (*aesolution.AliexpressSolutionBatchProductDeleteAPIResponse, error) {
func AliexpressSolutionBatchProductDelete(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductDeleteAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductDeleteAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductDeleteAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.batch.product.inventory.update
batch product inventory update API for oversea sellers. Sellers could update multiple skus among multiple products in a single call. Maximum 20 products could be updated at the same time and maximum 200 skus could be updated within one product.
*/
func AliexpressSolutionBatchProductInventoryUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductInventoryUpdateRequest, session string) (*aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIResponse, error) {
func AliexpressSolutionBatchProductInventoryUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.batch.product.price.update
batch product price update operation for oversea sellers
*/
func AliexpressSolutionBatchProductPriceUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductPriceUpdateRequest, session string) (*aesolution.AliexpressSolutionBatchProductPriceUpdateAPIResponse, error) {
func AliexpressSolutionBatchProductPriceUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductPriceUpdateAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductPriceUpdateAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductPriceUpdateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aesolution/AliexpressSolutionFeedInvalidate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.feed.invalidate
Api for invalidating specific feeds based on job Ids. Please use aliexpress.solution.feed.list.get to determine which job Ids needs to be sent for invalidation.
*/
func AliexpressSolutionFeedInvalidate(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedInvalidateRequest, session string) (*aesolution.AliexpressSolutionFeedInvalidateAPIResponse, error) {
func AliexpressSolutionFeedInvalidate(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedInvalidateAPIRequest, session string) (*aesolution.AliexpressSolutionFeedInvalidateAPIResponse, error) {
var resp aesolution.AliexpressSolutionFeedInvalidateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aesolution/AliexpressSolutionFeedListGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.feed.list.get
API to query the feed list belonged to a seller
*/
func AliexpressSolutionFeedListGet(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedListGetRequest, session string) (*aesolution.AliexpressSolutionFeedListGetAPIResponse, error) {
func AliexpressSolutionFeedListGet(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedListGetAPIRequest, session string) (*aesolution.AliexpressSolutionFeedListGetAPIResponse, error) {
var resp aesolution.AliexpressSolutionFeedListGetAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aesolution/AliexpressSolutionFeedQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.feed.query
API for query the execution result of feed.
*/
func AliexpressSolutionFeedQuery(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedQueryRequest, session string) (*aesolution.AliexpressSolutionFeedQueryAPIResponse, error) {
func AliexpressSolutionFeedQuery(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedQueryAPIRequest, session string) (*aesolution.AliexpressSolutionFeedQueryAPIResponse, error) {
var resp aesolution.AliexpressSolutionFeedQueryAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion api/aesolution/AliexpressSolutionFeedSubmit.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.feed.submit
API for merchants to submit feed data. Please note for each seller, the recommended number of feeds submitted for each operation_type every 24 hours should be lee than 150, otherwise significant delay might be encountered for processing the feed.
*/
func AliexpressSolutionFeedSubmit(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedSubmitRequest, session string) (*aesolution.AliexpressSolutionFeedSubmitAPIResponse, error) {
func AliexpressSolutionFeedSubmit(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedSubmitAPIRequest, session string) (*aesolution.AliexpressSolutionFeedSubmitAPIResponse, error) {
var resp aesolution.AliexpressSolutionFeedSubmitAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.issue.partner.rma.reverselogistic.state.update
Updates the reverse logistics state for after sales services
*/
func AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateRequest, session string) (*aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIResponse, error) {
func AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIRequest, session string) (*aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIResponse, error) {
var resp aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliexpress.solution.issue.partner.rma.reverselogistic.trackinginfo.create
Receives information about reverse logistics tracking info
*/
func AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreate(clt *core.SDKClient, req *aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateRequest, session string) (*aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIResponse, error) {
func AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreate(clt *core.SDKClient, req *aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIRequest, session string) (*aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIResponse, error) {
var resp aesolution.AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIResponse
err := clt.Post(req, &resp, session)
if err != nil {
Expand Down
Loading

0 comments on commit bad53bd

Please sign in to comment.