Stock Quantity API
A customer can send a request to Steadfast to get stock quantity.
5.1 Stock Quantity
The stock quantity endpoint is given below.
Stock Quantity API
POST
https://middleware.podapp.com.au/passthrough/customerstockquantity
Headers
Name
Type
Description
X-Steadfast-Api-Key
string
API Key Name that must be passed in request headers
Request Body
Name
Type
Description
request body
json
Please see below.
By default, if the list of products is not provided, it sends all product stock quantities that are available in the system.
Steadfast will send data of stock of all products as given below.
5.2 Stock Quantity with Product Codes
A list of product codes can be passed to the stock API.
Steadfast will send data of stock of all products as given below.
Last updated
Was this helpful?