Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.16 KB

CreateAdsByInventoryReferenceResponse.md

File metadata and controls

14 lines (11 loc) · 2.16 KB

# CreateAdsByInventoryReferenceResponse

Properties

Name Type Description Notes
adGroupId string 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.<span class=&quot;tablenote&quot;><b>Note:</b> 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.</span> [optional]
ads \macropage\SDKs\ebay\rest\marketing\Model\AdReference[] A list of ad IDs. An ad ID is generated for each successfully created ad. [optional]
errors \macropage\SDKs\ebay\rest\marketing\Model\Error[] An array of errors or warnings associated with the create-ads request. [optional]
inventoryReferenceId string An ID that identifies a single-item listing or multiple-variation listing that is managed with the <a href=&quot;/api-docs/sell/inventory/resources/methods&quot; title=&quot;Inventory API Reference&quot;>Inventory API</a>. <p>The <i>inventory reference ID</i> is a seller-defined value that can be either an <b>SKU</b> for a single-item listing or an <b>inventoryItemGroupKey</b> for a multiple-value listing.</p> [optional]
inventoryReferenceType string Indicates the type of item the <b>inventoryReferenceId</b> references. The item can be either an <code>INVENTORY_ITEM</code> or an <code>INVENTORY_ITEM_GROUP</code>. 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]
statusCode int An HTTP status code that indicates the response-status of the request. Check this code to see if the ads were successfully created. [optional]

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