The response schema for the GetAttributes operation.

GetAttributesResponse

interface GetAttributesResponse {
    buyer?: GetAttributesResponseBuyer;
    errors?: Error[];
}

Properties

Properties

GetAttributesResponse

errors?: Error[]

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

GetAttributesResponse