When ordering imagery via Orders API with several subscriptions at Planet, it can make sense to specify which subscription ID you 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"
]
}
]
Comments
Please sign in to leave a comment.