Skip to main content

ShippingPriceRemoveProductFromExclude Object

Remove product from excluded list for shipping price.

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

Fields​

shippingMethod ● ShippingMethodType​

A shipping method with new list of excluded products.

errors ● [ShippingError!]!​

Show deprecatedHide deprecated

shippingErrors ● [ShippingError!]!​

DEPRECATED

Use errors field instead.

Returned By​

shippingPriceRemoveProductFromExclude mutation