Skip to main content

CostPriceResponse

No description

type CostPriceResponse {
items: [CostPrice!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

CostPriceResponse.items ● [CostPrice!]! non-null object

List of items of type CostPrice

CostPriceResponse.itemsFound ● Int! non-null scalar

Total number of items found

CostPriceResponse.offset ● Int! non-null scalar

The amount of items to show per page

CostPriceResponse.page ● Int! non-null scalar

The current page

CostPriceResponse.pages ● Int! non-null scalar

Total amount of pages

CostPriceResponse.start ● Int! non-null scalar

Start position of the current page

CostPriceResponse.end ● Int! non-null scalar

End position of the current page

Returned By

costPrices query