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

    An inventory request.

    interface InventoryRequest {
        body?: InventoryRequestParams;
        method: HttpMethod;
        uri: string;
    }
    Index

    Properties

    Properties

    method: HttpMethod
    uri: string

    The URI associated with the individual APIs from the batch request. The user must provide the resource identifier for the operation they want to use.