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