Skip to main content
Getting Started
  • A promoted product specifies the product that will be advertised on a line item.
  • Identify eligible products to promote by accessing your account catalog.
  • Each product can optionally be configured with a specific bid amount, allowing you to control how much you are willing to pay per click.
  • Each line item is limited to a maximum of 500 promoted products.
 

Endpoints

  *Required  

Get All Products on a Specific Line Item

This endpoint lists all products on the specified line item. Results are paginated. Optional Query Parameters Sample Request
Sample Response 🔵 HTTP code 200:

Add Products to a Specific Line Item, or Update a Bid Override

This endpoint adds one or more products to promote on the specified line item. The resulting state of the line item is returned as a single page. If the product already exists, only its bid override will be updated. Sample Request
Sample Response

Remove Products from a Specific Line Item

This endpoint removes one or more products from the specified line item. The resulting state of the line item is returned as a single page. Line items can be created without any promoted products, but once any products are added, at least one product must remain. Sample Request
Sample Response 🔵 HTTP code 204 (no body content)

Pause Products on a Specific Line Item

This endpoint allows reactivating one or multiple paused products on a line item: Sample Request
Sample Response 🔵 HTTP code 204 (no body content)

Unpaused Products on a Specific Line Item

This endpoint allows unpausing one or multiple products on a line item: Sample Request
Sample Response 🔵 HTTP code 204 (no body content)

Responses

ResponseDescription
🟢 200Call completed with success
🟢 204Promoted product paused or un-paused with success (no body content returned)
🔴 400Bad Request - Common validation errors:
  • Could not find the SKU ID used to append to the line item. Make sure the SKU exists in the retailer’s catalog
  • Product bid override less than the product min bid
  • Invalid bid override:Cannot use bid override attribute for a product belonging to a preferred deals line item
  • Pausing/Un-pausing promoted products: Only the ID is required; do not include BidOverride or Status attributes.
🔴 403API user does not have authorization to make requests for the account ID. For authorization, follow the authorization request steps.
🔴 404Line item ID not found