Skip to main content

shippingPriceDelete Mutation

Deletes a shipping price.

Requires the MANAGE_SHIPPINGpermission.
shippingPriceDelete(
id: ID!
): ShippingPriceDelete
Details
type ShippingPriceDelete {
shippingMethod: ShippingMethodType
shippingZone: ShippingZone
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}

Arguments

id ● ID!

ID of a shipping price to delete.

Type

ShippingPriceDelete

Deletes a shipping price.

Requires the MANAGE_SHIPPINGpermission.