Request parameters for submitInventoryUpdate operation in UpdateInventoryApi.

UpdateInventoryApiSubmitInventoryUpdateRequest

interface UpdateInventoryApiSubmitInventoryUpdateRequest {
    body: SubmitInventoryUpdateRequest;
    warehouseId: string;
}

Properties

Properties

The request body containing the inventory update data to submit.

UpdateInventoryApiSubmitInventoryUpdate

warehouseId: string

Identifier for the warehouse for which to update inventory.

UpdateInventoryApiSubmitInventoryUpdate