ShippingPriceCreate Object
Creates a new shipping price.
type ShippingPriceCreate {
shippingZone: ShippingZone
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
shippingZone ● ShippingZone
A shipping zone to which the shipping method belongs.
shippingMethod ● ShippingMethodType
errors ● [ShippingError!]!
Show deprecatedHide deprecated
shippingErrors ● [ShippingError!]!
DEPRECATED
Use errors field instead.
Returned By
shippingPriceCreate mutation