OEXPRESS API DOCUMENTATION
    OEXPRESS API DOCUMENTATION
    • Introduction
    • Webhoook - Tracking
    • Webhook - Ticket Message
    • Tickets
      • Get Ticket & Details
        GET
      • Update Ticket Messages
        POST
      • Create/Update Ticket
        POST
      • Update Status Ticket
        PUT
      • Get Group Status Ticket
        GET
    • Wallets
      • Get Balance
        GET
    • Auth
      • Me
        GET
    • List Couriers
      GET
    • Get Subdistrict
      GET
    • Get Shipping Cost
      GET
    • Get Shipping Cost All
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Retry Order
      POST
    • [Sandbox Only] Update Status
      POST
    • Track Order
      GET
    • Get Shipping Label
      GET
    • Logistic RTS
      GET
    • List Shipment
      GET
    • Detail Shipment
      GET

      Get Shipping Label

      GET
      /open/1.0/shipment/shipping-label/{{tracking_number}}
      Last modified:2025-03-17 08:37:51
      The "Get_Shipping_Label" is an Open API that allows users to retrieve the shipping label for orders that have already been created. By integrating this API, users can easily obtain the label in real-time, ensuring seamless shipment handling and improving overall operational efficiency.

      Response Message#

      Response NameDescription
      200Success
      401API Key is Required
      401API Key is Invalid
      404Data Not Found

      Request

      Header Params
      X-API-KEY
      string 
      required
      Example:
      {{ ApiKey}}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request GET '/open/1.0/shipment/shipping-label/{{tracking_number}}' \
      --header 'X-API-KEY: {{ ApiKey}}'

      Responses

      🟢200OK
      application/json
      Body
      data
      string 
      required
      message
      string 
      required
      error_code
      integer 
      required
      Examples
      {
        "data": {
          "order_id": 1137150,
          "tracking_number": "OEX1137150",
          "cod_amount": 50000,
          "dimension": {
            "width": 1,
            "length": 1,
            "height": 1
          },
          "shipping": {
            "logo": "https://cdn.oexpress.id/images/assets/oexpress-log-new.png",
            "service": "SERBU",
            "shipping_cost": 1111,
            "receipt_number": "OEX00001792327",
            "origin_branch_code": "BKI",
            "transit_branch_code": "BDO",
            "destination_branch_code": "BDO",
            "estimation_day": 2,
            "is_fragile": false,
            "fragile_logo": null
          },
          "receiver": {
            "name": "test",
            "phone": "+62899999999",
            "address": "jl test 123",
            "zip": 40131,
            "province": "Jawa Barat",
            "city": "Kota Bandung",
            "subdistrict": "Coblong"
          },
          "sender": {
            "name": "test karangbahagia",
            "phone": "+62899898989",
            "address": "Jl test alamat",
            "zip": 17530,
            "province": "Jawa Barat",
            "city": "Kab. Bekasi",
            "subdistrict": "Karangbahagia"
          },
          "product": [
            {
              "name": "jam",
              "quantity": 1
            }
          ],
          "insurance": 0,
          "pickup_date": "2024-08-22T10:16:00.000000Z",
          "total_weight": 1
        },
        "message": "",
        "error_code": 0
      }
      Previous
      Track Order
      Next
      Logistic RTS
      Built with