下载Teapplix发货信息

您如果需要下载 “通用” 订单的发货信息报告, 可以使用我们的 "Report" API。

URL 端口
https://www.teapplix.com/h/[your teapplix account name]/ea/admin.php?User=xxxx&Passwd=xxxx&Action=Report

Subaction=Generate+Generic+Ship+Confirmation+File

(请注意 url 中的 + 表示空格)

This report provides shipping details for "generic" type orders shipped during a certain date range. This typically is used to update some external system with tracking numbers. "Generic" orders are typically orders imported into Teapplix via API or via dropship import.

ship_date_s=2012/01/20 => 对于发货日期晚于或等于 2012/01/20 的已发货订单

ship_date_e=2012/01/31 => 对于发货日期早于或等于 2012/01/31 的已发货订单

queue_id=dd => 只限于 Teapplix 的此订单队列号的订单

以下是用 “curl” 写的一个范例:

curl -k -o generic_shipment_report.csv -dSubaction='Generate%20Generic%20Ship%20Confirmation%20File' -d ship_date_s='' -d ship_date_e='' -d queue_id='' "https://www.teapplix.com/h/[your teapplix account name]/ea/admin.php?User=xxxx&Passwd=xxxx&Action=Report"