3

I'm working on an application that integrates with several of UPS's APIs, but there's one piece of information I can't figure out how to retrieve: how much UPS charged us to ship a package.

This information is available through the UPS web app, and I can't see in principle why it shouldn't be available programmatically. Is it?

NB: I know that you can send UPS information about the shipment and get back an estimated shipping cost, but that's not what I'm after. What I would like to retrieve is that actual shipping cost for a shipped package, specifically the "Public Charge", "Incentives", and "Net Amount" values listed on UPS invoices.

4

1 回答 1

2

我不相信您实际上可以从标准ups 开发人员工具包中获取帐单/发票数据。您可以在确认时通过发货接受 API 获得运费等,但这听起来不像您正在寻找的。要获取计费数据,您必须注册一个单独的程序以获取 CSV/XML/EDI 访问权限。

于 2013-09-10T02:26:10.960 回答