# Monitor Amazon FBA Package Tracking for E-commerce

**Use case:** 

Track the delivery progress of your Amazon FBA shipments and monitor inbound inventory flow. This ensures timely stock replenishment and helps prevent potential

## Input

```json
{
  "mode": "trackPackage",
  "trackingNumbers": [
    "TBA123456789000",
    "TBA987654321000"
  ],
  "carrier": "amazon",
  "query": "FedEx",
  "maxItems": 10
}
```

## Output

```json
{
  "trackingNumber": {
    "label": "Tracking number"
  },
  "carrier": {
    "label": "Carrier"
  },
  "status": {
    "label": "Status"
  },
  "lastEvent": {
    "label": "Last event"
  },
  "lastLocation": {
    "label": "Last location"
  },
  "estimatedDelivery": {
    "label": "Estimated delivery"
  }
}
```

## About this Actor

This example demonstrates how to use [17Track Package Tracking Scraper](https://apify.com/crawlerbros/seventeen-track-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/seventeen-track-scraper) to learn more, explore other use cases, and run it yourself.