Skip to main content
Version: 3.x

ShippingPriceDelete

Deletes a shipping price.

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

Fields

ShippingPriceDelete.shippingMethod ● ShippingMethodType object

A shipping method to delete.

ShippingPriceDelete.shippingZone ● ShippingZone object

A shipping zone to which the shipping method belongs.

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

DEPRECATED

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

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

Returned by

shippingPriceDelete mutation


Was this page helpful?