# Cross-sell

Use this object to retrieve information about the cross-sell campaigns you configured for your account.

## Cross-sell object

<table><thead><tr><th width="316.39990234375">Parameter</th><th>Type / Description</th></tr></thead><tbody><tr><td><code>MasterProducts</code></td><td><p><strong>Array</strong></p><p>Array of product codes for the items you set to trigger the cross-sell campaign.</p></td></tr><tr><td><code>DisplayType</code></td><td><p><strong>String</strong></p><ul><li>cart – Shopping cart</li><li>review – Review page</li><li>finish – Thank you page</li></ul></td></tr><tr><td><code>DisplayInEmail</code></td><td><p><strong>Boolean</strong></p><p>True or false depending on whether you set the cross-sell campaign to display in payment receipt emails or not.</p></td></tr><tr><td><code>Products</code></td><td><p><strong>Array of objects</strong></p><p>Details below.</p></td></tr><tr><td><code>Products.ProductCode</code></td><td><strong>String</strong><br>Product code for the item you set as recommended for the cross-sell campaign.</td></tr><tr><td><code>Products.Discount</code></td><td><strong>String</strong><br>Value of the discount. This is a percentage.</td></tr><tr><td><code>Products.DiscountType</code></td><td><strong>String</strong><br>PERCENT – you can only set discounts as a percentage from the product price.</td></tr><tr><td><code>Products.Type</code></td><td><strong>String</strong><br>Example: Own</td></tr><tr><td><code>Products.AutoAdded</code></td><td><strong>Boolean</strong></td></tr><tr><td><code>Products.DiscountedPrice</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Products.DiscountedPrice.Currency</code></td><td><strong>String</strong></td></tr><tr><td><code>Products.DiscountedPrice.Price</code></td><td><strong>Float</strong></td></tr><tr><td><code>Products.BasePrice</code></td><td><strong>Array of Objects</strong></td></tr><tr><td><code>Products.BasePrice.Currency</code></td><td><strong>String</strong></td></tr><tr><td><code>Products.BasePrice.Price</code></td><td><strong>Float</strong></td></tr><tr><td><code>CampaignCode</code></td><td><p><strong>String</strong></p><p>Unique, system-generated cross-sell campaign code.</p></td></tr><tr><td><code>Name</code></td><td><p><strong>String</strong></p><p>Campaign name.</p></td></tr><tr><td><code>StartDate</code></td><td><p><strong>String</strong></p><p>YYYY-MM-DD. The start date you set for the cross-sell campaign.</p></td></tr><tr><td><code>EndDate</code></td><td><p><strong>String</strong></p><p>YYYY-MM-DD. The end date you set for the cross-sell campaign.</p></td></tr><tr><td><code>CampaignStatus</code></td><td><p><strong>String</strong></p><p>The status of the cross-sell campaign.</p></td></tr><tr><td><code>CampaignOwnerType</code></td><td><p><strong>String</strong></p><p>Campaign owner type: Can be either MERCH or AFF.</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-responses/cross-sell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
