object ShippingContainersQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataShippingContainerConnection

Paginated shipping containers returned by this query.

ArgumentTypeRequiredDefaultDescription
sortStringNo
searchGenericScalarNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": [{id: "U2hpcHBpbmdDb250YWluZXJDb25uZWN0aW9uOjEyMzQ="}]
}