Selling Partner API SDK for JavaScript
    Preparing search index...

    A link to resources related to a listing restriction.

    interface Link {
        resource: string;
        title?: string;
        type?: string;
        verb: "GET";
    }
    Index

    Properties

    resource: string

    The URI of the related resource.

    title?: string

    The title of the related resource.

    type?: string

    The media type of the related resource.

    verb: "GET"

    The HTTP verb used to interact with the related resource.