| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id associated with this product. |
number |
None. |
| name |
Name of the item |
text |
None. |
| description |
Description of the item |
text |
None. |
| icon_url |
Image url of the item |
text |
None. |
| price |
Price of the item |
decimal |
None. |
| sale_price | decimal |
None. |
|
| bulk_rates |
Bulk rate price breakdown price structure for this item. This will be null or empty if no bulk rates are available for this item. The int is the quantity required and the decimal is the price per unit at that quantity. For example, if you have bulk rates at 10 and 25 units, the dictionary would look like {10: 5.00, 25: 4.50} which means that if you order between 10 and 24 units the price per unit would be $5.00 and if you order 25 or more units the price per unit would be $4.50. |
Dictionary of number [key] and decimal [value] |
None. |
| color_correct_price |
price for adding color correction services to this item. This will be null if color correction is not available for this item. |
decimal |
None. |
| option_1_ids |
List of printable ids for addons available to this item. |
array (number) |
None. |
| option_2_ids |
List of printable ids for addons available to this item. |
array (number) |
None. |
| option_3_ids |
List of printable ids for addons available to this item. |
array (number) |
None. |