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. |