Skip to main content

ShippingPriceUpdate Object

Updates a new shipping price.

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

Fields

shippingZone ● ShippingZone

A shipping zone to which the shipping method belongs.

shippingMethod ● ShippingMethodType

errors ● [ShippingError!]!

Show deprecated

Returned By

shippingPriceUpdate mutation