Skip to main content
Version: 3.x

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

A shipping method with new list of excluded products.

ShippingPriceRemoveProductFromExclude.shippingErrors ● [ShippingError!]! deprecated non-null object

DEPRECATED

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

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

Returned by

shippingPriceRemoveProductFromExclude mutation


Was this page helpful?