Hello.
We are using ServiceApi to get organization details through a http request (/episerverapi/commerce/customers/organization/). We added some fields on the Business object Organization but they are not present in the response.
We decompiled the endpoint and found that we do not have e field Properties on OrganizationModel class (like we have on OrderGroup for example on the episerverapi/commerce/orders/orderGroupId call).
We would like to get/set some custom fields on the OrganizationModel business object using the ServiceAPI (and not a custom endpoint) like ExtOrganizationId field.
The serviceAPI response for /episerverapi/commerce/customers/organization/:
Is there a workaround to get and set those custom fields untill (if) this feature will be done?
Thank you!