ShippingPriceExcludeProducts
Exclude products from shipping price.
type ShippingPriceExcludeProducts {
  shippingMethod: ShippingMethodType
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
}
Fields
ShippingPriceExcludeProducts.shippingMethod ● ShippingMethodType object shipping
A shipping method with new list of excluded products.
ShippingPriceExcludeProducts.shippingErrors ● [ShippingError!]! deprecated non-null object shipping
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShippingPriceExcludeProducts.errors ● [ShippingError!]! non-null object shipping
Returned By
shippingPriceExcludeProducts mutation