Skip to main content
Version: 3.x

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

A shipping zone to which the shipping method belongs.

ShippingPriceCreate.shippingMethod ● ShippingMethodType object

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

DEPRECATED

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

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

Returned by

shippingPriceCreate mutation


Was this page helpful?