Last updated 5 months ago
/galaxy/tracking-points/{id}/location
Tracking point by point identifier.
Account identifier
Tracking point location
{"country":"string","city":"string","zipcode":"string","address_1":"string"}
curl -L \ --request PATCH \ --url 'https://api.shiptify.com/galaxy/tracking-points/{id}/location' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "country": "string", "city": "string", "zipcode": "string", "address_1": "string" }'
{ "successful": true, "id": 1 }