Trackings

Push trackings through Shiptify Public API

Requirements – API Key

For this section you will be requested for an .

Before you start using our REST API services, you will need to obtain your API key with your SHIPTIFY sales representative. Api-key is persistant and has no time limit.

Workflow

Summary of available actions

TP TypeActionEndpoint to use#ID Required

Necessary TP

Replan Pickup

/shipments/{id}/pickup/replan

#SH ID

Necessary TP

Confirm Pickup

/shipments/{id}/pickup/confirm

#SH ID

Necessary TP

Replan Delivery

/shipments/{id}/delivery/replan

#SH ID

Necessary TP

Confirm Delivery

/shipments/{id}/delivery/confirm

#SH ID

Complementary TP

Create New

/shipments/{id}/tracking-points

#SH ID

Complementary TP

Replan

/tracking-points/{id}/replan

#TP ID

Complementary TP

Confirm

/tracking-points/{id}/confirm

#TP ID

Complementary TP

Archive

/tracking-points/{id}/cancel

#TP ID

Complementary TP

Modify & Confirm

/tracking-points/{id}

#TP ID

Complementary TP

Modify Address

/tracking-points/{id}/location

#TP ID

Endpoints to use

Last updated