Skip to main content

On behalf of a customer:

Ability to change the order name after placing order. Or it is sufficient to prevent the registration of the same order name. The reason behind this is that sometimes the “create order from here” button is used and its easy to forget to change the order name. As a result, many orders with the same name are created.

NewOpen

This idea is under review and open for discussion and voting. This is the investigation stage when we gather more information.


OpenDelivered

You can do this in the Tasking API. To change the name of a Planet Tasking order, you need to send a PUT request to the Tasking API with the new name. Only orders in the states PENDING, REQUESTED, or IN PROGRESS can be edited.
Here is the documentation for editing a Tasking order.