我正在尝试使用 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>
扎皮尔详细信息:
Method: Post
URL: https://import.checkout-secured.com/bo/interface/order/import
Data-Pass Through: (blank)
Date: (shown above)
Unflatten: No
Basic Auth: (blank)