You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating products is one thing, but access to custom meta fields is also very handy. This plugin should support the reading of this data too.
The WC wc-api/v2/orders API does support meta fields, but wc-api/v2/products does not. A similar format can be adopted. An example of an order meta field on an order line is:
This format may be where the source of the question in issue #5 came from, and maybe the format should be adopted there too, so input and output fields are in the same format.
Updating products is one thing, but access to custom meta fields is also very handy. This plugin should support the reading of this data too.
The WC wc-api/v2/orders API does support meta fields, but wc-api/v2/products does not. A similar format can be adopted. An example of an order meta field on an order line is:
The "meta" array contains the fields, each having a key, a label and a value.
The text was updated successfully, but these errors were encountered: