Skip to main content

ShippingPriceCreate

Result of shipping price create mutation.

type ShippingPriceCreate {
shippingMethod: ShippingMethod
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
}

Fields

ShippingPriceCreate.shippingMethod ● ShippingMethod object

The created shipping method.

ShippingPriceCreate.shippingZone ● ShippingZone object

The shipping zone this method belongs to.

ShippingPriceCreate.shippingErrors ● [ShippingError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

shippingPriceCreate mutation

Was this page helpful?