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 deprecated
Returned By
shippingPriceCreate mutation