| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

**Fields**  
- **carrierId**  
  - Type: string  
  - Required  
- **carrierTrackingId**  
  - Type: string  
  - Required  
- **carrierServiceMethodId**  
  - Type: string  
- **shipDateTime**  
  - Type: date-time  
- **tenantId**  
  - Type: string  
- **partnerShipmentId**  
  - Type: string  
- **fromCountryCode**  
  - Type: string  
- **fromPostalCode**  
  - Type: string  
- **toCountryCode**  
  - Type: string  
- **toPostalCode**  
  - Type: string  
- **X-DELEGATED-PARTNER-ID**  
  - Type: string

# API Response Codes

# ``200      Result

# ``400      Invalid inputs were provided.

# ``401      Not authorized via OAuth

# ``403      Not authenticated via OAuth

---

**Sample Request**  
```bash
curl --request POST \
     --url https://api.shipium.com/api/v1/tracking/register \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

**Response Examples**  
- `200`
- `400`
- `401`
- `403`
