Skip to content

OrderResult Object

Harrison Steyn edited this page Jul 11, 2022 · 5 revisions

Description

This page details the OrderResult Object. It is returned when ordering a scene or listing all past orders. It is a dataclass with no methods, only members.

Members

Name Type Description
id str ID to uniquely identify the order
created_at datetime Datetime the order was created at
updated_at datetime Datetime of the last update to the order
supplier str Supplier providing the imagery
ordering_id str ID used to order the imagery
scene_id str Suppliers scene ID to identify the order
status str Current status of the order
total str Total price of the order in US cents
type int Order type designation
expiration str Timestamp for order expiration
Clone this wiki locally