/
How to hit cancel cron to cancel shipments manually

How to hit cancel cron to cancel shipments manually

There are two main steps:

  • Hit the cron with given CURL:

    curl --location 'https://building-blocks-crons-dot-esb-platform-prod.appspot.com/_ah/api/esb/v1/cancelShipmentInFlex?from=2024-09-19%2000%3A00%3A00&to=2024-09-21%2023%3A59%3A59'
  • After this you must have to delete the new entry if all goes in right way. Filter will be

    { jobType: "markShipmentCancel" } and sort by { updatedAt: -1 }

Related content