在Shopify脚本编辑器中使用UPS API

发布于 2025-01-25 01:27:42 字数 345 浏览 3 评论 0原文

我需要在Shopify中的脚本编辑器中使用UPS运输API。在脚本编辑器中仅Ruby编程语言。

我有一项任务来确定Checkout页面上的地址类型住宅商业。有人告诉我,您可以使用脚本编辑器(ruby​​)对Checkout页面进行编辑,但是我不确定是否可以使用此内容。 UPS运输API文档也缺少Ruby语言示例。

请告诉我,我是否可以在脚本编辑器中使用Ruby语言使用UPS运输API?

我真的需要你的帮助。谢谢!

I need to use the UPS shipping API in the Script Editor in the Shopify. In the Script Editor only the Ruby programming language.

I have a task to determine the address type Residential or Commercial on the checkout page. I was told that you can use Script Editor (Ruby) to make edits to the checkout page, but I'm not sure if can use this. The UPS shipping API documentation also lacks Ruby language examples.

Please tell me if I can use UPS shipping API using Ruby language in the Script Editor?

I really need your help. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

网白 2025-02-01 01:27:42

否。您可以更改UPS提供的定价,但是您将设置管理员运输设置中UPS返回的实际利率。脚本意味着更多地显示隐藏选项,重新订购选项和或打折。它并不是要在外部API打电话给服务。

因此,您可以轻松地检查UPS对客户的运输设置回报率,并且可以决定是否显示或隐藏其中的一些。

No. You can change pricing offered by UPS, but you would be setting up the actual rates returned by UPS in your Shipping setup in the Admin. Scripting is meant more to show hide options, re-order options and or discount them. It not meant to make outside API calls to services.

So you can easily inspect the UPS rates your shipping setup returns for a customer, and you can decide whether to show or hide some of them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文