BigCommerce cart api:每行line_item获取选项

时间:2018-06-09 14:43:36

标签: bigcommerce

我正在尝试将购物车选项纳入订单项回复

我的尝试(nodejs)

return bc_acc.get(`/carts/${cartId}?include=options`, {include:'options'}).then(data => {..

回复很好,但我希望看到每个订单项的选项。但它不在那里。 API Docs show it in the response. enter image description here enter image description here

响应

{{3}}

1 个答案:

答案 0 :(得分:1)

指定包含对象的完整路径,如:

/carts/${cartId}?include=line_items.physical_items.options