restrict item orderability based on customer or ship-to country
I am working on the following business requirement
From all the products that we sell, we need to restrict certain products to certain countries (and/or customers).
For example, product A may be orderable in USA and Canada but not in France.
Product B may be orderable in USA and France but not in Canada.
From all the products that we sell, we need to restrict certain products to certain countries (and/or customers).
For example, product A may be orderable in USA and Canada but not in France.
Product B may be orderable in USA and France but not in Canada.
Please let me know the possible options
Note: We do not want to follow the country specific/item specific price lists.
0