v1.014
about 6 hours ago
v1.014
Adds updated_at to the Order Detail Output, exposing the timestamp of the last status or data change for an order. This field is available on the single-order endpoint, the order list endpoint, and order-related webhook payloads.
🚀 New Endpoints
None
🛠 Schema & Property Updates
- Order Detail Output — added
updated_at(string|null, ISO 8601 datetime) indicating when the order was last updated. The field is always present in the response but may benullfor historical orders that predate update tracking. Exposed across all surfaces that return this schema:GET /v1/integrations/orders(single order fetch)GET /v1/integrations/orders-list(order list)