This service will update the stock level for each of the given SKUs at a specific location.

Servlet name

setStockLevel

Input Parameters

skuId – The ID of the SKU being updated.
locationId – The location being updated.
stockLevel – The new stock level for skuId.

Output

void

Web Service Class

atg.commerce.inventory.InventoryServices

Nucleus Component

/atg/commerce/inventory/InventoryServices

Method

setStockLevel(String skuId, String LocationId, long stockLevel)

Executes within a session

Yes

WSDL URL

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

Endpoint URL

http://hostname:port/commerce/inventory/
  setLocationStockLevel/setLocationStockLevel

Security FunctionalName

inventoryAdministration


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices