【发布时间】:2020-07-05 15:33:13
【问题描述】:
我正在尝试使用 Zapier 的 POST 方法通过 URL (https://import.checkout-secured.com/bo/interface/order/import) 向履行公司发送 XML 代码。
履行公司说他们没有收到它。
有人可以指点我正确的方向吗?我在做什么错?
这是 XML 代码...
<sales>
<sale>
<cid>615</cid>
<apikey>asdf1234</apikey>
<miscID>morpheuzG</miscID>
<email>morpheuzG@gmail.com</email>
<bill>
<contact>
<fname>MorpheuZ</fname>
<lname>Gee</lname>
</contact>
<address>
<line1>123 Main St.</line1>
<line2></line2>
<city>New York</city>
<state>NY</state>
<zip>10007</zip>
<country>USA</country>
</address>
</bill>
<orderDate>03/24/2020 01:01:01 AM</orderDate>
<items>
<item>
<sku>10101010</sku>
<quantity>1</quantity>
</item>
</items>
<ship>
<method>Shipping</method>
</ship>
<billInstructions>Test 1</billInstructions>
<shipInstructions>Test Ship 1</shipInstructions>
</sale>
</sales>
Zapier 详细信息:
Method: Post
URL: https://import.checkout-secured.com/bo/interface/order/import
Data-Pass Through: (blank)
Date: (shown above)
Unflatten: No
Basic Auth: (blank)
【问题讨论】:
标签: xml zapier fulfillment