# Get package location Returns the list of valid package location enum values. These values indicate where the packages will be placed at the pickup address for the USPS carrier to retrieve during the scheduled pickup. Endpoint: GET /api/shipment/pickup/package/location/list Version: v2 Security: BearerAuth ## Response 200 fields (application/json): - `code` (string) Example: "ok" - `msg` (string) Example: "ok" - `data` (array) Enum: "front_door", "back_door", "side_door", "knock_on_door_ring_bell", "mail_room", "office", "reception", "in_at_mail_box", "other"