FEATURE REQUEST
I am working on a Drupal Commerce FedEx patch to provide freight quotes.
According to https://developer.fedex.com/api/en-us/catalog/rate/v1/docs.html
Note: The Rate API does not provide the rate quotes for FedEx freight services. To know about the rate quotes of FedEx freight service, visit the Freight LTL API docs page.
Freight LTL API is a separate endpoint /rate/v1/freight/rates/quotes with different parameters.
I think in order to support freight requests, FedExRest\Services\Rates maybe should become a wrapper with two sub services, Rates and FreightRates, and be expanded to accept params for both.
FEATURE REQUEST
I am working on a Drupal Commerce FedEx patch to provide freight quotes.
According to https://developer.fedex.com/api/en-us/catalog/rate/v1/docs.html
Freight LTL API is a separate endpoint /rate/v1/freight/rates/quotes with different parameters.
I think in order to support freight requests, FedExRest\Services\Rates maybe should become a wrapper with two sub services, Rates and FreightRates, and be expanded to accept params for both.