Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Item type filter 从 Windows 的 Intuit 数据服务 (IDS) 下载项目。就像我如何查询(发布数据)以使用同步管理器和 IDS 从 QBDesktop 仅下载/检索库存和服务项目。
参考链接:https ://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services/0500_QuickBooks_Windows/0600_Object_Reference/Item
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services/0500_QuickBooks_Windows/0200_Key_Concepts/0200_Custom_Fields/Data_Services_Custom_Fields#Retrieving_and_Filtering_Objects_With_Custom_Fields
如果我理解您的要求,那么没有查询过滤器只会获取 type=service 或 type-inventory 的项目,您需要全部查询并过滤您身边的数据。
API 的 v3 版本提供了简单查询语言,您可以在其中提供您所询问的查询,但 v3 目前仅针对外部合作伙伴处于早期测试阶段。
震动