/
RETURN/REFUND FLOW V2
RETURN/REFUND FLOW V2
- POST return order with single item.
- check weather requested item exist in requested order.
- if isReplacemnet =0;
- prepare data to save inside the return_shipment table and update order_items with created return_shipment_id.
- prepare data to push on a pubsub topic to assign courier.(PHP service)
- return response.
- from step 5. when courier is assigned. A event is generated with name : return_created.
- On return_created event,i will trigger the POST api of (JAVA to calculate refund).
- DATA received at api.
- check isRepacement = 0;
- calculate refund amount and save in return_shipment table.
- PUSH data on Topic .
- subscribe data on refundOrder api.
- save data in refunds table and in refund_logs table with refund_created event.
, multiple selections available,
Related content
RETURN V2 Work Flow
RETURN V2 Work Flow
More like this
Create return API New Flow
Create return API New Flow
More like this
Shopify Refund API - Events Based: This flow is not functional~
Shopify Refund API - Events Based: This flow is not functional~
More like this
RETURN REQUESTED FLOW - Return created and set for approval on customer portal
RETURN REQUESTED FLOW - Return created and set for approval on customer portal
More like this