Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FbaInventoryApiAddInventoryRequest

    Request parameters for addInventory operation in FbaInventoryApi.

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

    List of items to add to Sandbox inventory.

    xAmznIdempotencyToken: string

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