New fields for CA /order
For the order endpoint, we have added three new fields related to credit memos:
creditMemoType
- the selected type of credit memo applied to the order.creditMemoNote
- the note entered for the credit memo applied to the order.creditMemoCreatedBy
- the user who created the credit memo.
These new fields are nullable strings. If no credit memo has been applied to the order,
the fields will be null
.
New fields for CA /invoice
For the invoice endpoint, we have added the same three fields related to credit memos:
creditMemoType
- the selected type of credit memo applied to the order.creditMemoNote
- the note entered for the credit memo applied to the order.creditMemoCreatedBy
- the user who created the credit memo.
These new fields are nullable strings. If no credit memo has been applied to the order,
the fields will be null
.