Archive for magento api

You are browsing the archives of magento api.

Magento Product Create API: use_config_min_sale_qty (and max) attributes

In a site I maintain I have a separate web application for adding products. The reason for this is that products need to be added to both a backend warehousing system as well as magento.
I’m posting this because the documentation on the magento site isn’t clear about how one goes about setting these attributes:

min_sale_qty
use_config_min_sale_qty
use_config_max_sale_qty
use_config_manage_stock

Although these [...]