davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

missing shipping service code type: FedExGroundInternationalToCanada #104

Closed jlahijani closed 7 years ago

jlahijani commented 7 years ago

When creating a listing on eBay, "FedEx Ground International to Canada" is an available option (FedExGroundInternationalToCanada). It is not listed in the code however:

ebay-sdk-php\src\Trading\Enums\ShippingServiceCodeType.php

davidtsadler commented 7 years ago

The SDK is generated from the WSDL's that are provided by eBay. The same WSDL's that eBay use to generate the list of services in the documentation. The complete list of services is not available through the WSDL's because they can change overtime. You instead have to regularly call GeteBayDetails which will return all possible values.