Skip to main content

FulfillmentRefundProducts Object

Refund products.

Requires the MANAGE_ORDERSpermission.
type FulfillmentRefundProducts {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}

Fields

fulfillment ● Fulfillment

A refunded fulfillment.

order ● Order

Order which fulfillment was refunded.

errors ● [OrderError!]!

Show deprecated

Returned By

orderFulfillmentRefundProducts mutation