LegacyProcessOrderOutput
Output type for the result of processing an order.
Fields
The unique identifier of the processed order.
The resources associated with the processed order.
The status of the order processing.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"identifier": "44624025",
"resources": [LegacyOrderResource],
"status": "PENDING"
}