1. Home
  2. /
  3. API Services
  4. /
  5. API References
  6. /
  7. Basic
  8. /
  9. ip1basicItemWarehouseStock.get

ip1basicItemWarehouseStock.get

Description

ip1basicItemWarehouseStock.get retrieves stock on hand quantity and value and available stock for inquiry and sales.

Restrictions

Access to any of the operations in ip1basicItemWarehouseStock.get is dependent on user access.

Input/Output parameters

View JSON parameters
Input Type Description
I 20A Item number
WHSE 4A Warehouse
Output Type Description
SOHSL 9N0 Stock available quantity for sales
SOHA 9N0 Stock available quantity for inquiry
SOHO 9N0 Stock on hand quantity
SOHV 13N2 Stock on hand value

JSON example

View JSON request & response example

Request:

{
“IptorAPI”: “1.0”,
“method”: “ip1basicItemWarehouseStock.get”,
“params”: {
“I”: “PUO010”,
“WHSE”: “ALU3”
},
“id”: “867715”
}

Response:

{
“IptorAPI”: “1.0”,
“data”: {
“SOHASL”: 0,
“SOHA”: -1002,
“SOHQ”: -1002,
“SOHV”: 0
},
“id”: “917404”
}

Response format

For standard response format for IP1 API methods, see Response format.

Related topics

ip1basicCustomer.get

ip1basicItem.get

ip1basicCustomerItemPrice.get

ip1basicCustomerARBalance.get

p1basicCustomerOrderList.get

p1basicCustomerOrderDetails.get