An order is a completed purchase through an e-commerce widget (or a catalog/collection checkout). Orders are read-only in v1.Documentation Index
Fetch the complete documentation index at: https://docs.formitto.com/llms.txt
Use this file to discover all available pages before exploring further.
The order object
status is one of paid, shipped, refunded, or failed. Widget-mode
orders carry ecommerceWidgetId; cart/catalog orders carry collectionId.
Stripe identifiers and signed download tokens are never exposed.
List a widget’s orders
GET /v1/ecommerce-widgets/{id}/orders — scope read:orders. Paginated
(page, limit), newest first.
Get an order
GET /v1/orders/{id} — scope read:orders.