ShipmentItemResponse
Paginated response containing shipment item search results with metadata for efficient data retrieval and navigation
type ShipmentItemResponse {
items: [ShipmentItem!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
ShipmentItemResponse.items ● [ShipmentItem!]! non-null object
List of items of type ShipmentItem
ShipmentItemResponse.itemsFound ● Int! non-null scalar
Total number of items found
ShipmentItemResponse.offset ● Int! non-null scalar
The amount of items to show per page
ShipmentItemResponse.page ● Int! non-null scalar
The current page
ShipmentItemResponse.pages ● Int! non-null scalar
Total amount of pages
ShipmentItemResponse.start ● Int! non-null scalar
Start position of the current page
ShipmentItemResponse.end ● Int! non-null scalar
End position of the current page
Returned By
shipmentItems query