Discussions
Is there any document corresponding to primary_status in checkpoints?
the webhook of shipment.tracking.checkpoints.created
I don’t know the status of each item in the corresponding checkpoints data.
like this json primary_status data is No documentation to explain
{"order_number":1,"handler":"DHL","message":"Your package is currently being scheduled to be picked up.","location":null,"city":null,"country_name":"United States","country_iso3":"USA","state":null,"postal_code":null,"checkpoint_time":"2019-04-23T22:19:34.909Z","primary_status":1}
I didn't find any corresponding documentation about primary_status corresponding status
{"event_type":"shipment.tracking.checkpoints.created","resource_type":"shipment","resource_id":"ESTEST00000","tracking_status":{"checkpoints":[{"order_number":1,"handler":"DHL","message":"Your package is currently being scheduled to be picked up.","location":null,"city":null,"country_name":"United States","country_iso3":"USA","state":null,"postal_code":null,"checkpoint_time":"2019-04-23T22:19:34.909Z","primary_status":1},{"order_number":104,"handler":"Dhl","message":"Processed at DALLAS - USA","location":"DALLAS, TX - USA","city":"DALLAS, TX","country_name":"United States","country_iso3":"USA","state":null,"postal_code":null,"checkpoint_time":"2019-04-23T22:19:34.909Z","primary_status":12},{"order_number":112,"handler":"Dhl","message":"Delievered","location":"TERREBONNE","city":"TERREBONNE","country_name":null,"country_iso3":null,"state":null,"postal_code":null,"checkpoint_time":"2019-04-23T22:19:34.909Z","primary_status":15}],"company_order_number":"#100001","destination":"CA","easyship_shipment_id":"ESTEST00000","origin":"US","platform_order_number":"#100001","status":"Delivered","tracking_number":"12345","tracking_page_url":"https://www.trackmyshipment.co/shipment-tracking/ESTEST00000"}}