Closed sandeepshahi closed 9 months ago
@AbinayaM,
For Flow 4, pls follow cancel flow as mentioned in the contract v1.2
@bluecypher Can you explain this issue : "quantity/maximum/count should be either 99 (no cap) or any +ve value (if cap per order)"
quantity.maximum.count depicts the maximum quantity of an item, a buyer can order in a cart.
@AbinayaM
**"/on_cancel
as per phase 1: quantity/count should not be 0 in /items; only the corresponding fulfillment should be cancelled and quote is updated"**
@bluecypher the count should be 0 for cancellation of full order. Quoting the contract here -
"items": [ { "id":"I1", "fulfillment_id":"F1", "quantity": { "count":0 } },
You have also mentioned that fulfillment should be cancelled. It is not mandatory to cancel the fulfillment. Only in case of multi fulfillment order, we can cancel the fulfillment otherwise it will always be a full order cancel. Please clarify if we are missing something here.
@AbinayaM,
For Flow 4, pls follow cancel flow as mentioned in the contract v1.2
Could you be specific on the issue? unable to get your point.
Error 1 : placeholder images of items should not be sent; SNP should avoid sending images if not available Explanation : All the item url are valid. Can you specify which are the placeholder image
Error 2 : /on_select (OOS) : quote price and quote breakup must be updated in OOS scenario; quantity and available count must be set as "3" (which is the available inventory count) Explanation : The given available count is 3. Then, what is the issue here?
@bluecypher
@bluecypher Can you please respond on our queries.
Resubmitted the v1.2.0 retail logs. Fixed all the above listed issues. And also validated with log validation utility. @bluecypher Please verify this pr
/on_search (full catalog):
/on_search (incremental):
/on_select:
/on_init:
/on_status:
/on_track:
Also: a. plans to support variants? b. when do you plan to enable flow 6 (a, b for grocery);
@AbinayaM - if you need a call to discuss the above, we can connect
Flow 4 /on_cancel: payload is invalid; new cancellation fulfillment should be created (with quote trail) & items assigned to it as doc here; this is similar to what has been done for RTO (with exceptions noted below);
We have done as per phase 1 contract. The quote_trail for forward fulfillment is required only if fulfillment is cancelled. In our case we are cancelling the order not the fulfillment. @BLR-0118
@AbinayaM - request you to fix flow 4 /on_cancel as requested as everyone else has been asked to do the same;
@BLR-0118 Fixed all the mentioned issues. And done all the above listed phase 2 change. Kindly verify this pr
@AbinayaMaran:
- request to send provider_tax_number (for the buyer NP to verify if seller NP is MSN or ISN);
Do we need to send tax number of individual seller or Gofrugal's tax number?
PAN no of provider i.e. individual seller
@AbinayaMaran:
- flow 3 issue is blocker, pls fix & share the log for /on_select (out of stock) for me to clear logs for RET10;
- pls also fix the other issues & make a note here when done;
@BLR-0118 Fixed the blocker issue of on_select out of stock error message. And submitted log of with and without stock of select and on_select calls of Flow 3. Please check pr
And we are working on the search issue.
@AbinayaMaran - pls make sure the other issues are fixed before you deploy in Prod
logs cleared for v1.2.0 (RET10)
@AbinayaMaran - pls make sure the other issues are fixed before you deploy in Prod
Sure. We will update the remaining logs after the fix.
@AbinayaMaran - pls make sure the other issues are fixed before you deploy in Prod
@BLR-0118 We have fixed all the above mentioned issues. Please verify the pr. We are working on the on_search weight issue. Will update it soon.
@BLR-0118 As we discussed I have completed v1.2 phase 1 changes of partial cancel and submitted log for Flow 6 pr
@AbinayaMaran - only problem in /on_update is that order isn't shipped but pickup time & delivery time is showing & this is incorrect;
@AbinayaMaran - only problem in /on_update is that order isn't shipped but pickup time & delivery time is showing & this is incorrect;
@BLR-0118 We will check and correct it.
@BLR-0118 We have removed pick up time and delivery time in on_update. Kindly check the pr
@AbinayaMaran - log for flow 6 (partial cancel) ok;
@BLR-0118 We have fixed all search issues. Kindly check it.pr
@AbinayaMaran
@BLR-0118 Can you please explain the second point?
/on_search
Flow 2
/on_select
/on_confirm
/on_status
/on_track
Flow 3
/on_select (OOS)
Flow 4
/on_cancel
Flow 5
/on_cancel (RTO)
/on_status (RTO-delivered)
@AbinayaM