OBJECT

Container

Represents a container.

link GraphQL Schema definition

  • type Container {
  • # The container number. Format defined in ISO 6346:
  • # https://en.wikipedia.org/wiki/ISO_6346.
  • number: String
  • # The container seal number.
  • seal: String
  • # The type of container.
  • type: String
  • # A description of the goods in the container.
  • description: String
  • # The piece count of the goods in the container.
  • quantity: Int
  • # The weight of the goods in the container, in Kilograms.
  • weight: Float
  • }