OBJECT
type CompanyShippingMapEntry {id: Int is_wildcard: Boolean from_country_code: String from_carrier: String from_method: String from_quantity_min: Int from_quantity_max: Int from_weight_g_min: Int from_weight_g_max: Int to_carrier: String to_method: String price: Float price_inc_tax: Float wildcard_from_carrier: Boolean wildcard_from_method: Boolean }