GraphQL OBJECT
Shipping configuration you specify for a given product.
type ShippingConfiguration {# Unique ID of the shipping configuration.id: Int! # Name of the shipping configuration.name: String }