Hi,
How can we get the kit parents for a sku? These are the kit parents skus that show under “Kit Component Info,” and we are interested in getting the product skus that show under it.
We have tried the following:
https://api.ordoro.com/product/{ordoro_sku}/?kit_component=true
https://api.ordoro.com/product/{ordoro_sku}/?kit=true
Above will show the child skus, but not the parent kits.
We also looked at inventory_graph
and kit_graph
. Below is the endpoint we used for these:
https://api.ordoro.com/product/{ordoro_sku}/inventory_graph
https://api.ordoro.com/product/{ordoro_sku}/kit_graph
But seems like this gives information about each and every node that are nested and connected to each other, but we only want direct “kit parents”.
Attached is the snippet of the section in red we would like access to.
Thank you for your help.