- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何使用 BigCommerce web API 将包含未跟踪产品的订单更新为已发货?
我的订单产品是 not being tracked as part of the inventory on BigCommerce .
我需要进行适当的 Web API 调用以将状态更新为已发货。我尝试使用 PUT /orders/id/shipments/id.json
调用电话像下面这样调用
<?xml version="1.0" encoding="utf-8" ?>
<shipment>
<tracking_number/>
<order_address_id>533</order_address_id>
<items>
<item>
<order_product_id>628</order_product_id>
<quantity>1</quantity>
</item>
</items>
</shipment>
,但我收到以下 400 Bad Request 响应。
<?xml version="1.0"?>
<errors>
<error>
<status>400</status>
<message>The field 'quantity' is invalid.</message>
<details>
<invalid_reason>The quantity specified is greater than the quantity of the product that is available to ship.</invalid_reason>
<available_quantity>0</available_quantity>
<order_product_id>628</order_product_id>
</details>
</error>
</errors>
我意识到我可以更改要跟踪的产品,但客户不会以这种方式跟踪他们的库存(我想避免强制他们更改流程)。我试过省略数量,但它说这是必需的。
最佳答案
您可以将订单状态更新为已发货。此端点上的 GET 请求告诉您与订单的各个方面关联的 ID http://developer.bigcommerce.com/docs/api/v2/resources/order_statuses
订单上的 PUT 资源可让您更新状态 http://developer.bigcommerce.com/docs/api/v2/resources/orders
关于bigcommerce - 在不跟踪库存的情况下将订单更新为已发货,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17863209/
我听说 Julia 发布了符号值, 所以我用Val{:MySymbol} . 但这似乎不起作用: julia> foo(x) = "other" foo (generic function with
我正在使用内置的 Acumatica 浏览器命令通过按功能键插入新的发货记录。功能键通过 px.searchFrame(window.top,"main")['px_alls'].ds.execute
我有一个简单的 customers 表是这样设计的(我只报告了一些字段,那些与这个问题有关的字段): + ----------- + --------------- + ---------------
我的计算机上有一个旧版本的 mingw,可以将程序编译为 32 位。现在我想编译成 64 位,所以我下载了新的 mingw 安装程序。它尝试了多次卸载和安装不同版本(每次都是 x86_64 选项),但
我正在使用亚马逊 mws api,我正在尝试获取亚马逊订单的 ORDER 状态。但它没有为我提供返回订单状态。它只提供极少数的订单状态。 我只是从亚马逊 mws order api 调用中获取以下订单
我是一名优秀的程序员,十分优秀!