v1

latestOpenAPI 3.1.02026-07-22802,2441.7 MB
wms
Bills

Get Bill

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

get/wms/billing/{bill_id}

Path parameters

bill_idstring required

Headers

x-trackstar-api-keystring required
Example:<x-trackstar-api-key>

Your organization-level Trackstar API key.

x-trackstar-access-tokenstring required
Example:<x-trackstar-access-token>

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Response

Successful response

Example response

{
  "data": {
    "id": "bill_id_1",
    "warehouse_customer_id": "warehouse_customer_id",
    "created_date": "2022-01-01T00:00:00Z",
    "updated_date": "2022-01-02T05:05:05Z",
    "object_id": "object_id",
    "object_type": "order",
    "charge_type": "shipping",
    "amount": 10.5,
    "currency_code": "USD",
    "additional_fields": {
      "key": "value"
    }
  }
}