> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ngapainrepot.space/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ngapainrepot.space/_mcp/server.

# Get Seller Transaction Detail By ID

GET {{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b

Get Seller Transaction Detail By ID

Reference: https://docs.ngapainrepot.space/toco/warehouses/get-seller-transaction-detail-by-id

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: toco
  version: 1.0.0
paths:
  /transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b:
    get:
      operationId: get-seller-transaction-detail-by-id
      summary: Get Seller Transaction Detail By ID
      description: Get Seller Transaction Detail By ID
      tags:
        - subpackage_warehouses
      parameters:
        - name: search
          in: query
          required: false
          schema:
            type: string
        - name: start_date
          in: query
          required: false
          schema:
            type: string
        - name: end_date
          in: query
          required: false
          schema:
            type: string
        - name: sort
          in: query
          required: false
          schema:
            type: string
        - name: list_warehouse_id
          in: query
          required: false
          schema:
            type: string
        - name: warehouseIds
          in: query
          required: false
          schema:
            type: string
        - name: list_logistic_code
          in: query
          required: false
          schema:
            type: string
        - name: platform
          in: query
          required: false
          schema:
            type: string
        - name: buyer_id
          in: query
          required: false
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: 200 - OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Warehouses_getSellerTransactionDetailById_Response_200
servers:
  - url: '{{base_url}}'
    description: '{{base_url}}'
components:
  schemas:
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataBuyer:
      type: object
      properties:
        display_name:
          type: string
        id:
          type: string
        profile_picture:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataBuyer
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingDepartment:
      type: object
      properties:
        id:
          type: string
        name_en:
          type: string
        name_id:
          type: string
        slug:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingDepartment
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListing:
      type: object
      properties:
        add_to_cart:
          type: boolean
        archived:
          type: boolean
        auction_id:
          oneOf:
            - description: Any type
            - type: 'null'
        deleted:
          type: boolean
        department:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingDepartment
        has_variant:
          type: boolean
        height:
          oneOf:
            - description: Any type
            - type: 'null'
        id:
          type: string
        insurance:
          type: boolean
        is_preorder:
          type: boolean
        lat:
          type: number
          format: double
        length:
          oneOf:
            - description: Any type
            - type: 'null'
        lng:
          type: number
          format: double
        photos:
          type: array
          items:
            type: string
        preorder_period:
          oneOf:
            - description: Any type
            - type: 'null'
        price:
          type: number
          format: double
        price_special:
          oneOf:
            - description: Any type
            - type: 'null'
        sku:
          type: string
        slug:
          type: string
        stock:
          type: number
          format: double
        store:
          type: string
        store_courier_enabled:
          type: boolean
        thumbnails:
          type: array
          items:
            type: string
        title:
          type: string
        weight:
          type: number
          format: double
        width:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListing
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingVariant:
      type: object
      properties:
        active:
          type: boolean
        add_to_cart:
          type: boolean
        default:
          type: boolean
        first_variant_type:
          type: string
        first_variant_value:
          type: string
        id:
          type: string
        listing_admin_id:
          oneOf:
            - description: Any type
            - type: 'null'
        listing_draft_id:
          oneOf:
            - description: Any type
            - type: 'null'
        listing_id:
          type: string
        listing_temporary_id:
          oneOf:
            - description: Any type
            - type: 'null'
        photos:
          type: array
          items:
            description: Any type
        price:
          type: number
          format: double
        price_special:
          oneOf:
            - description: Any type
            - type: 'null'
        second_variant_type:
          oneOf:
            - description: Any type
            - type: 'null'
        second_variant_value:
          oneOf:
            - description: Any type
            - type: 'null'
        sku:
          oneOf:
            - description: Any type
            - type: 'null'
        stock:
          type: number
          format: double
        thumbnails:
          type: array
          items:
            description: Any type
        weight:
          type: number
          format: double
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingVariant
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsStore:
      type: object
      properties:
        id:
          type: string
        toco_city:
          type: string
        toco_name:
          type: string
        toco_short_name:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsStore
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItems:
      type: object
      properties:
        channel:
          oneOf:
            - description: Any type
            - type: 'null'
        id:
          type: string
        listing:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListing
        listing_id:
          type: string
        listing_variant:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsListingVariant
        listing_variant_id:
          type: string
        listing_warehouse:
          oneOf:
            - description: Any type
            - type: 'null'
        listing_warehouse_id:
          oneOf:
            - description: Any type
            - type: 'null'
        quantity:
          type: number
          format: double
        store:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItemsStore
        store_id:
          type: string
        user_id:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItems
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataPromos:
      type: object
      properties:
        title:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataPromos
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShippingLogisticService:
      type: object
      properties:
        code:
          type: string
        courier_cod:
          type: boolean
        courier_drop:
          type: boolean
        courier_pickup:
          type: boolean
        id:
          type: string
        logo:
          type: string
        name:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShippingLogisticService
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShipping:
      type: object
      properties:
        actual_shipping_cost:
          oneOf:
            - description: Any type
            - type: 'null'
        actual_weight:
          oneOf:
            - description: Any type
            - type: 'null'
        awb:
          oneOf:
            - description: Any type
            - type: 'null'
        created_at:
          type: string
        created_by:
          oneOf:
            - description: Any type
            - type: 'null'
        delivered:
          type: boolean
        destination_address:
          type: string
        destination_address_id:
          type: string
        destination_address_label:
          type: string
        destination_address_note:
          type: string
        destination_city:
          type: string
        destination_city_name:
          type: string
        destination_district:
          type: string
        destination_district_name:
          type: string
        destination_lat:
          type: number
          format: double
        destination_lng:
          type: number
          format: double
        destination_phone_number:
          type: string
        destination_postal_code:
          type: number
          format: double
        destination_province:
          type: string
        destination_province_name:
          type: string
        destination_receiver_name:
          type: string
        destination_receiver_title:
          oneOf:
            - description: Any type
            - type: 'null'
        destination_village_name:
          type: string
        estimated_delivery:
          type: string
        estimated_pickup:
          oneOf:
            - description: Any type
            - type: 'null'
        history:
          type: array
          items:
            description: Any type
        id:
          type: string
        insurance:
          type: boolean
        insurance_amount:
          type: number
          format: double
        insurance_amount_tax:
          type: number
          format: double
        logistic_id:
          type: string
        logistic_service:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShippingLogisticService
        order_id:
          type: string
        origin_address:
          type: string
        origin_address_id:
          oneOf:
            - description: Any type
            - type: 'null'
        origin_address_note:
          type: string
        origin_city:
          type: string
        origin_city_name:
          type: string
        origin_district:
          type: string
        origin_district_name:
          type: string
        origin_lat:
          type: number
          format: double
        origin_lng:
          type: number
          format: double
        origin_phone_number:
          type: string
        origin_postal_code:
          type: number
          format: double
        origin_province:
          type: string
        origin_province_name:
          type: string
        origin_sender_name:
          type: string
        origin_village_name:
          type: string
        partner_booking_id:
          oneOf:
            - description: Any type
            - type: 'null'
        partner_reference_id:
          oneOf:
            - description: Any type
            - type: 'null'
        product_code:
          type: string
        proof_of_delivery:
          oneOf:
            - description: Any type
            - type: 'null'
        proof_of_returned:
          oneOf:
            - description: Any type
            - type: 'null'
        proof_of_send:
          oneOf:
            - description: Any type
            - type: 'null'
        provider:
          type: string
        provider_name:
          type: string
        rate:
          type: number
          format: double
        service_name:
          type: string
        shipping_cost:
          type: number
          format: double
        shipping_cost_tax:
          type: number
          format: double
        shipping_failed_notification_sent:
          type: boolean
        shipping_label_url:
          oneOf:
            - description: Any type
            - type: 'null'
        shipping_method:
          oneOf:
            - description: Any type
            - type: 'null'
        shipping_notification_sent:
          type: boolean
        tracking_url:
          oneOf:
            - description: Any type
            - type: 'null'
        updated_at:
          oneOf:
            - description: Any type
            - type: 'null'
        updated_by:
          oneOf:
            - description: Any type
            - type: 'null'
        weight:
          type: number
          format: double
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShipping
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataStore:
      type: object
      properties:
        id:
          type: string
        toco_name:
          type: string
        toco_short_name:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataStore
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItemsPayment:
      type: object
      properties:
        amount:
          type: number
          format: double
        base_amount:
          oneOf:
            - description: Any type
            - type: 'null'
        beneficiary_account_holder:
          oneOf:
            - description: Any type
            - type: 'null'
        beneficiary_account_number:
          oneOf:
            - description: Any type
            - type: 'null'
        id:
          type: string
        mdr_fee:
          type: number
          format: double
        parking_fee:
          type: number
          format: double
        partner_trx_id:
          type: string
        partner_tx_id:
          type: string
        payment_method:
          type: string
        payment_method_display_name:
          type: string
        status:
          type: string
        transfer_unique_code:
          oneOf:
            - description: Any type
            - type: 'null'
        va_number:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItemsPayment
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItems:
      type: object
      properties:
        created_at:
          type: string
        id:
          type: string
        order_id:
          type: string
        payment:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItemsPayment
        payment_id:
          type: string
        transaction_fee:
          type: number
          format: double
        updated_at:
          oneOf:
            - description: Any type
            - type: 'null'
        user_id:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItems
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataUtm:
      type: object
      properties:
        _fbc:
          oneOf:
            - description: Any type
            - type: 'null'
        _fbp:
          oneOf:
            - description: Any type
            - type: 'null'
        _ga:
          type: string
        ga_client_id:
          type: string
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataUtm
    TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        auction_id:
          oneOf:
            - description: Any type
            - type: 'null'
        auto_complete_date:
          oneOf:
            - description: Any type
            - type: 'null'
        buy_now_auction:
          oneOf:
            - description: Any type
            - type: 'null'
        buyer:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataBuyer
        buyer_id:
          type: string
        buyer_payment_fee:
          type: number
          format: double
        cancellation_approval_expiry:
          oneOf:
            - description: Any type
            - type: 'null'
        cancellation_description:
          oneOf:
            - description: Any type
            - type: 'null'
        cancellation_reason:
          oneOf:
            - description: Any type
            - type: 'null'
        cashback_amt:
          oneOf:
            - description: Any type
            - type: 'null'
        channel:
          oneOf:
            - description: Any type
            - type: 'null'
        comment:
          oneOf:
            - description: Any type
            - type: 'null'
        complaint:
          oneOf:
            - description: Any type
            - type: 'null'
        complaint_amount:
          type: number
          format: double
        complaint_id:
          oneOf:
            - description: Any type
            - type: 'null'
        completion_date:
          oneOf:
            - description: Any type
            - type: 'null'
        completion_expiry:
          oneOf:
            - description: Any type
            - type: 'null'
        confirm_expiry:
          type: string
        created_at:
          type: string
        created_by:
          oneOf:
            - description: Any type
            - type: 'null'
        credit_applied:
          type: number
          format: double
        debug:
          oneOf:
            - description: Any type
            - type: 'null'
        delivered_date:
          oneOf:
            - description: Any type
            - type: 'null'
        discount_amount:
          type: number
          format: double
        discount_shipping_amount:
          type: number
          format: double
        est_delivery_date:
          oneOf:
            - description: Any type
            - type: 'null'
        est_shipping_date:
          oneOf:
            - description: Any type
            - type: 'null'
        estimation_withdrawal_date:
          oneOf:
            - description: Any type
            - type: 'null'
        estimation_withdrawal_note:
          oneOf:
            - description: Any type
            - type: 'null'
        estimation_withdrawal_time:
          oneOf:
            - description: Any type
            - type: 'null'
        hold_info:
          oneOf:
            - description: Any type
            - type: 'null'
        id:
          type: string
        info:
          oneOf:
            - description: Any type
            - type: 'null'
        insurance_cost:
          type: number
          format: double
        invoice_number:
          type: string
        invoice_pdf:
          oneOf:
            - description: Any type
            - type: 'null'
        invoice_url:
          oneOf:
            - description: Any type
            - type: 'null'
        is_auction:
          oneOf:
            - description: Any type
            - type: 'null'
        is_fulfillment:
          type: boolean
        is_preorder:
          type: boolean
        line_items:
          type: array
          items:
            $ref: >-
              #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataLineItemsItems
        lp_amount:
          oneOf:
            - description: Any type
            - type: 'null'
        mdr_fee:
          type: number
          format: double
        open_amount:
          oneOf:
            - description: Any type
            - type: 'null'
        order_status:
          type: number
          format: double
        parking_fee:
          type: number
          format: double
        payment_expiry:
          type: string
        payment_method:
          type: string
        product_info_vault:
          oneOf:
            - description: Any type
            - type: 'null'
        promo_id:
          type: string
        promos:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataPromos
        rejection_description:
          oneOf:
            - description: Any type
            - type: 'null'
        rejection_reason:
          oneOf:
            - description: Any type
            - type: 'null'
        shipping:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataShipping
        shipping_date:
          oneOf:
            - description: Any type
            - type: 'null'
        shipping_expiry:
          type: string
        show_weekend_banner:
          type: boolean
        store:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataStore
        store_id:
          type: string
        store_payment_fee:
          type: number
          format: double
        toco_points_amount:
          oneOf:
            - description: Any type
            - type: 'null'
        total_amount:
          type: number
          format: double
        total_product_amount:
          type: number
          format: double
        transaction:
          type: array
          items:
            $ref: >-
              #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataTransactionItems
        unique_id:
          oneOf:
            - description: Any type
            - type: 'null'
        updated_at:
          type: string
        updated_by:
          oneOf:
            - description: Any type
            - type: 'null'
        uses_store_courier:
          type: boolean
        utm:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaDataUtm
        warehouse:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaData
    Warehouses_getSellerTransactionDetailById_Response_200:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/TransactionsOrder019Ef8A667C6700C9305809D5B1Cda3BGetResponsesContentApplicationJsonSchemaData
      title: Warehouses_getSellerTransactionDetailById_Response_200
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

```

## Examples



**Response**

```json
{
  "data": {
    "auction_id": null,
    "auto_complete_date": null,
    "buy_now_auction": null,
    "buyer": {
      "display_name": "Mek",
      "id": "42484e2b-4673-481e-92c9-b3ef4becbb9e",
      "profile_picture": null
    },
    "buyer_id": "42484e2b-4673-481e-92c9-b3ef4becbb9e",
    "buyer_payment_fee": 0,
    "cancellation_approval_expiry": null,
    "cancellation_description": null,
    "cancellation_reason": null,
    "cashback_amt": null,
    "channel": null,
    "comment": null,
    "complaint": null,
    "complaint_amount": 0,
    "complaint_id": null,
    "completion_date": null,
    "completion_expiry": null,
    "confirm_expiry": "2026-06-25T07:00:00+00:00",
    "created_at": "2026-06-24T08:01:56.507+00:00",
    "created_by": null,
    "credit_applied": 0,
    "debug": null,
    "delivered_date": null,
    "discount_amount": 1000,
    "discount_shipping_amount": 10000,
    "est_delivery_date": null,
    "est_shipping_date": null,
    "estimation_withdrawal_date": null,
    "estimation_withdrawal_note": null,
    "estimation_withdrawal_time": null,
    "hold_info": null,
    "id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
    "info": null,
    "insurance_cost": 0,
    "invoice_number": "INV/24062026/TEC/57200008542",
    "invoice_pdf": null,
    "invoice_url": null,
    "is_auction": null,
    "is_fulfillment": true,
    "is_preorder": false,
    "line_items": [
      {
        "channel": null,
        "id": "1e43904d-b368-4d23-b882-e0a1c1b8e896",
        "listing": {
          "add_to_cart": true,
          "archived": false,
          "auction_id": null,
          "deleted": false,
          "department": {
            "id": "67d7ff98-0642-4b80-bcbf-eb112cb4e489",
            "name_en": "Otomotif",
            "name_id": "Otomotif",
            "slug": "otomotif"
          },
          "has_variant": true,
          "height": null,
          "id": "ed00f7d4-82a6-4e17-a42b-ef573f47a384",
          "insurance": false,
          "is_preorder": false,
          "lat": -6.31725203707652,
          "length": null,
          "lng": 106.648993198871,
          "photos": [
            "https://d13eru2cpf9i9v.cloudfront.net/toco/img/image-1748067333052.png",
            "https://d13eru2cpf9i9v.cloudfront.net/toco/img/image-1748067333991.png"
          ],
          "preorder_period": null,
          "price": 145000,
          "price_special": null,
          "sku": "",
          "slug": "air-flow-variasi-lobang-angin-tempel-kap-mesin-1",
          "stock": 20,
          "store": "963a3e3b-fdfd-47ac-9efe-f03ea0b2f1b4",
          "store_courier_enabled": true,
          "thumbnails": [
            "https://d13eru2cpf9i9v.cloudfront.net/toco/img/image-1748067333052-thumbnail.png",
            "https://d13eru2cpf9i9v.cloudfront.net/toco/img/image-1748067333991-thumbnail.png"
          ],
          "title": "Air Flow - Variasi Lobang Angin Tempel Kap Mesin",
          "weight": 1000,
          "width": null
        },
        "listing_id": "ed00f7d4-82a6-4e17-a42b-ef573f47a384",
        "listing_variant": {
          "active": true,
          "add_to_cart": true,
          "default": false,
          "first_variant_type": "Type & Warna",
          "first_variant_value": "TRD Silver",
          "id": "4e635329-4f87-42df-b3d2-bc0cb09d99e5",
          "listing_admin_id": null,
          "listing_draft_id": null,
          "listing_id": "ed00f7d4-82a6-4e17-a42b-ef573f47a384",
          "listing_temporary_id": null,
          "photos": [],
          "price": 155000,
          "price_special": null,
          "second_variant_type": null,
          "second_variant_value": null,
          "sku": null,
          "stock": 10,
          "thumbnails": [],
          "weight": 1000
        },
        "listing_variant_id": "4e635329-4f87-42df-b3d2-bc0cb09d99e5",
        "listing_warehouse": null,
        "listing_warehouse_id": null,
        "quantity": 1,
        "store": {
          "id": "963a3e3b-fdfd-47ac-9efe-f03ea0b2f1b4",
          "toco_city": "Kabupaten Tangerang",
          "toco_name": "Haekal Official Store",
          "toco_short_name": "haekal-official-store"
        },
        "store_id": "963a3e3b-fdfd-47ac-9efe-f03ea0b2f1b4",
        "user_id": "42484e2b-4673-481e-92c9-b3ef4becbb9e"
      }
    ],
    "lp_amount": null,
    "mdr_fee": 0,
    "open_amount": null,
    "order_status": 220,
    "parking_fee": 0,
    "payment_expiry": "2026-06-25T08:01:55+00:00",
    "payment_method": "QRIS",
    "product_info_vault": null,
    "promo_id": "54452101-da93-4bd7-9225-c88dd5635ad7",
    "promos": {
      "title": "BANJIR 13"
    },
    "rejection_description": null,
    "rejection_reason": null,
    "shipping": {
      "actual_shipping_cost": null,
      "actual_weight": null,
      "awb": null,
      "created_at": "2026-06-24T08:01:56.507+00:00",
      "created_by": null,
      "delivered": false,
      "destination_address": "The Icon Business Park, Jalan Raya Cisauk, The Icon Business Park, BSD City, Sampora, Cisauk, Kabupaten Tangerang, Banten, Jawa, 15344, Indonesia, ",
      "destination_address_id": "b5c4ed0a-271b-4d15-8a27-2f554218cfd3",
      "destination_address_label": "Kantommm",
      "destination_address_note": "The Icon Business Park, Jalan Raya Cisauk, The Icon Business Park, BSD City, Sampora, Cisauk, Kabupaten Tangerang, Banten, Jawa, 15344, Indonesia, ",
      "destination_city": "03",
      "destination_city_name": "Kabupaten Tangerang",
      "destination_district": "23",
      "destination_district_name": "Cisauk",
      "destination_lat": -6.3172986,
      "destination_lng": 106.6491474,
      "destination_phone_number": "089680643456",
      "destination_postal_code": 50242,
      "destination_province": "36",
      "destination_province_name": "Banten",
      "destination_receiver_name": "Maxwell Gilbert Gunawan",
      "destination_receiver_title": null,
      "destination_village_name": "Cisauk",
      "estimated_delivery": "0 days",
      "estimated_pickup": null,
      "history": [],
      "id": "ef8ba227-908d-44f4-aff7-dd82fcfd58f3",
      "insurance": false,
      "insurance_amount": 0,
      "insurance_amount_tax": 0,
      "logistic_id": "db244b57-1f4d-40b9-afc7-61b97be2a7b3",
      "logistic_service": {
        "code": "SD",
        "courier_cod": false,
        "courier_drop": false,
        "courier_pickup": true,
        "id": "db244b57-1f4d-40b9-afc7-61b97be2a7b3",
        "logo": "https://d13eru2cpf9i9v.cloudfront.net/static/icon/logistic_hd/gosend.png",
        "name": "GoSend Sameday Delivery"
      },
      "order_id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
      "origin_address": "Jalan Raya Cisauk Lapan M/3, Sampora Kel., Cisauk, Tangerang Kabupaten, 15845, Indonesia, Sampora, Tangerang Kabupaten, Cisauk, Kabupaten Tangerang, Banten, 15845, Indonesia",
      "origin_address_id": null,
      "origin_address_note": "",
      "origin_city": "03",
      "origin_city_name": "Kabupaten Tangerang",
      "origin_district": "23",
      "origin_district_name": "Cisauk",
      "origin_lat": -6.31725203707652,
      "origin_lng": 106.648993198871,
      "origin_phone_number": "62812143604",
      "origin_postal_code": 15345,
      "origin_province": "36",
      "origin_province_name": "Banten",
      "origin_sender_name": "Haekal Official Store",
      "origin_village_name": "Sampora",
      "partner_booking_id": null,
      "partner_reference_id": null,
      "product_code": "SD",
      "proof_of_delivery": null,
      "proof_of_returned": null,
      "proof_of_send": null,
      "provider": "gosend",
      "provider_name": "GoSend",
      "rate": 15000,
      "service_name": "GoSend SameDay Delivery",
      "shipping_cost": 15000,
      "shipping_cost_tax": 0,
      "shipping_failed_notification_sent": false,
      "shipping_label_url": null,
      "shipping_method": null,
      "shipping_notification_sent": false,
      "tracking_url": null,
      "updated_at": null,
      "updated_by": null,
      "weight": 1000
    },
    "shipping_date": null,
    "shipping_expiry": "2026-06-25T08:00:00+00:00",
    "show_weekend_banner": false,
    "store": {
      "id": "963a3e3b-fdfd-47ac-9efe-f03ea0b2f1b4",
      "toco_name": "Haekal Official Store",
      "toco_short_name": "haekal-official-store"
    },
    "store_id": "963a3e3b-fdfd-47ac-9efe-f03ea0b2f1b4",
    "store_payment_fee": 0,
    "toco_points_amount": null,
    "total_amount": 170000,
    "total_product_amount": 155000,
    "transaction": [
      {
        "created_at": "2026-06-24T08:01:56.736664+00:00",
        "id": "39758649-33ad-451b-9535-05e891a8a005",
        "order_id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
        "payment": {
          "amount": 165220,
          "base_amount": null,
          "beneficiary_account_holder": null,
          "beneficiary_account_number": null,
          "id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
          "mdr_fee": 4220,
          "parking_fee": 2000,
          "partner_trx_id": "order-019ef8a6-67c6-700c-9305-88a7df85fed7",
          "partner_tx_id": "order-019ef8a6-67c6-700c-9305-88a7df85fed7",
          "payment_method": "QRIS",
          "payment_method_display_name": "QRIS",
          "status": "COMPLETE",
          "transfer_unique_code": null,
          "va_number": null
        },
        "payment_id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
        "transaction_fee": 0,
        "updated_at": null,
        "user_id": "42484e2b-4673-481e-92c9-b3ef4becbb9e"
      }
    ],
    "unique_id": null,
    "updated_at": "2026-06-24T08:02:16.561+00:00",
    "updated_by": null,
    "uses_store_courier": false,
    "utm": {
      "_fbc": null,
      "_fbp": null,
      "_ga": "GA1.1.2091427454.1716539956",
      "ga_client_id": "2091427454.1716539956"
    },
    "warehouse": null
  }
}
```

**SDK Code**

```python 200 - OK
import requests

url = "https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript 200 - OK
const url = 'https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 200 - OK
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 200 - OK
require 'uri'
require 'net/http'

url = URI("https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java 200 - OK
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php 200 - OK
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp 200 - OK
using RestSharp;

var client = new RestClient("https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift 200 - OK
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://{{base_url}}/transactions/order/019ef8a6-67c6-700c-9305-809d5b1cda3b")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```