• Hi Ewout,
    The plugin adds billing_street_name, billing_house_number and billing_house_number_suffix to the customer, and similar fields to for shipping. On the order, the same field names with a _ before the name are added. I assume this is because MyParcel needs to have the split between street and number?

    All good, but the WooCommerce Rest Api only supports the standard fields.

    I suggest you add these fields in the plugin to the rest api through register_rest_field on customer and order. I have done that for myself now, but I think it should come with the plugin.

    Thanks Pieter

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Rest API’ is closed to new replies.