OrderLineFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [OrderLineFilterInput!] | ||
| createdAt | OrderLineFilterCreatedAt | ||
| description | OrderLineFilterDescription | A detailed description of the product or service this line represents | |
| discountAmount | OrderLineFilterDiscountAmount | The discount amount applied to this line | |
| estimate | EstimateFilterInput | The estimate this line belongs to | |
| estimateId | OrderLineFilterEstimateId | ||
| id | OrderLineFilterId | ||
| job | JobFilterInput | The job this line belongs to | |
| jobId | OrderLineFilterJobId | ||
| lineNumber | OrderLineFilterLineNumber | ||
| lineTotal | OrderLineFilterLineTotal | The total cost of this line, calculated as the unit price multiplied by the quantity | |
| maxDeliverableQuantity | OrderLineFilterMaxDeliverableQuantity | 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 | OrderLineFilterMinDeliverableQuantity | 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. | |
| not | [OrderLineFilterInput!] | ||
| or | [OrderLineFilterInput!] | ||
| order | OrderFilterInput | The order this line belongs to | |
| orderId | OrderLineFilterOrderId | ||
| productName | OrderLineFilterProductName | A descriptive name for the product or service this line represents | |
| productSku | OrderLineFilterProductSku | A unique identifier for the product or service this line represents | |
| proofApproved | OrderLineFilterProofApproved | ||
| proofApprovedAt | OrderLineFilterProofApprovedAt | ||
| proofRequired | OrderLineFilterProofRequired | Whether proof is required for this line | |
| quantity | OrderLineFilterQuantity | ||
| shippingAmount | OrderLineFilterShippingAmount | The shipping amount applied to this line | |
| shippingInstructions | OrderLineShippingInstructionFilterInput | The shipping instructions associated with this line. If they are provided, these should supercede any set at order-level. | |
| state | OrderLineFilterState | The status of this line | |
| taxAmount | OrderLineFilterTaxAmount | The tax amount applied to this line | |
| taxRate | OrderLineFilterTaxRate | The tax rate applied to this line | |
| unitPrice | OrderLineFilterUnitPrice | The price per unit of the product or service this line represents | |
| updatedAt | OrderLineFilterUpdatedAt |