- A Onsite Sponsored Products line item holds promoted products to advertise on a single retailer.
- Line items have bid settings, start & end dates, and optional budgeting & pacing controls.
- Target & maximum bid settings must respect minimum bid (
minBid), that can be set at product SKU level, to start delivering ads - Products SKU IDs are available through Catalog endpoints
Endpoints
Verb | Endpoint | Description |
|---|---|---|
|
| Search for min bid CPC defined by collection of SKU IDs |
Minimum Bid Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | RetailerID where the line item will serve ads on Accepted values: int64 Writeable? N / Nullable? N |
| list | List of SKU IDs in which the minimum bid is requested (usually, the SKUs promoted by the line item). Values are available throughCatalogendpoints Accepted values: at least, an empty list Writeable? N / Nullable? N |
| string | SKU ID respective to the Accepted values: SKU IDs from catalog Writeable? N / Nullable? N |
| decimal | Overall minimum bid resulted from the list of SKUs requested, that the line item should respect to, effectively, deliver ads Acceptable values: at least Writeable? N / Nullable? N |
| decimal | Minimum bid for the respective SKU Acceptable values: at least Writeable? N / Nullable? N |
Retrieve Minimum Bid from SKU IDs
Sample RequestResponses
Response | Description |
|---|---|
🟢 | Call executed with success |
🔴 | json-serialization-error Required attribute missing or with unexpected format in request’s body |
🔴 | Not Found Retailer ID informed in request’s path was not found |