Friday 8 November 2013

Magento- Fedex shipping methods service codes.

There is no proper documentation available for FedEx web services API. I wanted to know the different service codes for shipping. Took a long search, but its is not available even in Fedex website which has examples only with priority shipping methods. So i went on a deep search and found this.

These are the list of FedEx web services API service code values for different shipping methods.

'INTERNATIONAL_PRIORITY'
'EUROPE_FIRST_INTERNATIONAL_PRIORITY'
'INTERNATIONAL_ECONOMY'
'STANDARD_OVERNIGHT'
'FIRST_OVERNIGHT'
'PRIORITY_OVERNIGHT'
'FEDEX_2_DAY'
'FEDEX_GROUND'
        
'GROUND_HOME_DELIVERY'
'INTERNATIONAL_GROUND'
'FEDEX_EXPRESS_SAVER'
'FEDEX_FREIGHT'
    
'FEDEX_NATIONAL_FREIGHT'
'FEDEX_1_DAY_FREIGHT'
'FEDEX_2_DAY_FREIGHT'
'FEDEX_3_DAY_FREIGHT'
'INTERNATIONAL_ECONOMY_FREIGHT'
'INTERNATIONAL_PRIORITY_FREIGHT'
 'SMART_POST'