标签: magento
我是Magento的新手。 我需要从magento中导出一些表数据,所以我知道我需要使用magento webapi。
我能够通过端点从 sales_order 表中获取数据: GET / V1 /订单 来自devdocs.magento.com/guides/v2.1/rest/list.html
我不知道 sales_order_address 表, sales_order_payent 表的端点在哪里。
所以请你告诉我他们在哪里吗?