Request parameters for addInventory operation in FbaInventoryApi.

FbaInventoryApiAddInventoryRequest

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

Properties

addInventoryRequestBody: AddInventoryRequest

List of items to add to Sandbox inventory.

FbaInventoryApiAddInventory

xAmznIdempotencyToken: string

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

FbaInventoryApiAddInventory