Skip to main content

Update Orders Endpoints

· One min read
Nuno Coração

Create order endpoint was refactored to no longer support some unused parameters, as well as replacing some response fields.

What's Fixed or Improved?#

  • The dataValue and dataUnit parameters have been removed from the request body as they are not applicable to current use-cases.
  • The id parameter is now also returned by the Create order endpoint. This new field replaces the existing externalId which is being deprecated.

Tips#


Note: Please migrate to new id parameter since the externalId is being deprecated. The externalId field will be removed in a future release.