-
Notifications
You must be signed in to change notification settings - Fork 42
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
HotWax carrier integration API document #833
base: user-guides-pub
Are you sure you want to change the base?
Conversation
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.
Do we have a rate request API? Or only a label fetch API?
|
||
## Endpoint | ||
|
||
**URL**: `<insert_endpoint_here>` |
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.
Which URL is this supposed to be? Is this the endpoint of the carrier which is receiving this JSON? @AjinkyaM1
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.
Removed the endpoint from this document. Initially, I planned to include the carrier's endpoint, but since third parties can integrate with us, the endpoints may vary. Additionally, the endpoints can differ for each carrier.
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.
Also added the document with the rate and void label requests.
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.
How is it possible that there is no URL for the API? There must be some defined pattern.
documents/integrate-with-hotwax/api/carriers/hotwax-carrier-api.md
Outdated
Show resolved
Hide resolved
documents/integrate-with-hotwax/api/carriers/hotwax-carrier-api.md
Outdated
Show resolved
Hide resolved
Enhanced the document by adding the rate label and void label API structures.
Yes, we have both the rate request and the void request. I have documented them in the latest commit. |
This document outlines the integration process for carriers with the HotWax platform using the Carrier Integration API. It includes details on request and response formats, parameters for shipment details, and error handling