问题标签 [shippo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - 带有身份验证 API 密钥的 Swift 4 URLsession
我正在尝试在 Swift 中发出POST
请求Shippo REST API
,但由于它需要 API 身份验证密钥,我无法弄清楚如何URLSession
在 Swift 4 中实现该密钥。正如 Apple 文档所说,我无法使用urlsession.shared
方法。cURL
命令是:
json - 使用 Swift 访问 Shippo API 返回未记录的错误
我们正在尝试使用 Shippo API 打印运输标签,但似乎无法正常工作。这里代码中使用的数据直接来自七宝官网。
我们将 Swift、Alamofire 和 SwiftyJSON 与我们 ios 应用程序中的 Swift 代码一起使用,并得到以下错误结果:
我们搜索了 Shippo 网站、stackoverflow 和 Google,但找不到任何有关此错误的参考。
这是斯威夫特代码:
我们尝试了许多不同的地址,往返甚至使用相同的数据在 Shippo 网站上使用测试链接,它确实有效。
如果 Shippo 返回此错误,我们希望有人以前见过它,或者 Shippo 应该能够解释是什么无效数据产生了此错误。
任何帮助将不胜感激。
谢谢
shippo - Shippo 参考字段未应用于 USPS 标签
我正在使用 Shippo API 创建 USPS 标签,但是,当我在货件请求中使用 reference_1 或 reference_2 字段时,输入的自定义字符串在标签上不可见。
我们将这些字段用于订单号或 rma 号。
是否以这种方式支持这些字段,还是我应该为此目的使用其他字段?
php - 在 Shippo 上创建新地址会出现 500 错误
我正在使用 shippo api 使用测试令牌创建一个新地址,当我提供地址数组并单击创建时,它给了我 500 错误。我正在根据 Shippo 提供的文档做所有事情,这是我正在使用的代码。我发送的请求是通过 ajax。
我很困惑,我做错了什么或错过了什么?
php - 使用 shippo 创建货件时未返回费率
到目前为止,我正在集成 Shippo API,它运行良好,但是存在这个问题,当我发送创建货件的请求时正在创建货件,但费率数组中没有任何内容,但是当我通过邮递员发送相同的请求时,我得到了这些费率这是我发送的请求。
谁能帮我找出我在这里做错了什么。
c# - Shippo Tracking FeDex Error in Json Serialization in C#
I was trying to use the project ShippingTesting in Visual Studio(C#). I tried UPS
which works great.
But when I tried FeDex
, it threw an error saying:
"Newtonsoft.Json.JsonSerializationException", " Additional information: Error converting value "PRE_TRANSIT" to type 'Shippo.ShippoEnums+TrackingStatus'. Path 'tracking_history[0].status',"
It looks like a JSON serialization issue. Will this be a constant issue with Fedex?
Thanks!
javascript - Node.js 和 HTML
我是node.js的新手,我正在尝试运行一个在单击html按钮时使用Node.js的脚本,但它只是说(这是有道理的)。require()
"require" is not recognized
那么在这种情况下,当单击 HTML 按钮时,我该如何激活我的 node.js 脚本呢?
谢谢你。
paypal - 我可以将为货件生成的跟踪 ID 发送到 PayPal 吗?
有一个集成了shippo的网站。在结帐页面中,我可以选择通过 Shippo API 提供的发货选项。在结帐时,我可以将shippo 提供的跟踪ID 提供给PayPal 吗?
它是 PayPal 支付保护所必需的。PayPal 应该有用户提交的地址,我可以将其传递给 paypal 但无法发送跟踪 ID,正在寻找解决方案。
谢谢
shippo - Shippo - Python Package Async Issue
I have imported the Shippo python package and I am trying to get their sample to work but I am running into the following error message (see below). I am running Python 3.7.2 on the most current API version.
Here is the error -
Here is the code -