-
Notifications
You must be signed in to change notification settings - Fork 44
Feat/shiptheory #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/** | ||
* @typedef {Object} OrderDeskItem | ||
* | ||
* @property {string} id Order Desk's Internal ID # for the order item read-only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndvo As discussed, this isn't 100% tidied, but you're still working on it.
| `FOXY_SHIPTHEORY_EMAIL` | The email used to log in to ShipTheory.| | ||
| `FOXY_SHIPTHEORY_PASSWORD` | The password used to log in to ShipTheory.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow. This is surprising, but apparently the only way to authenticate: https://shiptheory.com/developer/#authentication
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a little tidying, which is in progress in another branch.
New feature: