Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.02 KB

AdResponse.md

File metadata and controls

13 lines (10 loc) · 1.02 KB

# AdResponse

Properties

Name Type Description Notes
ad_id string A unique eBay-assigned ID for an ad. This ID is generated when an ad is created. [optional]
errors \Ebay\Sell\Marketing\Model\Error[] An array of errors associated with the request. [optional]
href string The URI that points to the ad. [optional]
listing_id string A unique eBay-assigned ID for a listing that is generated when the listing is created. Note: This field accepts both listing IDs, as generated by the Inventory API, and an item IDs, as used in the eBay Traditional API set (e.g., the Trading and Finding APIs). [optional]
status_code int An HTTP status code that indicates the response-status of the request. Check this code to see if the ad was successful created. [optional]

[Back to Model list] [Back to API list] [Back to README]