import BlueHive from '@bluehive/sdk';const client = new BlueHive({ apiKey: 'My API Key',});const order = await client.orders.retrieve('orderId');console.log(order.orderId);
import BlueHive from '@bluehive/sdk';const client = new BlueHive({ apiKey: 'My API Key',});const order = await client.orders.retrieve('orderId');console.log(order.orderId);