Skip to main content

BulkCostPriceResponse

No description

type BulkCostPriceResponse {
items: [BulkCostPrice!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

BulkCostPriceResponse.items ● [BulkCostPrice!]! non-null object

List of items of type BulkCostPrice

BulkCostPriceResponse.itemsFound ● Int! non-null scalar

Total number of items found

BulkCostPriceResponse.offset ● Int! non-null scalar

The amount of items to show per page

BulkCostPriceResponse.page ● Int! non-null scalar

The current page

BulkCostPriceResponse.pages ● Int! non-null scalar

Total amount of pages

BulkCostPriceResponse.start ● Int! non-null scalar

Start position of the current page

BulkCostPriceResponse.end ● Int! non-null scalar

End position of the current page

Returned By

bulkCostPrices query