Product Inventory
Search against all available inventory for a product or only for a specific quantity.
zapiCheckProductInventory
Request Body
Name
Type
Description
<?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.1</zapiVersion>
<error>0</error>
<message>OK</message>
<methodResponse>
<methodName>zapiCheckProductInventory</methodName>
<productId>6</productId>
<productName>Ski Poles</productName>
<totalRequested>0</totalRequested>
<inventoryRemaining>10000</inventoryRemaining>
<methodErrorCode>0</methodErrorCode>
<methodErrorMessage/>
<inventoryCheckCode>0</inventoryCheckCode>
<inventoryCheckMessage>Inventory OK</inventoryCheckMessage>
</methodResponse>
</response>Last updated
Was this helpful?
