---
title: "Create shipper billing info"
method: POST
path: "/api/v2/shippers/{shipper_id}/info"
tags: ["Shipper Accounting Info"]
---

# Create shipper billing info

`POST /api/v2/shippers/{shipper_id}/info`

## Request body

- object
  - `billing_name` string, required
  - `billing_address` string, required
  - `billing_city` string, required
  - `billing_zip_code` string, required
  - `billing_country` string, required
  - `billing_state` string, required
  - `tax_id` string
  - `contact_name` string, required
  - `contact_email` string, required
  - `contact_phone` string, required
  - `terms` integer, required
  - `notes` string, required

## Response `201`

Accounting Info created

- object
  - `data` object
    - `billing_name` string, required
    - `billing_address` string, required
    - `billing_city` string, required
    - `billing_zip_code` string, required
    - `billing_country` string, required
    - `billing_state` string, required
    - `tax_id` string
    - `contact_name` string, required
    - `contact_email` string, required
    - `contact_phone` string, required
    - `terms` integer, required
    - `notes` string, required

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
