This service will update the stock level for each of the given SKUs.

Servlet name

setStockLevels

Input Parameters

skuIds – An array of SKU IDs.
stockLevels
– An array of new stock level quantities. Both arrays must be the same length.

Output

void

Web Service Class

atg.commerce.inventory.InventoryServices

Nucleus Component

/atg/commerce/inventory/InventoryServices

Method

setStockLevels(String[] skuIds, long[] stockLevels)

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/inventory/setStockLevels?WSDL

Endpoint URL

http://hostname:port/commerce/inventory/setStockLevels/setStockLevels

Security FunctionalName

inventoryAdministration