BulkPriceResponse
No description
type BulkPriceResponse {
items: [BulkPrice!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
BulkPriceResponse.items ● [BulkPrice!]! non-null object
List of items of type BulkPrice
BulkPriceResponse.itemsFound ● Int! non-null scalar
Total number of items found
BulkPriceResponse.offset ● Int! non-null scalar
The amount of items to show per page
BulkPriceResponse.page ● Int! non-null scalar
The current page
BulkPriceResponse.pages ● Int! non-null scalar
Total amount of pages
BulkPriceResponse.start ● Int! non-null scalar
Start position of the current page
BulkPriceResponse.end ● Int! non-null scalar
End position of the current page
Returned By
bulkPrices query