Skip to content

Commit

Permalink
inprogress updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
patelanil committed Sep 27, 2024
1 parent 2cc0a6f commit 0abe79f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions cs-fundamentals/by-arpit-bhayani.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ Network
* https://arpitbhayani.me/videos/can-you-send-payload-in-http-get

General
* https://arpitbhayani.me/blogs/architectures-in-distributed-systems
* https://drive.google.com/file/d/1qMOCSfTgyPKF6HFS1QFrek_A2pRMmwtK/view

6 changes: 5 additions & 1 deletion project-ideas/fulfillment-center-mgmt/rejectOrderItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Move the OrderItem from assigned fulfillment facility to brokering queue or reject orderItem queue or similar.

**NOTE:** As compared to legacy code:
* This serice is not responsible to adjust inventory levels, and log the rejection.
* This service is not responsible to adjust inventory levels, and log the rejection.
* Does create or update records in OrderItemShipGroupAssoc entity.
* An orderItem is part of one and only one OrderItemShipGroup.

Expand All @@ -13,6 +13,9 @@ Move the OrderItem from assigned fulfillment facility to brokering queue or reje
* `orderItemSeqId`
* `naFacilityId`

**OUT Parameters**
* List of cancelled Inventory reservations. This data can be used for recording inventory variance.


### Workflow

Expand All @@ -36,6 +39,7 @@ In case the OrderItem is for budle product. During the fulfillment process, PROD




### Key Points

* **Targeted Rejection:** The service focuses on rejecting only the specified order item within the given ship group(s).
Expand Down
4 changes: 4 additions & 0 deletions project-ideas/inventory-mgmt/cancelOrderItemShipGrpInvRes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# cancelOrderItemShipGrpInvRes
Cancel reservation of FINISHED_GOOD product inventory.

Do we createInventoryItemDetail and triggers update the InventoryItem data?

0 comments on commit 0abe79f

Please sign in to comment.