Overview
Marketplace Ad data.
Fields
| Field Name |
Data Type | Description | Notes / Constraints |
|---|---|---|---|
| ID | int | Uniquely identifies the Ad | Should ONLY be provided when this object is submitted to the UPDATE method (which is not yet available). This property is ignored during the CREATE process. |
| Sku | string | Specifies the SKU to associate with this Ad | |
| Title | string | If not specified during the CREATE process, the Title of the Ad will be defaulted to the Title of the associated SKU. | |
| PostingTemplate | string | ||
| AdTemplate | string | ||
| Schedule | string | ||
| FlagType | 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 Secondary Category specified, then this property will be defaulted to that value. | |
| PrimaryStoreCategory | string | If the associated Posting Template already has a Primary Store Category specified, then this property will be defaulted to that value. When providing a value here for your eBay Store, you should provide the Category name. And if you are using a category structure rather than "flat" categories, then provide the category path like ... Category > SubCategory1 > SubCategory2. |
|
| SecondaryStoreCategory | string | If the associated Posting Template already has a Secondary Store Category specified, then this property will be defaulted to that value. When providing a value here for your eBay Store, you should provide the Category name. And if you are using a category structure rather than "flat" categories, then provide the category path like ... Category > SubCategory1 > SubCategory2. |
Notes:
- ** Indicates a REQUIRED Field