Update TP location by TP ID

Update location in tracking point by point identifier.

patch
Authorizations
Path parameters
idintegerRequired

Tracking point by point identifier.

Header parameters
X-Account-IDintegerOptional

Account identifier

Body
one ofOptional

Tracking point location

Example: {"country":"string","city":"string","zipcode":"string","address_1":"string"}
or
or
Responses
200
OK
application/json
patch
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"
}
{
  "successful": true,
  "id": 1
}

Last updated