const response: Models.IAPIResponse = await post({
            body: this.compileOrder(),
            headers: { 'x-core-session-id': this.store.sessionId },
            json: true,
            uri: `${this.APIEndpoint}/api/v1/order/submit/`