get https://marketplace.walmartapis.com/v3/shipping/labels/carriers//trackings/
This API retrieves a label for a carrier and tracking number combination.
The response to a successful call contains the tracking number with the pdf or image type based on the media type passed in the Accept header.
For example, 'Accept'='application/json,application/pdf' will result in pdf media type and'Accept'='application/json,image/png' as image media type.