GraphQL OBJECT
ShippingConfigurationSearchResult
Contains a list of shipping configurations.
link Definition
- type ShippingConfigurationSearchResult {
- # totalCount.
- : Int
- # List of results that match the search parameters.
- : [ShippingConfigurationSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }