Last updated 8 months ago
Tracking point by point identifier.
Account identifier
Tracking point location
{"country":"string","city":"string","zipcode":"string","address_1":"string"}
PATCH /galaxy/tracking-points/{id}/location HTTP/1.1 Host: api.shiptify.com Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 76 { "country": "string", "city": "string", "zipcode": "string", "address_1": "string" }
OK
{ "successful": true, "id": 1 }