Planet users that want to order via API can find the documentation on Basic Ordering here: https://developers.planet.com/docs/orders/ordering/
The documentation goes over how to place an order including one type of asset. It is also possible to order products and order two or more assets of the same products in one order. It is not necessary to split it up in several orders.
To order several types of assets in one order, just go ahead and loop the basic order in the following way:
{
"name":"order_two_assets",
"products":[
{
"item_ids":[
"20210417_152556_1003",
"20210417_152555_1003",
"20210417_152554_1003"
],
"item_type":"PSScene4Band",
"product_bundle":"analytic"
},
{
"item_ids":[
"20210417_152556_1003",
"20210417_152555_1003",
"20210417_152554_1003"
],
"item_type":"PSScene4Band",
"product_bundle":"analytic_sr"
}
]
}
Comments
Please sign in to leave a comment.