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

# Search Transactions

POST https://api.shipbob.com/2026-01/transactions:query
Content-Type: application/json

Search transactions with filters (date, invoice, fee type, etc.)

Reference: https://developer.shipbob.com/2026-01/api/billing/search-transactions

## Authentication

- `Authorization` header (bearer token, required) — Authentication using Personal Access Token (PAT) token
- `Authorization` header (bearer token, required) — OAuth2 authentication using JWT tokens

## Servers

- `https://api.shipbob.com` (https://api.shipbob.com, default)
- `https://sandbox-api.shipbob.com` (https://sandbox-api.shipbob.com)

## Request

### Query parameters

- `Cursor` (string, optional) — [Optional] A pagination token used to jump to first, last, next or previous pages. When supplied, it overrides all other filter parameters.

### Body (application/json)

This endpoint expects an object.

- `from_date` (datetime, optional, nullable) — Start date for filtering transactions by charge date. Defaults to 7 days before the current date if not specified.
- `invoice_ids` (list of string, optional, nullable) — List of invoice IDs to filter transactions by.
- `invoiced_status` (boolean, optional, nullable) — Filter transactions by invoicing status. True returns billed transactions, false returns unbilled transactions, and null returns both billed and unbilled transactions.
- `page_size` (integer, optional) — Number of transactions to return per page. Default is 100. Must be between 1 and 1000.
- `reference_ids` (list of string, optional, nullable) — List of reference IDs (such as Shipment IDs, WRO IDs) to filter transactions. Can be numeric or string identifiers.
- `reference_types` (list of enum, optional, nullable) — The types of references associated with the reference IDs to filter by.
  - Allowed values: `Shipment`, `Return`, `WRO`, `URO`
- `sort_order` (enum, optional, default: Descending) — Sort order for results. Ascending sorts from lowest to highest, Descending sorts from highest to lowest.
  - Allowed values: `Ascending`, `Descending`
- `to_date` (datetime, optional, nullable) — End date for filtering transactions by charge date. Defaults to the current date if not specified.
- `transaction_fees` (list of string, optional, nullable) — List of transaction fee types to filter by. To get all available transaction fees, use the '/transaction-fees' endpoint.
- `transaction_types` (list of enum, optional, nullable) — The classification or nature of the transactions to filter by.
  - Allowed values: `Charge`, `Refund`, `Credit`, `Payment`, `BalanceAdjustment`

## Response

### 200

Success

- `first` (string, optional, nullable) — Go to the first page
- `items` (list of object, optional, nullable)
  - `additional_details` (map from string to any, optional, nullable) — Any additional details related to the transaction in a key-value pair format.
  - `amount` (double, optional, nullable) — The charge amount for the transaction.
  - `charge_date` (string, optional, nullable) — The date when the transaction was charged.
  - `currency_code` (string, optional, nullable) — The ISO currency code (e.g., USD, EUR) for the transaction.
  - `fulfillment_center` (string, optional, nullable) — The name or code of the fulfillment center involved in the transaction.
  - `invoice_date` (string, optional, nullable) — The date the invoice was generated.
  - `invoice_id` (integer, optional, nullable) — The unique identifier of the invoice associated with this transaction.
  - `invoice_type` (enum, optional, nullable) — The type or category of the invoice.
    - Allowed values: `Shipping`, `Inbound Fee`, `WarehouseStorage`, `AdditionalFee`, `Return`, `Credits`, `BalanceAdjustment`, `Payment`
  - `invoiced_status` (boolean, optional, nullable) — Indicates whether the transaction has been invoiced. True if billed, false if unbilled.
  - `reference_id` (string, optional, nullable) — A unique reference identifier associated with the transaction.
  - `reference_type` (enum, optional, nullable) — The type of reference associated with the reference ID.
    - Allowed values: `Shipment`, `Return`, `WRO`, `URO`, `Ticket Number`, `FC`, `LPN Reference`, `Transfer Plan`
  - `taxes` (list of object, optional, nullable) — A list of tax details applied to the transaction, if any exist.
    - `tax_amount` (double, optional) — Tax amount charged for this tax type.
    - `tax_rate` (double, optional) — Tax rate applied as a percentage.
    - `tax_type` (string, optional, nullable) — Type of tax applied.
  - `transaction_fee` (string, optional, nullable) — The fee type associated with the transaction. To get all available transaction fees, use the '/transaction-fees' endpoint.
  - `transaction_id` (string, optional, nullable) — The unique identifier for the transaction.
  - `transaction_type` (enum, optional, nullable) — The classification or nature of the transaction.
    - Allowed values: `Charge`, `Refund`, `Credit`, `Payment`, `BalanceAdjustment`
- `last` (string, optional, nullable) — Go to the Last page
- `next` (string, optional, nullable) — Go to the Next page
- `prev` (string, optional, nullable) — Go to the Previous page

## Errors

### 400 Bad Request Error

Bad Request

- `detail` (string, optional, nullable)
- `instance` (string, optional, nullable)
- `status` (integer, optional, nullable)
- `title` (string, optional, nullable)
- `type` (string, optional, nullable)

### 401 Unauthorized Error

Authorization missing or invalid

- `any`

### 403 Forbidden Error

The provided credentials are not authorized to access this resource

- `any`

### 500 Internal Server Error

Server Error

- `any`

## Examples

**Request**

```json
{
  "from_date": "2019-08-24",
  "invoice_ids": [
    "12345"
  ],
  "invoiced_status": true,
  "page_size": 10,
  "reference_ids": [
    "11553288",
    "43-12000928-Pallet00"
  ],
  "reference_types": [
    "Shipment"
  ],
  "sort_order": "Ascending",
  "to_date": "2019-08-24",
  "transaction_fees": [
    "Kitting Fee",
    "Warehousing Fee"
  ],
  "transaction_types": [
    "Charge"
  ]
}
```

**Response**

```json
{
  "first": "f8cUk/xJkbeYp2L8oHqxL2hFiGz3qjre",
  "items": [
    {
      "additional_details": {
        "comment": "TestInvoice"
      },
      "amount": 0.09,
      "charge_date": "2025-01-01",
      "currency_code": "USD",
      "fulfillment_center": "Altona VIC",
      "invoice_date": "2025-01-01",
      "invoice_id": 12345,
      "invoice_type": "Shipping",
      "invoiced_status": true,
      "reference_id": "12345",
      "reference_type": "Shipment",
      "taxes": [
        {
          "tax_amount": 0.01,
          "tax_rate": 10,
          "tax_type": "GST"
        }
      ],
      "transaction_fee": "Shipping",
      "transaction_id": "01AN4Z07BY79KA1307SR9X4MV3",
      "transaction_type": "Charge"
    }
  ],
  "last": "f8cUk/xJkbeYp2L8oHqxL2hFiGz3qjqt",
  "next": "f8cUk/xjhyEYp2L8oHqxL2hFiGz3qjqt",
  "prev": "f8cUk/xJkbeYp2L8oHqxL2hFiGz3qjcc"
}
```

**SDK Code**

```python default
import requests

url = "https://api.shipbob.com/2026-01/transactions:query"

querystring = {"Cursor":"f8cUk/xJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0+BVMffFoIfoqzOkEsAw"}

payload = {
    "from_date": "2019-08-24",
    "invoice_ids": ["12345"],
    "invoiced_status": True,
    "page_size": 10,
    "reference_ids": ["11553288", "43-12000928-Pallet00"],
    "reference_types": ["Shipment"],
    "sort_order": "Ascending",
    "to_date": "2019-08-24",
    "transaction_fees": ["Kitting Fee", "Warehousing Fee"],
    "transaction_types": ["Charge"]
}
headers = {
    "Authorization": "Bearer <token>",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers, params=querystring)

print(response.json())
```

```javascript default
const url = 'https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw';
const options = {
  method: 'POST',
  headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
  body: '{"from_date":"2019-08-24","invoice_ids":["12345"],"invoiced_status":true,"page_size":10,"reference_ids":["11553288","43-12000928-Pallet00"],"reference_types":["Shipment"],"sort_order":"Ascending","to_date":"2019-08-24","transaction_fees":["Kitting Fee","Warehousing Fee"],"transaction_types":["Charge"]}'
};

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

```go default
package main

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

func main() {

	url := "https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw"

	payload := strings.NewReader("{\n  \"from_date\": \"2019-08-24\",\n  \"invoice_ids\": [\n    \"12345\"\n  ],\n  \"invoiced_status\": true,\n  \"page_size\": 10,\n  \"reference_ids\": [\n    \"11553288\",\n    \"43-12000928-Pallet00\"\n  ],\n  \"reference_types\": [\n    \"Shipment\"\n  ],\n  \"sort_order\": \"Ascending\",\n  \"to_date\": \"2019-08-24\",\n  \"transaction_fees\": [\n    \"Kitting Fee\",\n    \"Warehousing Fee\"\n  ],\n  \"transaction_types\": [\n    \"Charge\"\n  ]\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Authorization", "Bearer <token>")
	req.Header.Add("Content-Type", "application/json")

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

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

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

}
```

```ruby default
require 'uri'
require 'net/http'

url = URI("https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw")

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

request = Net::HTTP::Post.new(url)
request["Authorization"] = 'Bearer <token>'
request["Content-Type"] = 'application/json'
request.body = "{\n  \"from_date\": \"2019-08-24\",\n  \"invoice_ids\": [\n    \"12345\"\n  ],\n  \"invoiced_status\": true,\n  \"page_size\": 10,\n  \"reference_ids\": [\n    \"11553288\",\n    \"43-12000928-Pallet00\"\n  ],\n  \"reference_types\": [\n    \"Shipment\"\n  ],\n  \"sort_order\": \"Ascending\",\n  \"to_date\": \"2019-08-24\",\n  \"transaction_fees\": [\n    \"Kitting Fee\",\n    \"Warehousing Fee\"\n  ],\n  \"transaction_types\": [\n    \"Charge\"\n  ]\n}"

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

```java default
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw")
  .header("Authorization", "Bearer <token>")
  .header("Content-Type", "application/json")
  .body("{\n  \"from_date\": \"2019-08-24\",\n  \"invoice_ids\": [\n    \"12345\"\n  ],\n  \"invoiced_status\": true,\n  \"page_size\": 10,\n  \"reference_ids\": [\n    \"11553288\",\n    \"43-12000928-Pallet00\"\n  ],\n  \"reference_types\": [\n    \"Shipment\"\n  ],\n  \"sort_order\": \"Ascending\",\n  \"to_date\": \"2019-08-24\",\n  \"transaction_fees\": [\n    \"Kitting Fee\",\n    \"Warehousing Fee\"\n  ],\n  \"transaction_types\": [\n    \"Charge\"\n  ]\n}")
  .asString();
```

```php default
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw', [
  'body' => '{
  "from_date": "2019-08-24",
  "invoice_ids": [
    "12345"
  ],
  "invoiced_status": true,
  "page_size": 10,
  "reference_ids": [
    "11553288",
    "43-12000928-Pallet00"
  ],
  "reference_types": [
    "Shipment"
  ],
  "sort_order": "Ascending",
  "to_date": "2019-08-24",
  "transaction_fees": [
    "Kitting Fee",
    "Warehousing Fee"
  ],
  "transaction_types": [
    "Charge"
  ]
}',
  'headers' => [
    'Authorization' => 'Bearer <token>',
    'Content-Type' => 'application/json',
  ],
]);

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

```csharp default
using RestSharp;

var client = new RestClient("https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw");
var request = new RestRequest(Method.POST);
request.AddHeader("Authorization", "Bearer <token>");
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"from_date\": \"2019-08-24\",\n  \"invoice_ids\": [\n    \"12345\"\n  ],\n  \"invoiced_status\": true,\n  \"page_size\": 10,\n  \"reference_ids\": [\n    \"11553288\",\n    \"43-12000928-Pallet00\"\n  ],\n  \"reference_types\": [\n    \"Shipment\"\n  ],\n  \"sort_order\": \"Ascending\",\n  \"to_date\": \"2019-08-24\",\n  \"transaction_fees\": [\n    \"Kitting Fee\",\n    \"Warehousing Fee\"\n  ],\n  \"transaction_types\": [\n    \"Charge\"\n  ]\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift default
import Foundation

let headers = [
  "Authorization": "Bearer <token>",
  "Content-Type": "application/json"
]
let parameters = [
  "from_date": "2019-08-24",
  "invoice_ids": ["12345"],
  "invoiced_status": true,
  "page_size": 10,
  "reference_ids": ["11553288", "43-12000928-Pallet00"],
  "reference_types": ["Shipment"],
  "sort_order": "Ascending",
  "to_date": "2019-08-24",
  "transaction_fees": ["Kitting Fee", "Warehousing Fee"],
  "transaction_types": ["Charge"]
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://api.shipbob.com/2026-01/transactions:query?Cursor=f8cUk%2FxJkbeYp2fCr3yJJvL8oHqxL2hFiGz3qjqtkQ5Q0%2BBVMffFoIfoqzOkEsAw")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

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()
```