Skip to main content
Version: 3.x

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

A shipping zone to which the shipping method belongs.

ShippingPriceUpdate.shippingMethod ● ShippingMethodType object

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

DEPRECATED

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

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

Returned by

shippingPriceUpdate mutation


Was this page helpful?