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
Issue Report
I encountered an issue while using the getTracking function with test data. When I made the following call:
getTracking
getTracking({ Enseigne: 'BDTEST13', Expedition: '31236944', Langue: 'FR', });
I received the error message "Merchant account not activated." However, the call to create the label with the same test data is working correctly.
Enseigne: 'BDTEST13', Expedition: '31236944', Langue: 'FR'
Thank you for your attention to this matter, and I look forward to your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Report
Description
I encountered an issue while using the
getTracking
function with test data. When I made the following call:I received the error message "Merchant account not activated." However, the call to create the label with the same test data is working correctly.
Steps to Reproduce
getTracking
function with the following test data:Additional Information
getTracking
function.Enseigne: 'BDTEST13', Expedition: '31236944', Langue: 'FR'
) is accurate.Thank you for your attention to this matter, and I look forward to your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: