ShippingPriceBulkDelete Object
Deletes shipping prices.
type ShippingPriceBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [ShippingError!]!
Show deprecated
Returned By
shippingPriceBulkDelete mutation