Selling Partner API SDK for JavaScript
    Preparing search index...
    interface GetSchemaResponse {
        _links?: GetSchemaResponseLinks;
        errors?: Error[];
        payload?: { [key: string]: object };
    }
    Index

    Properties

    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.