Skip to main content
Version: 3.x

OrderDiscountDelete

Remove discount from the order.

Requires MANAGE_ORDERSpermission.
type OrderDiscountDelete {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}

Fields

OrderDiscountDelete.order ● Order object

Order which has removed discount.

OrderDiscountDelete.orderErrors ● [OrderError!]! deprecated non-null object

DEPRECATED

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

OrderDiscountDelete.errors ● [OrderError!]! non-null object

Returned by

orderDiscountDelete mutation


Was this page helpful?