Rest V2 Gap - Custom Fields not available in some models

The Contact model hasn the ‘custom_fields’ property that can be returned in the listContacts response .. but Orders and Subscriptions do not. I didn’t check the other tables/models that support custom fields.. but is there plans to add the custom_fields property to the other models that support custom fields?

I looked at the known issues tracker, but I didn’t see anything specific to returning the custom_fields property for Orders in the model response.

Thanks,

Casey

This is currently under review, and we do plan to support returning custom_fields for models that support them. I’ll add Orders to the tracker.

@Casey_Page GET/LIST orders custom fields is now added to the tracker.

Hi @Casey_Page,

Updating, setting, and getting order custom field values is now supported in REST API v2. Here’s the relevant documentation for reference:

Thanks for your patience!

Omar