Skip to main content

CrossupsellsResponse

Paginated response containing cross-sell and upsell recommendations.

Returns a collection of recommendation data with pagination metadata. Each recommendation includes source/target products, recommendation types, subtypes, and timestamps. The response provides comprehensive information for analyzing and managing product recommendation relationships.

type CrossupsellsResponse {
items: [Crossupsell!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

CrossupsellsResponse.items ● [Crossupsell!]! non-null object

List of items of type Crossupsell

CrossupsellsResponse.itemsFound ● Int! non-null scalar

Total number of items found

CrossupsellsResponse.offset ● Int! non-null scalar

The amount of items to show per page

CrossupsellsResponse.page ● Int! non-null scalar

The current page

CrossupsellsResponse.pages ● Int! non-null scalar

Total amount of pages

CrossupsellsResponse.start ● Int! non-null scalar

Start position of the current page

CrossupsellsResponse.end ● Int! non-null scalar

End position of the current page

Returned By

crossupsells query

Member Of

Cluster object ● Product object