"error": {
"code": "Internal_RecordNotFound",
"message": "The Sales Order Entity Buffer does not exist. Identification fields and values: No.='' CorrelationId: 507cbfd9-97bf-4ff2-96eb-f29d7bbdd64c."
}
}
"customerId": "{customer-id}",
"orderDate": "2025-01-07",
"currencyCode": "DKK"
}
I am able to retrieve existing sales orders using a GET request to the same endpoint.
However, when I make a POST request with the minimal payload shown above, I receive the Internal_RecordNotFound error.
Additionally, changes to certain fields in the UI (e.g., address updates) do not reflect in the API response, while line item changes (e.g., adding or removing items) do.