Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Order Custom Meta data fields in C# #789

Open
jmaciulewicz opened this issue Dec 11, 2024 · 0 comments
Open

Updating Order Custom Meta data fields in C# #789

jmaciulewicz opened this issue Dec 11, 2024 · 0 comments

Comments

@jmaciulewicz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant