SOAP Function Call http://soapservername:portnumber/product, This function is used to return the current stock (Or if requested other Stock details) level for the requested product or products.


NOTE: Below examples have been formatted to be easier to read, All requests and response are a single line.. 
 

Example of SOAP Request (Simple Free Stock Qty):

< ?xml version="1.0"?>

 
    GETSTOCKINFO
    FRED
    00-002A
    00-002B
 






Example of SOAP Response:

'
' & |

 
   
      xxxxxxxxxxxxxxxx
      1234.56
   

   
      yyyyyyyyyyyyyyyyy
      1234.56
   

 





Example of SOAP Request (Multiple Quantity):

< ?xml version="1.0"?>

 
    GETSTOCKINFO
    FRED
    Y
    Y
    Y
    Y
    00-002A
    00-002B
 





Example of SOAP Response:

'
' & |

 
   
      xxxxxxxxxxxxxxxx
      1234.56
      2500
      500
      DD/MM/YYYY
      DD/MM/YY
      0
      DD/MM/YYYY
      DD/MM/YY
   

   
      yyyyyyyyyyyyyyyyy
      1234.56
      1500
      200
      DD/MM/YYYY
      DD/MM/YY
      0
      DD/MM/YYYY
      DD/MM/YY
   

 

 


 
  ^
×Share this branded store