ShippingPriceRemoveProductFromExclude Object
Remove product from excluded list for shipping price.
type ShippingPriceRemoveProductFromExclude {
  shippingMethod: ShippingMethodType
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
}
Fields
ShippingPriceRemoveProductFromExclude.shippingMethod ● ShippingMethodType object shipping
A shipping method with new list of excluded products.
ShippingPriceRemoveProductFromExclude.shippingErrors ● [ShippingError!]! deprecated non-null object shipping
DEPRECATED
Use errors field instead.