本文介绍了如何使用magento API检索magento目录价格规则?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我检查了每个Magento SOAP API调用,以检查是否有可能检索目录价格规则.我在这里想念什么吗?还是Magento尚未在API中实现此调用,而我必须自己实现和扩展它?

I have looked over every Magento SOAP API calls to check if retrieving catalog price rules is possible. Am I missing something here? Or Magento has not implemented this call in the API and that I would have to implement and extend it myself?

推荐答案

是的,您是对的.

Magento CE和EE没有SalesRule模型的SOAP/RPC实现.

Magento CE and EE do not have SOAP/RPC implementations for the SalesRule models.

这篇关于如何使用magento API检索magento目录价格规则?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 01:40