How can I specify a subscription ID when ordering via Orders API?

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

 

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.