> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shipping/llms.txt)
> Source: https://docs.saleor.io/api-reference/shipping/objects/shipping-price-update

# ShippingPriceUpdate Object

Updates a new shipping price.

Requires the MANAGE\_SHIPPING permission.

```graphql
type ShippingPriceUpdate {
  shippingZone: ShippingZone
  shippingMethod: ShippingMethodType
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
}
```

<a id="fields"></a>

### Fields

<a id="shipping-zone"></a>

#### [`shippingZone`](#shipping-zone) ● [`ShippingZone`](/api-reference/shipping/objects/shipping-zone.md)

A shipping zone to which the shipping method belongs.

<a id="shipping-method"></a>

#### [`shippingMethod`](#shipping-method) ● [`ShippingMethodType`](/api-reference/shipping/objects/shipping-method-type.md)

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ShippingError!]!`](/api-reference/shipping/objects/shipping-error.md)

Show deprecatedHide deprecated

<a id="shipping-errors"></a>

#### [`shippingErrors`](#shipping-errors) ● [`[ShippingError!]!`](/api-reference/shipping/objects/shipping-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`shippingPriceUpdate`](/api-reference/shipping/mutations/shipping-price-update.md) mutation
