---
title: "Get Bill"
method: GET
path: "/wms/billing/{bill_id}"
tags: ["wms", "Bills"]
---

# Get Bill

`GET /wms/billing/{bill_id}`

Returns a single Bill for the WMS connection with the associated bill id.

## Path parameters

- `bill_id` string, required

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Response `200`

Successful response

- WmsBillsSingleItemEndpoint
  - `data` WmsBillApiItemSchema
    - `id` string, required — The unique ID of the bill.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the bill. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `created_date` string, date-time, required — The date the bill was created.
    - `updated_date` string, date-time, required — The date the bill was last updated.
    - `object_id` string, nullable, required — The ID of the object that incurred a charge.
    - `object_type` string, nullable, required — The type of object that incurred a charge.
    - `charge_type` string, required — The reason for the charge.
    - `amount` number, required — The amount charged.
    - `currency_code` string, required — The currency of the charge. Defaults to USD.
    - `additional_fields` object, required — Integration-specific fields
    - `trackstar_created_date` string, date-time, required
    - `trackstar_updated_date` string, date-time, required

## Other responses

- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/revisions/4bc5c6e1a8bf/schema)
