As a satellite provider, you may wish to created tiered pricing depending on the urgency of the tasking order. These different tasking priorities allow you to define different delivery SLAs, for users.
For example:
Emergency Tasking: Collection in <12h - $20/km2
High Priority Tasking: Collection <2 days - $12/km2
Standard Priority Tasking: Collection <4 days - $8/km2
These different tasking priorities can be created as custom Product Definitions, which are defined through the `Create Product Definitions` API Endpoint. Using the Emergency Tasking example above, this can be created through the following steps:
1. Create the Custom Product Definition:
2. Create the associated pricing for the custom product through the `Create Price Policy` API Endpoint:
Once both the Product Definition and Price Policy have been created, the priority can then be selected when creating new tasking orders:
Screenshot of front end, showing Taskings Priorities on order creation:
Screenshot of front end, showing Tasking Priority on order delivery:
Screenshot of API, showing the tasking priority being defined during order creation, through the inclusion of the appropriate product definition (the product_definition_id is tied to a tasking priority):
Comments
0 comments
Article is closed for comments.