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
dataValueanddataUnitparameters have been removed from the request body as they are not applicable to current use-cases. - The
idparameter is now also returned by the Create order endpoint. This new field replaces the existingexternalIdwhich 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
idparameter since theexternalIdis being deprecated. TheexternalIdfield will be removed in a future release.
