UpdateOrderLineInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| description | String | A detailed description of the product or service this line represents | |
| discountAmount | MoneyInput | The discount amount applied to this line | |
| estimateId | ID | ||
| jobId | ID | ||
| lineNumber | Int | ||
| lineTotal | MoneyInput | The total cost of this line, calculated as the unit price multiplied by the quantity | |
| maxDeliverableQuantity | Int | Often a customer will accept delivery of more or less than the target amount, depending on efficiency of production. This is the largest amount that can be delivered. | |
| minDeliverableQuantity | Int | Often a customer will accept delivery of more or less than the target amount, depending on efficiency of production. This is the smallest amount that can be delivered. | |
| orderId | ID | ||
| productName | String | A descriptive name for the product or service this line represents | |
| productSku | String | A unique identifier for the product or service this line represents | |
| proofApproved | Boolean | ||
| proofApprovedAt | DateTime | ||
| proofRequired | OrderLineProofRequiredEnum | Whether proof is required for this line | |
| quantity | Int | ||
| shippingAmount | MoneyInput | The shipping amount applied to this line | |
| state | OrderLineStateEnum | The status of this line | |
| taxAmount | MoneyInput | The tax amount applied to this line | |
| taxRate | Decimal | The tax rate applied to this line | |
| unitPrice | MoneyInput | The price per unit of the product or service this line represents |