Skip to main content
Version: 3.x

ShippingPriceExcludeProducts

Exclude products from shipping price.

Requires MANAGE_SHIPPINGpermission.
type ShippingPriceExcludeProducts {
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}

Fields

ShippingPriceExcludeProducts.shippingMethod ● ShippingMethodType object

A shipping method with new list of excluded products.

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

DEPRECATED

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

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

Returned by

shippingPriceExcludeProducts mutation


Was this page helpful?