/
Update Consignment Details At Order Items Table

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)

 

Add label

Related content