---
title: "Salesorder data model"
url: "https://docs.unified.to/accounting/salesorder/model"
description: "API reference for Salesorder data model. Launch multiple pre-built Salesorder integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-24T23:52:42.785Z"
---
# Salesorder data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**posted\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**contact\_id**string 

Customer, Supplier (reference to AccountingContact)

**account\_id**string 

(reference to AccountingAccount)

**currency**string 

**total\_amount**number 

**shipping\_address**object 

**billing\_address**object 

**status** enum

Valid values:

 "DRAFT" 

 "VOIDED" 

 "AUTHORIZED" 

 "PAID" 

 "PARTIALLY\_PAID" 

**lineitems** array 

**sales\_channel**string 

**organization\_id**string 

**fees** array 

**raw**any
