Update Consignment Details At Order Items Table
How will this work ?
A cron will be trigger in every 5 mins at cloud scheduler (GCP) with httpMethodType as POST and path as v1/consigment_document_number/Update
Cron will fetch the lastest record of 5 using order_items.updatedAt. Query is mentioned below:
SELECT inventoryItemCode FROM order_items WHERE updated_at IN (updated_at)
After fetching the required result we will send the data with a batch size of 200 to an API with httpMethodType as GET and path as https://building-blocks-dot-esb-platform-prod.appspot.com/_ah/api/esb/v1/grn/record
Once we receive the response from the above API we will fetch Consignment Number and Document Number from the response and will save it at order_items table
, multiple selections available,
Related content
Re - sync orders items on Algolia.
Re - sync orders items on Algolia.
Read with this
Order Item RTS Tag Cron Logic
Order Item RTS Tag Cron Logic
More like this
Shipment status update Cron on shopify
Shipment status update Cron on shopify
More like this
Cron implementation for RTS Delayed Reason
Cron implementation for RTS Delayed Reason
Read with this
Unfulfillable Sideline Implementation
Unfulfillable Sideline Implementation
Read with this