Selling Partner API SDK for JavaScript
    Preparing search index...
    HttpMethod: {
        Delete: "DELETE";
        Get: "GET";
        Patch: "PATCH";
        Post: "POST";
        Put: "PUT";
    } = ...

    The HTTP method associated with the individual APIs being called as part of the batch request.

    Type Declaration

    • ReadonlyDelete: "DELETE"
    • ReadonlyGet: "GET"
    • ReadonlyPatch: "PATCH"
    • ReadonlyPost: "POST"
    • ReadonlyPut: "PUT"