Skip to main content

ShippingPriceRemoveProductFromExclude

Remove product from excluded list for shipping price.

Requires MANAGE_SHIPPINGpermission.
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

This field will be removed in Saleor 4.0. Use errors field instead.

ShippingPriceRemoveProductFromExclude.errors ● [ShippingError!]! non-null object shipping

Returned By

shippingPriceRemoveProductFromExclude mutation