bartekz Posted March 29, 2019 Share Posted March 29, 2019 (edited) Hi, I'm currently developing application, that needs to import products from PrestaShop 1.7 using REST API (webservice). The problem is I need to get product physical quantity as well as available quantity. As far as I know, the proper way to access product quantity is to query the 'stock_availables' resource. However, 'stock_availables' only contains 'quantity' field which is equivalent to available quantity. Physical quantity is not returned by this resource. Is there any other way to get the product physical quantity via REST API call? If not, are there plans for physical quantity to be included in 'stock_availables' resource in future versions? Edited March 29, 2019 by bartekz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now