GraphQL OBJECT
ShippingConfigurationSearchResultItem
The flat shipping configuration as result of a search.
link Definition
- type ShippingConfigurationSearchResultItem {
- # Unique Id of the shipping configuration.
- : Int!
- # Name of the shipping configuration.
- : String!
- # Information about client the shipping configuration belongs to.
- : ClientInformation
- # Date and time when the shipping configuration created.
- : DateTime
- # User who created the shipping configuration.
- : UserAccountInformation
- # Date and time when the last edit occurred.
- : DateTime
- # User that last modified the shipping configuration.
- : UserAccountInformation
- }