Tracker - more details #825
Unanswered
jcolinger3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding that the tracker is working for retrieving some basic info. But, I'd also like to get more details. Namely who signed for the package.
Using Postman, this is the body
{

"carrier_name": "ups",
"tracking_number": "tracking_number",
"info": {
"carrier_tracking_link": "string",
"signed_by": "string"
}
}
The Tracker gets added and , but there isn't any info for the link or signed_by.
I've also connected directly to the db to view the json in there as well.
What am I doing wrong? Did I miss something to be able to retrieve this info?
Beta Was this translation helpful? Give feedback.
All reactions