Skip to main content

This type defines the fields returned when you create an ad by inventory reference ID.

Type that uses CreateAdsByInventoryReferenceResponse

BulkCreateAdsByInventoryReferenceResponse

Call that uses CreateAdsByInventoryReferenceResponse

Fields

Field
Type
Description
adGroupId
A unique eBay-assigned ID for an ad group in a Promoted Listings Advanced (PLA) campaign that uses the Cost Per Click (CPC) funding model.Note: This field will always be returned for campaigns that use the CPC funding model. It will not be returned for campaigns that use the Cost Per Sale (CPS) funding model.
ads
array of AdReference
A list of ad IDs. An ad ID is generated for each successfully created ad.
errors
array of ErrorDetailV3
An array of errors or warnings associated with the create-ads request.
inventoryReferenceId
An ID that identifies 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.

inventoryReferenceType
Indicates the type of item the inventoryReferenceId references. The item can be either an INVENTORY_ITEM or an INVENTORY_ITEM_GROUP.
statusCode
An HTTP status code that indicates the response-status of the request. Check this code to see if the ads were successfully created.