input CreateBillInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String! | 3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account. |
start_date | ISODateTime! | Start date in ISO-8601 date or datetime format, returned in UTC when time is included. |
end_date | ISODateTime! | End date in ISO-8601 date or datetime format, returned in UTC when time is included. |
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
Referenced By
- bill_create Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"start_date": "2026-07-09T15:30:00Z",
"end_date": "2026-07-09T15:30:00Z",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}