ShippingPriceBulkDelete
Deletes shipping prices.
type ShippingPriceBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
ShippingPriceBulkDelete.count
● Int!
non-null scalar miscellaneous
Returns how many objects were affected.
ShippingPriceBulkDelete.shippingErrors
● [ShippingError!]!
deprecated non-null object shipping
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingPriceBulkDelete.errors
● [ShippingError!]!
non-null object shipping
Returned By
shippingPriceBulkDelete
mutation