Create Branded Tracking Page Url
This API allows you to create a tracking page for a specific shipment. A unique URL will be generated for each tracking page.
Example Request:
POST /v-beta/tracking_page/
This API allows you to create a tracking page for a specific shipment. A unique URL will be generated for each tracking page.
POST /v-beta/tracking_page/
123456789101112131415161718192021222324
POST /v-beta/tracking_page HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__Content-Type: application/json{"tracking_pages" :[{"branded_tracking_theme_guid" : "fc16e39d-9722-4514-aff5-75e1f24c5bbd","tracking_number" : "012345678910","carrier_code" : "ups","service_code" : "ups_ground","to_city_locality" :"austin","to_state_province" : "tx","to_postal_code" : "78756","to_country_code" : "US","from_city_locality" :"denver","from_state_province" : "CO","from_postal_code" : "80014","from_country_code" : "US"}]}
123456789101112131415
{"tracking_pages": [{"carrier_code": "ups","tracking_number": "012345678910","branded_tracking_theme_guid": "fc16e39d-9722-4514-aff5-75e1f24c5bbd","token": "MYkORKpDv02x-LX3yv7bdQ","url": "http://track.shipengine.com/se/v1/MYkORKpDv02x-LX3yv7bdQ","service_code": "ups_ground"}],"page": 0,"pages": 0,"total": 1}