Item
Items are the main option choices for the Item Family that effects the base price the most. I.E Sizing Options (Small/Medium/Large)
Properties
| Name | Type | Description |
|---|---|---|
| _id | string | Used for associating entities together, does not map to a specific system |
| name | string | Name of the Item to Display |
| price_amount | integer | Price for Item in lowest denomination (cents) |
| price_currency | string | Currency of the value in price_amount |
Associations
N/A