includeMetafields is true.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets one order visible to the signed-in Portal user.
includeMetafields is true.
const order = await getOrder({ token: page.items[0].token });
const getOrder: (input: GetOrderInput) => Promise<PortalOrder>