GetTrackingTypesCommon
Updated on
Returns a list of all available tracking types.
Input
None
Output
<GetTrackingTypesCommonResponse xmlns="http://services.zanox.com/erp"> <trackingtypes> <trackingtype id="3" name="PPS" /> ... </trackingtypes> </GetTrackingTypesCommonResponse>
Element Description
<trackingtypes>
Object | Data type | Description |
---|---|---|
<trackingtypes> | Contains n elements <trackingtype> as children | |
<trackingtype> | ||
id | unsignedbyte | ID of the tracking type |
name | normalizedstring | Name of the tracking type |
Resource Information
Rate Limited? | No |
Requests per rate limit window | N/A |
Authentication | Requires Authentication |
Response Formats | xml |
Resource family | trackingtypes |
Response Object | trackingtype |
API Version | 3.0.1.1 |