Items
Items, also known as line items, are the individual itemized costs on an Order.
Schema​
Item​
| Name | Type | Description | Example |
|---|---|---|---|
| id | ID | Unique identifier for this item | "ckmnpybisiy5x08abky4g2d1f" |
| backorderLeadTime | DateTime? | Lead time for a backordered item | |
| backorderQuantity | int? | Amount on backorder for a backordered item | |
| description | string? | Description of the item | 3/4" EMT |
| extPrice | float? | EXT Price of the item | 125.00 |
| lineNumber | int | Number representing the index of the line item within it's order | 3 |
| manufacturer | string? | Name of the manufacturer for this item | |
| manufacturerPartNumber | string? | Manufacturer part number for this item (MPN) | |
| needByDate | DateTime? | When this item is needed by | |
| notes | string? | Additional handwritten details attached to this item | |
| quantity | int? | Quantity of this item | 100 |
| unitDiscount | float? | Discount being applied to the item (precision of 13) | 1.25 |
| unitPrice | float? | Unit price of the item | 1.25 |
| unitsOfMeasure | string? | Unit of measurement for this item | inches |
| universalProductCode | string? | Universal product code for this item (UPC) | |
| phase | string? | Phase description | |
| costCategory | string? | Cost Category description | |
| taxRate | float? | Tax Rate applied to the item external price | |
| createdAt | DateTime | When this item was created | |
| updatedAt | DateTime | When this item was last updated | |
| vendorPartNumber | string? | Part number for this item in the vendor's catalog |