Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.37 KB

DeleteAdsByInventoryReferenceResponse.md

File metadata and controls

13 lines (10 loc) · 1.37 KB

# DeleteAdsByInventoryReferenceResponse

Properties

Name Type Description Notes
ad_ids string[] The list of ad IDs that were removed from the campaign. [optional]
errors \eBay\Sell\Marketing\Model\Error[] The container for the errors associated with the request. [optional]
inventory_reference_id string An ID that identifies an a single-item listing or multiple-variation listing that is managed with the Inventory API. The inventory reference ID is a seller-defined value that can be either an SKU for a single-item listing or an inventoryItemGroupKey for a multiple-value listing. [optional]
inventory_reference_type string Indicates the type of item the inventoryReferenceId references. The item can be either an INVENTORY_ITEM or INVENTORY_ITEM_GROUP. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/pls:InventoryReferenceTypeEnum&#39;&gt;eBay API documentation</a> [optional]
status_code int An HTTP status code that indicates the response-status of the request. Check this code to see if the ads were successfully deleted. [optional]

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