Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...
    interface GetSchemaResponse {
        _links?: GetSchemaResponseLinks;
        errors?: Error[];
        payload?: { [key: string]: object };
    }
    Index
    errors?: Error[]

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

    payload?: { [key: string]: object }

    A JSON schema document describing the expected payload of the action. This object can be validated against http://json-schema.org/draft-04/schema.