This type defines the fields needed to delete an ad by its inventory reference ID. You must always supply both inventory_reference_id and inventory_reference_type.
Type that uses DeleteAdsByInventoryReferenceRequest
BulkDeleteAdsByInventoryReferenceRequest
Calls that use DeleteAdsByInventoryReferenceRequest
Fields
inventoryReferenceId
The inventory reference ID is a seller-defined SKU value for a single-item listing, or a seller-defined identifier for an inventory item group. Both of these values are defined when using the Inventory API, and an inventory item group is used to create a multiple-variation listing.
inventoryReferenceType
The enumeration value passed into this field indicates the type of value used for the corresponding inventoryReferenceId value. The enumeration value used here will either be
INVENTORY_ITEM
(to delete the ad for a single SKU listing) or INVENTORY_ITEM_GROUP
(to delete the ad for a multiple-variation listing).