We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The merchant_id shipment option is required for shipping with the DHL eCommerce Solutions by Default carrier account (see in DHL eCommerce (Default) International Shipping Guide)
merchant_id
It looks like this option needs to be added here so that C# library users can use the DHL eCS default account: https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs
The text was updated successfully, but these errors were encountered:
Thanks for letting us know, we'll add it in.
In the meantime, you can use the AddAdditionalOption function to add an option key-value pair that may not be explicitly supported.
AddAdditionalOption
Sorry, something went wrong.
nwithan8
Successfully merging a pull request may close this issue.
Feature Request Is New
Description of the feature
The
merchant_id
shipment option is required for shipping with the DHL eCommerce Solutions by Default carrier account (see in DHL eCommerce (Default) International Shipping Guide)It looks like this option needs to be added here so that C# library users can use the DHL eCS default account: https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs
The text was updated successfully, but these errors were encountered: