includeMetafields is true.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists orders visible to the signed-in Portal user.
includeMetafields is true.
const page = await listOrders({ status: "completed", limit: 20 });
const listOrders: (input: ListOrdersInput) => Promise<PortalPage<PortalOrderSummary>>