ShippingPriceRemoveProductFromExclude
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.