Dashboard > ChannelAdvisor Developer Network > ... > Marketplace Ad Methods > AddMarketplaceAdForSkuList
Log In   View a printable version of the current page.
AddMarketplaceAdForSkuList
Added by Andy Berryman, last edited by Andy Berryman on Jul 02, 2007  (view change)
Labels: 
(None)


Overview

Creates a new Marketplace Ad for each SKU provided in the parameter array.

Request

Field Name
Data Type Description
accountID string
A unique identifier representing the ChannelAdvisor account you wish to access.
skuList MarketplaceAdSkuRequest[] List of SKUs and optionally the associated Title override values to create Ads for. 
 
NOTE: Limited to a MAX of 100 SKUs at a time.
postingTemplate string  
adTemplate string  
schedule string  
flagStyle FlagType  
flagDescription string  
primaryCategory string If the associated Posting Template already has a Primary Category specified, then this property will be defaulted to that value.
secondaryCategory string If the associated Posting Template already has a Primary Category specified, then this property will be defaulted to that value.
primaryStoreCategory string If the associated Posting Template already has a Primary Category specified, then this property will be defaulted to that value.
secondaryStoreCategory string If the associated Posting Template already has a Primary Category specified, then this property will be defaulted to that value.

Response

Field Name
Data Type Description
AddMarketplaceAdResult APIResult<MarketplaceAdSkuResponse[]>
If at least 1 of the specified SKUs had an Ad created for it, then the Status property of the return object will be set to Success, otherwise it will be set to Failure.  The collection of MarketplaceAdSkuResponse objects in the ResultData property will contain the results for each create request.

References

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators