Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何通过需求软件/云商务 OCAPI 获取商品的库存?
请参阅下面的示例,该示例假定您拥有有效的令牌。
GET {{shop_url}}/products/701644676568M/availability
您可以使用以下 OCAPI 执行此操作:
GET /inventory_lists/{inventory_list_id}/product_inventory_records/{product_id}