Skip to main content

ShippingPriceExcludeProducts Object

Exclude products from shipping price.

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

Fields

shippingMethod ● ShippingMethodType

A shipping method with new list of excluded products.

errors ● [ShippingError!]!

Show deprecated

Returned By

shippingPriceExcludeProducts mutation