Order represents an Artelo order placed either through an API integration or manually through the Artelo application.Creating test orders: When integrating with the Artelo API, you can create test orders by setting isTestOrder to true on the /orders/create endpoint. Test orders are created with status Ignored, will not be sent to production, and will not be billed or shipped. Use this to verify your integration end-to-end without incurring charges.