The response schema for the getOrderItemsBuyerInfo operation.

Export

GetOrderItemsBuyerInfoResponse

interface GetOrderItemsBuyerInfoResponse {
    errors?: Error[];
    payload?: OrderItemsBuyerInfoList;
}

Properties

Properties

errors?: Error[]

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

Memberof

GetOrderItemsBuyerInfoResponse

Memberof

GetOrderItemsBuyerInfoResponse