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
anddataUnit
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 existingexternalId
which is being deprecated.
#
Tips- You can find an example on how to get an new eSIM using the create order endpoint in the Getting a new eSIM recipe.
Note: Please migrate to new
id
parameter since theexternalId
is being deprecated. TheexternalId
field will be removed in a future release.