This topic is locked
[SOLVED]

Woocommerce REST API Connection

9/28/2021 6:17:37 PM
PHPRunner General questions
K
klyle author

The WooCommerce Orders REST API endpoint returns a ton of information, which seems to naturally divide into header, billing, shipping, line items, etc.

To use this data in the most normal PHPRunner way as a set of related tables, does one just use Copy View to select the fields for each of the N views?

Is there anything that creates child entities from collections within the response automagically?

Is there other documentation, or any best practice?

Sergey Kornilov admin 9/30/2021

No experience with this specific API but I think you should check REST API parent-child relationship video.

K
klyle author 10/2/2021

Great answer, and Thanks to Corey.