Fulfillments::Location
Fetch Location
Fetch Location
get/fulfillments/locations/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 2,
"public_id": "jEvMrK",
"workspace_id": 42000,
"name": "Example Location",
"address_name": "Example Address",
"email_address": "myemail1754939677@example.com",
"phone_number": "(123)-555-4567",
"sort_order": 1,
"archived": false,
"external_app": true,
"created_at": null,
"updated_at": null,
"address": {
"address_one": "3443 W. Bavaria St.",
"address_two": "Suite 100",
"city": "Eagle",
"region": "Idaho",
"country": "US",
"postal_code": "83616"
}
}