Create a charge line
Charging: Lines
Create a charge line
Create a new charge line to record a billable item. Charge lines are used for invoicing and billing operations.
POST
Create a charge line
Request Structure
Required Fields
Optional Fields
Charge Types & Recommended Associations
While all association fields are technically optional, each charge type has recommended associations based on what you’re charging for:PICK - Picking/Outbound Charges
Charges for picking and packing operations.RECEIPT - Receiving/Inbound Charges
Charges for receiving goods into the warehouse.RENTAL - Storage Charges
Charges for storing goods in the warehouse.SUNDRY - Miscellaneous Charges
Ad-hoc charges not tied to specific operations.Important Notes
- Total calculation: The
totalfield is automatically calculated asquantity × price - Invoiced charges: Once a charge line is invoiced (linked to an AR document), it cannot be modified or deleted
- Warehouse access: Users can only create/update charge lines for warehouses they have access to
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Charge line created successfully

