ShipmentNotifier/README.md

8 lines
505 B
Markdown
Raw Permalink Normal View History

2024-07-11 23:58:38 +01:00
# ShipmentNotifier
Script that polls the Amazon SP-API for most recent shipments, if a shipment is found that has been created in the last 14 days, sends a Discord notification to a provided webhook.
2024-07-12 00:07:59 +01:00
- Acceptable time delta: < 14 days - accounts for SP-API delays and time for the shipment to transition to 'Shipped'
2024-07-12 00:07:59 +01:00
- Number of shipments to look for: 10
2024-07-12 19:51:55 +01:00
- Stores UID of shipments that a notification has previously been sent for to avoid sending duplicate notifications
- Runs every 10 minutes via cron