Overview
Creates a new Marketplace Ad.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| adProperties | MarketplaceAd | Ad data |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| AddMarketplaceAdResult | APIResult<int> |
If the Status property of the return object is set to Success, then the ResultData property will be set to the unique identifier for the new Ad. |