TrackingMore · Example Payload

Create Tracking Request

LogisticsShippingTrackingParcelsWebhooksEcommerce

Create Tracking Request is an example object payload from TrackingMore, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tracking_numbercourier_codetitlecustomer_namecustomer_emailorder_idorder_id_urlnotelanguagedestination_countryorigin_country

Example Payload

Raw ↑
{
  "tracking_number": "9400111899223397576146",
  "courier_code": "usps",
  "title": "Order #12345",
  "customer_name": "Jane Smith",
  "customer_email": "jane.smith@example.com",
  "order_id": "12345",
  "order_id_url": "https://mystore.com/orders/12345",
  "note": "Priority customer",
  "language": "en",
  "destination_country": "US",
  "origin_country": "CN"
}