Spree API - 使用初始库存数量创建产品变量

时间:2015-05-25 14:43:42

标签: ruby-on-rails api spree variant stock

我正在尝试通过应用程序中的API创建具有初始库存量的Variant。

示例网址:

--post http://localhost:3000/api/products/apache-baseball-Jersey/variants/

我发现没办法做到这一点。我试图传递参数: 变量[amount],stock_item [count_on_hand]等

在Spree文档中,要创建“stock_item”,您需要在 / api / stock_locations / 1 / stock_items 上执行新请求。但我想提出一个请求。

有可能吗?

1 个答案:

答案 0 :(得分:0)

我们无法通过一个api请求发送count_on_hand,因为我们可以在多个位置管理我们的产品库存,因此我们需要通过每个库存位置的一个请求来管理这个,这就是为什么需要将count_on_hand与另一个api请求一起发送。