Skip to content

Updating Order Custom Meta data fields in C# #789

Description

@jmaciulewicz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions