If users order imagery via Orders API and they have several subscriptions at Planet, it can make sense to specify which subscription ID a user would like to place an order for.
This can be done quite easily by doing the following:
"name": "order_name"
"subscription_id": 123456
"products": [
{
"item_ids:[
"please insert item ids here"
]
}
]
Further documentation may be found here:
https://developers.planet.com/docs/orders/reference/#operation/listOrders
Comments
Please sign in to leave a comment.