我正在尝试将购物车选项纳入订单项回复
return bc_acc.get(`/carts/${cartId}?include=options`, {include:'options'}).then(data => {..
回复很好,但我希望看到每个订单项的选项。但它不在那里。 API Docs show it in the response.
{{3}}
答案 0 :(得分:1)
指定包含对象的完整路径,如:
/carts/${cartId}?include=line_items.physical_items.options