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

    Interface FbaInventoryApiAddInventoryRequest

    Request parameters for addInventory operation in FbaInventoryApi.

    interface FbaInventoryApiAddInventoryRequest {
        addInventoryRequestBody: AddInventoryRequest;
        xAmznIdempotencyToken: string;
    }
    Index

    Properties

    addInventoryRequestBody: AddInventoryRequest

    List of items to add to Sandbox inventory.

    xAmznIdempotencyToken: string

    A unique token/requestId provided with each call to ensure idempotency.