Shipping::LocationGroup
Fetch Location Group
Retrieve a location group for a profile
get/shipping/location_groups/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "UsrOxZ",
"profile_id": 1,
"name": "Example Location Group",
"fulfillments_location_ids": [],
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}