Skip to main content

ShippingPriceExcludeProducts

Exclude products from shipping price.

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

DEPRECATED

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

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

Returned By

shippingPriceExcludeProducts mutation