Skip to main content

ShippingPriceBulkDelete Object

Deletes shipping prices.

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

Fields

count ● Int!

Returns how many objects were affected.

errors ● [ShippingError!]!

Show deprecatedHide deprecated

shippingErrors ● [ShippingError!]!

DEPRECATED

Use errors field instead.

Returned By

shippingPriceBulkDelete mutation