The response schema for the createFulfillmentReturn operation.

CreateFulfillmentReturnResponse

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

Properties

Properties

errors?: Error[]

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

CreateFulfillmentReturnResponse

CreateFulfillmentReturnResponse