v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
Shipping::LocationGroup

Fetch Location Group

Retrieve a location group for a profile

get/shipping/location_groups/{id}

Path parameters

idstring required

Response

OK

idinteger

Location group ID

public_idstring nullable

Location group public ID

profile_idinteger

Profile ID

namestring

Name

{"stackTrail":"components:schemas:ShippingLocationGroupAttributes:properties:fulfillments_location_ids","oasType":"schema","type":"unknown","description":"Fulfillments Locations"}
created_atstring date-time nullable

Added

updated_atstring date-time nullable

Updated

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"
}