Skip to main content

ShippingPriceUpdate

Updates a new shipping price.

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

Fields

ShippingPriceUpdate.shippingZone ● ShippingZone object shipping

A shipping zone to which the shipping method belongs.

ShippingPriceUpdate.shippingMethod ● ShippingMethodType object shipping

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

DEPRECATED

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

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

Returned By

shippingPriceUpdate mutation