Skip to main content

shippingPriceCreate Mutation

Creates a new shipping price.

Requires the MANAGE_SHIPPINGpermission.
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.

Requires the MANAGE_SHIPPINGpermission.