infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 126 forks source link

Possible to retrieve custom order field values? #308

Closed harmolipi closed 1 year ago

harmolipi commented 1 year ago

Is it currently possible to include custom fields when querying orders?

I managed to figure out that with contacts, it's something like contacts()->with('custom_fields')->all();, but doing the same with orders() didn't seem to change anything about the response.

bbooth commented 1 year ago

https://community.keap.com/t/how-to-access-order-custom-fields-via-the-api/86952/1