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

Add COD amount helper #862

Open
dt2patel opened this issue Nov 26, 2024 · 3 comments
Open

Add COD amount helper #862

dt2patel opened this issue Nov 26, 2024 · 3 comments
Assignees

Comments

@dt2patel
Copy link
Contributor

What is the motivation for adding/enhancing this feature?

Add COD amount helper section so staff know easily how much COD to expect on their shipping label.

https://docs.google.com/document/d/1Z5VeHa66jqRUpWq-HjuEbn8mXkcZghSlMSDiyNQDskU/edit?tab=t.0#heading=h.t2o8w1t8effo

@dt2patel dt2patel moved this from 📋 Backlog to 🏗 In progress in Digital Experience Platform Nov 26, 2024
@dt2patel dt2patel moved this from 🏗 In progress to 📅 Planned in Digital Experience Platform Nov 26, 2024
@ymaheshwari1
Copy link
Contributor

ymaheshwari1 commented Dec 17, 2024

API endpoint details that can be used here:

endpoint: /api/service/getCODOrderRemainingTotal
Request payload:

{
    "orderId": "10110"
}

Response:

{
    "total": 5.00
}

Constraint: If Order does not have COD payment preference then it returns 0.

For more details: 86cwmx2rw

@ymaheshwari1 ymaheshwari1 moved this from 📅 Planned to 🏗 In progress in Digital Experience Platform Dec 24, 2024
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 6, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 7, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 9, 2025
ymaheshwari1 added a commit to ymaheshwari1/fulfillment that referenced this issue Jan 9, 2025
ymaheshwari1 added a commit that referenced this issue Jan 9, 2025
Implemented: support to display the remaining amount to be collected on the order based on COD payment and the related adjustments(#862)
@ymaheshwari1 ymaheshwari1 moved this from 🏗 In progress to 👀 In review in Digital Experience Platform Jan 9, 2025
@ymaheshwari1 ymaheshwari1 moved this from 👀 In review to ⏸️ Dev complete in Digital Experience Platform Jan 9, 2025
@dt2patel
Copy link
Contributor Author

@AjinkyaM1 can you identify which OMS version is compatible with this feature? Add the relevant version number to this ticket for tracking

@AjinkyaM1
Copy link
Contributor

The backend changes have been pushed into the releases from version 5.18.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ⏸️ Dev complete
Development

No branches or pull requests

4 participants