GraphQL OBJECT

ShippingConfigurationSearchResultItem

The flat shipping configuration as result of a search.

link Definition

  • type ShippingConfigurationSearchResultItem {
  • # Unique Id of the shipping configuration.
  • id: Int!
  • # Name of the shipping configuration.
  • name: String!
  • # Information about client the shipping configuration belongs to.
  • client: ClientInformation
  • # Date and time when the shipping configuration created.
  • creationDate: DateTime
  • # User who created the shipping configuration.
  • createdBy: UserAccountInformation
  • # Date and time when the last edit occurred.
  • lastModifyDate: DateTime
  • # User that last modified the shipping configuration.
  • lastModifiedBy: UserAccountInformation
  • }