Learn how to retrieve billing details from the ShipBob Experimental API.
https://api.shipbob.com/experimental
https://sandbox-api.shipbob.com/experimental
Authentication:Authorization: Bearer <TOKEN>
GET /invoices
Name | Type | Description |
---|---|---|
limit | int | Number of invoices per page (default is 100) |
offset | int | Offset used for pagination |
invoiceTypes | array | Filter by invoice type: AdditionalFee , Inbound Fee , Shipping , Payment , WarehouseStorage |
GET /invoices/{invoiceId}/transactions
Name | Type | Description |
---|---|---|
invoiceId | int | The ID of the invoice |
POST /transactions:query
Name | Type | Description |
---|---|---|
invoice_ids | array | Filter by one or more invoice IDs |
transaction_types | array | Filter by type: Charge , Refund , etc. |
start_date | string | Start date in ISO 8601 (e.g. 2024-06-01T00:00:00Z ) |
end_date | string | End date in ISO 8601 format |
reference_ids | array | Filter by reference IDs |
GET /transaction-fees
limit
and offset
to navigate through results.