You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the USPS API can handle up to 35 tracking IDs per request, i'm wondering if there's a good way to pass a list with your existing package, or if it would be possible to add this feature.
I tried to generate the URL string using variations of the code below, but I lost the detailed dictionary that your single query code provides.
Thanks for an awesome package!
Since the USPS API can handle up to 35 tracking IDs per request, i'm wondering if there's a good way to pass a list with your existing package, or if it would be possible to add this feature.
I tried to generate the URL string using variations of the code below, but I lost the detailed dictionary that your single query code provides.
{'EventTime': '
'EventDate':
'Event':
'EventCity':
'EventState':
'EventZIPCode':
'EventCountry':
'FirmName':
'Name':
'AuthorizedAgent':
'DeliveryAttributeCode': },
-----------------------------------what I tried --------------------------------------------------
def USPSRequest(trackingNumbers,userID):
I'm fairly new to APIs & XML so I'm sure there's a much more elegant way to do this.
Thanks again, and have a great night!
The text was updated successfully, but these errors were encountered: