> 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 List

GET {{base_url}}/transactions/list/seller

Get Seller Transaction List

Reference: https://docs.ngapainrepot.space/toco/warehouses/get-seller-transaction-list

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: toco
  version: 1.0.0
paths:
  /transactions/list/seller:
    get:
      operationId: get-seller-transaction-list
      summary: Get Seller Transaction List
      description: Get Seller Transaction List
      tags:
        - subpackage_warehouses
      parameters:
        - name: filter
          in: query
          required: false
          schema:
            type: string
        - name: offset
          in: query
          required: false
          schema:
            type: string
        - 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: limit
          in: query
          required: false
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Without Warehouse Filter
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Warehouses_getSellerTransactionList_Response_200
servers:
  - url: '{{base_url}}'
    description: '{{base_url}}'
components:
  schemas:
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaCountMeta:
      type: object
      properties:
        all:
          type: number
          format: double
        canceled:
          type: number
          format: double
        finished:
          type: number
          format: double
        inTransit:
          type: number
          format: double
        newOrder:
          type: number
          format: double
        notSent:
          type: number
          format: double
      title: TransactionsListSellerGetResponsesContentApplicationJsonSchemaCountMeta
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsBuyer:
      type: object
      properties:
        display_name:
          type: string
        id:
          type: string
        profile_picture:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsBuyer
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingDepartment:
      type: object
      properties:
        id:
          type: string
        name_en:
          type: string
        name_id:
          type: string
        slug:
          type: string
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingDepartment
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListing:
      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/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingDepartment
        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: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListing
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingVariant:
      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: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingVariant
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsStore:
      type: object
      properties:
        id:
          type: string
        toco_city:
          type: string
        toco_name:
          type: string
        toco_short_name:
          type: string
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsStore
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItems:
      type: object
      properties:
        channel:
          oneOf:
            - description: Any type
            - type: 'null'
        id:
          type: string
        listing:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListing
        listing_id:
          type: string
        listing_variant:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsListingVariant
        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/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItemsStore
        store_id:
          type: string
        user_id:
          type: string
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItems
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsPayment:
      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
        payment_method:
          type: string
        payment_method_display_name:
          type: string
        proof_of_refund:
          oneOf:
            - description: Any type
            - type: 'null'
        proof_of_transfer:
          oneOf:
            - description: Any type
            - type: 'null'
        status:
          type: string
        transfer_unique_code:
          oneOf:
            - description: Any type
            - type: 'null'
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsPayment
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShippingLogisticService:
      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: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShippingLogisticService
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShipping:
      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'
        delivered:
          type: boolean
        destination_address:
          type: string
        destination_address_label:
          type: string
        destination_address_note:
          type: string
        destination_phone_number:
          type: string
        destination_postal_code:
          type: number
          format: double
        destination_receiver_name:
          type: string
        estimated_delivery:
          type: string
        id:
          type: string
        insurance:
          type: boolean
        insurance_amount:
          type: number
          format: double
        logistic_service:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShippingLogisticService
        product_code:
          type: string
        proof_of_delivery:
          oneOf:
            - description: Any type
            - type: 'null'
        provider:
          type: string
        provider_name:
          type: string
        service_name:
          type: string
        shipping_cost:
          type: number
          format: double
        shipping_method:
          oneOf:
            - description: Any type
            - type: 'null'
        tracking_url:
          oneOf:
            - description: Any type
            - type: 'null'
        weight:
          type: number
          format: double
      title: >-
        TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShipping
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        auction_id:
          oneOf:
            - description: Any type
            - type: 'null'
        buyer:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsBuyer
        cancellation_approval_expiry:
          oneOf:
            - description: Any type
            - type: 'null'
        cancellation_reason:
          oneOf:
            - description: Any type
            - type: 'null'
        comment:
          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
        discount_amount:
          type: number
          format: double
        discount_shipping_amount:
          type: number
          format: double
        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'
        id:
          type: string
        invoice_number:
          type: string
        line_items:
          type: array
          items:
            $ref: >-
              #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsLineItemsItems
        mdr_fee:
          type: number
          format: double
        order_status:
          type: number
          format: double
        parking_fee:
          type: number
          format: double
        payment:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsPayment
        payment_expiry:
          type: string
        shipping:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItemsShipping
        shipping_expiry:
          type: string
        total_amount:
          type: number
          format: double
        total_product_amount:
          type: number
          format: double
        transaction_fee:
          type: number
          format: double
        updated_at:
          type: string
        warehouse:
          oneOf:
            - description: Any type
            - type: 'null'
      title: TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItems
    TransactionsListSellerGetResponsesContentApplicationJsonSchemaMeta:
      type: object
      properties:
        currentPage:
          type: number
          format: double
        limit:
          type: number
          format: double
        totalData:
          type: number
          format: double
        totalPages:
          type: number
          format: double
      title: TransactionsListSellerGetResponsesContentApplicationJsonSchemaMeta
    Warehouses_getSellerTransactionList_Response_200:
      type: object
      properties:
        code:
          type: number
          format: double
        count_meta:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaCountMeta
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaDataItems
        meta:
          $ref: >-
            #/components/schemas/TransactionsListSellerGetResponsesContentApplicationJsonSchemaMeta
      title: Warehouses_getSellerTransactionList_Response_200
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

```

## Examples



**Response**

```json
{
  "code": 200,
  "count_meta": {
    "all": 586,
    "canceled": 441,
    "finished": 46,
    "inTransit": 16,
    "newOrder": 1,
    "notSent": 69
  },
  "data": [
    {
      "auction_id": null,
      "buyer": {
        "display_name": "Mek",
        "id": "42484e2b-4673-481e-92c9-b3ef4becbb9e",
        "profile_picture": null
      },
      "cancellation_approval_expiry": null,
      "cancellation_reason": null,
      "comment": 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",
      "discount_amount": 1000,
      "discount_shipping_amount": 10000,
      "estimation_withdrawal_date": null,
      "estimation_withdrawal_note": null,
      "estimation_withdrawal_time": null,
      "id": "019ef8a6-67c6-700c-9305-809d5b1cda3b",
      "invoice_number": "INV/24062026/TEC/57200008542",
      "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"
        }
      ],
      "mdr_fee": 0,
      "order_status": 220,
      "parking_fee": 0,
      "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",
        "payment_method": "QRIS",
        "payment_method_display_name": "QRIS",
        "proof_of_refund": null,
        "proof_of_transfer": null,
        "status": "COMPLETE",
        "transfer_unique_code": null
      },
      "payment_expiry": "2026-06-25T08:01:55+00:00",
      "shipping": {
        "actual_shipping_cost": null,
        "actual_weight": null,
        "awb": 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_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_phone_number": "089680643456",
        "destination_postal_code": 50242,
        "destination_receiver_name": "Maxwell Gilbert Gunawan",
        "estimated_delivery": "0 days",
        "id": "ef8ba227-908d-44f4-aff7-dd82fcfd58f3",
        "insurance": false,
        "insurance_amount": 0,
        "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"
        },
        "product_code": "SD",
        "proof_of_delivery": null,
        "provider": "gosend",
        "provider_name": "GoSend",
        "service_name": "GoSend SameDay Delivery",
        "shipping_cost": 15000,
        "shipping_method": null,
        "tracking_url": null,
        "weight": 1000
      },
      "shipping_expiry": "2026-06-25T08:00:00+00:00",
      "total_amount": 170000,
      "total_product_amount": 155000,
      "transaction_fee": 0,
      "updated_at": "2026-06-24T08:02:16.561+00:00",
      "warehouse": null
    }
  ],
  "meta": {
    "currentPage": 1,
    "limit": 1,
    "totalData": 1,
    "totalPages": 1
  }
}
```

**SDK Code**

```python Without Warehouse Filter
import requests

url = "https://{{base_url}}/transactions/list/seller"

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

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

print(response.json())
```

```javascript Without Warehouse Filter
const url = 'https://{{base_url}}/transactions/list/seller';
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 Without Warehouse Filter
package main

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

func main() {

	url := "https://{{base_url}}/transactions/list/seller"

	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 Without Warehouse Filter
require 'uri'
require 'net/http'

url = URI("https://{{base_url}}/transactions/list/seller")

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 Without Warehouse Filter
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://{{base_url}}/transactions/list/seller")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php Without Warehouse Filter
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://{{base_url}}/transactions/list/seller', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

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

```csharp Without Warehouse Filter
using RestSharp;

var client = new RestClient("https://{{base_url}}/transactions/list/seller");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift Without Warehouse Filter
import Foundation

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

let request = NSMutableURLRequest(url: NSURL(string: "https://{{base_url}}/transactions/list/seller")! 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()
```