Skip to content
New issue

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

[BUG] API Shippingmethod endpoint method name #395

Open
downforce80 opened this issue Oct 1, 2024 · 0 comments
Open

[BUG] API Shippingmethod endpoint method name #395

downforce80 opened this issue Oct 1, 2024 · 0 comments

Comments

@downforce80
Copy link

We are currently integrating a connector between Magento and our CRM/ERP system. We have encountered an issue with the shipping method names not matching.

When we query the endpoint rest/V1/shippingmethod, it returns the shipping method name as "tig_postnl_tig_postnl".
However, in the Order details, the shipping method name appears as "tig_postnl_regular".

Steps to Reproduce:
To Reproduce
Query the rest/V1/shippingmethod endpoint.
Compare the result with the shipping method name listed in the Order details or query rest/V1/orders/{orderId}

Expected result
The rest/V1/shippingmethod endpoint should return "tig_postnl_regular" as it appears in the Order details.|

Actual result
The endpoint returns "tig_postnl_tig_postnl", leading to a mismatch that causes our integration process to fail.

Screenshots
If applicable, add screenshots to help explain your problem.

** Please complete the following information**

  • Magento version: 2.4.4-p9
  • PHP version: PHP 8.1.29
  • TIG PostNL version: 1.15.2
@downforce80 downforce80 changed the title [BUG] Please summarize your bug issue here [BUG] API Shippingmethod endpoint method name Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant