The response schema for the createFulfillmentReturn operation.

Export

CreateFulfillmentReturnResponse

interface CreateFulfillmentReturnResponse {
    errors?: Error[];
    payload?: CreateFulfillmentReturnResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

CreateFulfillmentReturnResponse

Memberof

CreateFulfillmentReturnResponse