Jump to content

Edit History

bartekz

bartekz

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?

bartekz

bartekz

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 physical product 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?

×
×
  • Create New...