---
title: "GET /v1/processes/{process_id}/logistics"
method: GET
path: "/v1/processes/{process_id}/logistics"
tags: ["Logistics"]
---

# GET /v1/processes/{process_id}/logistics

`GET /v1/processes/{process_id}/logistics`

Get the reverse delivery information of a Return Process

## Path parameters

- `process_id` string, required

## Response `200`

OK

- PbGetLogisticsSummaryResponse
  - `logistics_summary` PbLogisticsSummary
    - `carrier` string
    - `pickup_address` ModelsAddress — Address @Description generic address used in many scenarios @name api.Address
      - `address_line_1` string
      - `address_line_2` string
      - `city` string
      - `company` string
      - `country` string
      - `country_code` string
      - `email` string
      - `first_name` string
      - `last_name` string
      - `phone` string
      - `postcode` string
      - `rever_id` string — Unique ID in the rever platform
      - `state_province` string
      - `state_province_code` string
    - `pickup_reference` string — Carrier reference of the latest scheduled pickup (e.g. UPS Pickup Reference Number); empty if none.
    - `pickups_scheduled` string
    - `return_method` 'RETURN_METHOD_UNSPECIFIED' | 'RETURN_METHOD_NO_RETURN_METHOD' | 'RETURN_METHOD_PICK_UP' | 'RETURN_METHOD_DROP_OFF' | 'RETURN_METHOD_DELIVERY_PICKUP' | 'RETURN_METHOD_IN_STORE', enum
    - `status` 'STATUS_UNSPECIFIED' | 'STATUS_NO_SHIPPING_STATUS' | 'STATUS_CREATED' | 'STATUS_COLLECTED' | 'STATUS_IN_WAREHOUSE' | 'STATUS_CANCELED', enum
    - `tracking_id` string
    - `tracking_url` string
    - `warehouse` PbLogisticsSummaryWarehouse
      - `address_line1` string — Address line 1
      - `address_line2` string — Address line 2
      - `city` string — City
      - `company` string — Company name
      - `country` string — Country
      - `country_code` string — Country code (ISO 3166-1 alpha-2)
      - `email` string — Contact email
      - `first_name` string — Contact first name
      - `id` string — Warehouse ID in the REVER platform
      - `last_name` string — Contact last name
      - `phone` string — Contact phone
      - `postcode` string — Postcode
      - `state_province` string — State or province
      - `state_province_code` string — State or province code

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/revisions/8506f9062fca/schema)
