This method will return an inventory status message describing the inventory status of each of the given skuIds for a specific location. The choices are: inStock, outOfStock, backorderable, preorderable, or discontinued.

Servlet name

getLocationInventoryStatus

Input Parameters

skuIds – An array of skuIds.
locationId – Location of the inventory item.

Output

An array of Strings (one of the above status messages).

Web Service Class

atg.commerce.inventory.InventoryServices

Nucleus Component

/atg/commerce/inventory/InventoryServices

Method

getLocationInventoryStatus(String[] skuIds, String LocationId) throws InventoryException

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/inventory/getLocation
  InventoryStatus?WSDL

Endpoint URL

http://hostname:port/commerce/inventory/getLocation
  InventoryStatus/getLocationInventoryStatus

Security FunctionalName

Inventory


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