Skip to main content

ShippingPriceCreate

Creates a new shipping price.

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

Fields

ShippingPriceCreate.shippingZone ● ShippingZone object shipping

A shipping zone to which the shipping method belongs.

ShippingPriceCreate.shippingMethod ● ShippingMethodType object shipping

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

DEPRECATED

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

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

Returned By

shippingPriceCreate mutation