我正试图通过URL向履行公司发送XML代码(https://import.checkout-secured.com/bo/interface/order/import)使用Zapier的POST方法。
履行公司说他们没有收到。
有人能给我指正确的方向吗?我做错了什么?
这是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)
从上面的代码中很难判断,但当您登录到Zapier时,您可以找到一些线索。以下是一些可能有所帮助的提示:
首先,您可以尝试在https://zapier.com/app/history.每次你的Zap运行时,你都会在这里看到历史上的一排。如果你找到了一个你认为应该有效的Zap对应的时间戳,你可以点击那一行,查看每个步骤的结果。例如,如果出现错误或数据丢失,您将在任务历史记录中看到该状态。如果Zap"有效",您可以查看数据以查看发送的内容,并以这种方式进行调试。https://zapier.com/learn/getting-started-guide/task-history/
如果这仍然不起作用,Zapier客户服务团队可以进一步深入,给你一些建议。前往https://zapier.com/app/contact-us并添加一些上下文;他们可以进一步深入研究,帮助你解决这个问题。