Skip to main content

CrossupsellsResponse

No description

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

Product object