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
Looking for an example on how to update custom fields for orders in woocommerce via the rest API using WooCommerce.NET.
Here are the meta data for the order.
{
"id": 2639,
"key": "_my_invoice_balance",
"value": "25.25"
},
{
"id": 2638,
"key": "_my_invoice_path",
"value": "https://jdmconsulting.net"
},
I am looking for the proper call to make to update these two fields.
Thanks
The text was updated successfully, but these errors were encountered:
Looking for an example on how to update custom fields for orders in woocommerce via the rest API using WooCommerce.NET.
Here are the meta data for the order.
{
"id": 2639,
"key": "_my_invoice_balance",
"value": "25.25"
},
{
"id": 2638,
"key": "_my_invoice_path",
"value": "https://jdmconsulting.net"
},
I am looking for the proper call to make to update these two fields.
Thanks
The text was updated successfully, but these errors were encountered: