shippingPriceCreate Mutation
Creates a new shipping price.
shippingPriceCreate(
input: ShippingPriceInput!
): ShippingPriceCreate
Details
type ShippingPriceCreate {
shippingZone: ShippingZone
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Arguments
input ● ShippingPriceInput!
Fields required to create a shipping price.
Type
ShippingPriceCreate
Creates a new shipping price.