---
title: "POST /v1/logistics/orders"
method: POST
path: "/v1/logistics/orders"
tags: ["Logistics"]
---

# POST /v1/logistics/orders

`POST /v1/logistics/orders`

SaveManuallyCreatedLogisticOrder creates a logistic order associated
 to a given process_id, and saves the label file in the database

## Request body

- LogisticsSaveManuallyCreatedLogisticOrderRequest
  - `label` string, bytes — The content of the label file, base64 encoded
  - `label_extension` string — The extension of the label file, just 3 letters Only "pdf", "png" and "jpg" are allowed
  - `order` LogisticsManualLogisticOrder
    - `carrier` string — Carrier within the provider that was used to generate the logistic order Example: DHL
    - `from` 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
    - `process_id` string — Id of the process that the logistic order is associated to
    - `provider` string — Provider that was used to generate the logistic order Example: OPS
    - `return_method` 'NO_RETURN_METHOD' | 'HOME_PICK_UP' | 'DROP_OFF_POINT' | 'DELIVERY_PICKUP' | 'IN_STORE', enum — Return method associated to the logistic order (PICKUP, DROP_OFF)
    - `to` 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
    - `tracking_id` string — Tracking ID that was generated for the logistic order
    - `tracking_url` string — Tracking URL that was generated for the logistic order

## Response `200`

OK

- LogisticsSaveLogisticOrderResponse
  - `order` ModelsLogisticOrder
    - `carrier` string
    - `currency_code` string
    - `id` string — Logistic Order ID
    - `price` integer
    - `provider` string
    - `shipments` ModelsShipment[]
      - `created_at` string, date-time
      - `delivery_date` string, date-time
      - `from` 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
      - `id` string
      - `is_without_label` boolean
      - `logistic_order_id` string
      - `packages` ModelsPackage[]
        - `id` string
        - `label` string
        - `shipment_id` string
        - `weight_in_grams` integer
      - `process_id` string
      - `shipment_type` 'NO_RETURN_METHOD' | 'HOME_PICK_UP' | 'DROP_OFF_POINT' | 'DELIVERY_PICKUP' | 'IN_STORE', enum
      - `status` string
      - `to` 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
      - `tracking_id` string
      - `tracking_url` string
      - `updated_at` string, date-time

---

[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/versions/290da8fa387e/schema)
