I would like to get the complete stock value from the /products/{id}/availability API endpoint. But it only returns me stock till 99. Is there a way to get the complete stock from that endpoint?
/products/{id}/availability API endpoint only showing stock till 99?
842 views Asked by Paul At
1
As I see, you are using "shop" API instead of "data" API for this. Please refer to the following documentation guideline, which requires to use of "data" API:
and you will be interested in this document section, "Get Product Inventory Record."
Sample request and response:
in case of success: