Prestashop 产品特价
Prestashop special price for product
如何获取特定产品 ID 的所有 special_prices?
使用此调用:http://prestashop.test.com/api/specific_prices/?display=full
它 return 我所有产品的所有特价。如何通过特定 product_id 过滤它?
来自Prestashop 1.6 API Documentation:
http://prestashop.test.com/api/specific_prices/?display=full&filter[id_product]=[5]
通过此请求,我们将检索具有 id_product=5
的产品的所有 specific_prices
。
更多信息见我的其他postlisting all API filters
如何获取特定产品 ID 的所有 special_prices?
使用此调用:http://prestashop.test.com/api/specific_prices/?display=full 它 return 我所有产品的所有特价。如何通过特定 product_id 过滤它?
来自Prestashop 1.6 API Documentation:
http://prestashop.test.com/api/specific_prices/?display=full&filter[id_product]=[5]
通过此请求,我们将检索具有 id_product=5
的产品的所有 specific_prices
。
更多信息见我的其他postlisting all API filters