added
V2 - Add `supplier` / `customer` in transactions responses
May 27th, 2025 by Integrations Squad
Adding new supplier
and / or customer
customer
AND supplier
attributes are added to the resource representation in the response:
- if
customer
is set, thesupplier
value isnull
. - if
supplier
is set, thecustomer
value isnull
. - if no customer or supplier is attached to the transaction, both customer and supplier will be null.
customer
attribute is added to the resource representation in the response:
supplier
attribute is added to the resource representation in the response: