ShippingPriceBulkDelete
Result of shipping price bulk delete mutation.
type ShippingPriceBulkDelete {
count: Int!
shippingErrors: [ShippingError!]!
}
Fields
ShippingPriceBulkDelete.count ● Int! non-null scalar
Number of shipping prices deleted.
ShippingPriceBulkDelete.shippingErrors ● [ShippingError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
shippingPriceBulkDelete mutation