ShippingPriceCreate
Creates a new shipping price.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingPriceCreate.errors
● [ShippingError!]!
non-null object shipping
Returned By
shippingPriceCreate
mutation