Skip to main content
Version: 3.x

ShippingPriceBulkDelete

Deletes shipping prices.

Requires MANAGE_SHIPPINGpermission.
type ShippingPriceBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}

Fields

ShippingPriceBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

ShippingPriceBulkDelete.shippingErrors ● [ShippingError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShippingPriceBulkDelete.errors ● [ShippingError!]! non-null object

Returned by

shippingPriceBulkDelete mutation


Was this page helpful?