kloon / WooCommerce-REST-API-Client-Library

A PHP wrapper for the WooCommerce REST API
GNU General Public License v3.0
356 stars 175 forks source link

create custom field for order #261

Open anzgar01 opened 3 years ago

anzgar01 commented 3 years ago

Hello, I would like to add a custom field to an order using the API, but can't find a solution for this.

Can this maybe be done using the $client->orders->update() function? If so, how?

Thanks in advance