ShippingPriceCreate
Creates a new shipping price.
type ShippingPriceCreate {
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
shippingMethod: ShippingMethod
}
Fields
ShippingPriceCreate.shippingZone ● ShippingZone object
A shipping zone to which the shipping method belongs.
ShippingPriceCreate.shippingErrors ● [ShippingError!]! non-null object
ShippingPriceCreate.shippingMethod ● ShippingMethod object
Returned By
shippingPriceCreate mutation