FulfillmentRefundProducts
Refund products.
type FulfillmentRefundProducts {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Fields
FulfillmentRefundProducts.fulfillment ● Fulfillment object
A refunded fulfillment.
FulfillmentRefundProducts.order ● Order object
Order which fulfillment was refunded.
FulfillmentRefundProducts.orderErrors ● [OrderError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
FulfillmentRefundProducts.errors ● [OrderError!]! non-null object
Returned by
orderFulfillmentRefundProducts mutation
Was this page helpful?