id |
int |
Record's primary ID. |
variantId |
int? |
The ID of the product variant associated with the selection. If specified, must be greater than zero. |
templateId |
int |
The ID of the template the selection belongs to. Must be greater than zero. |
selectionNumber |
int |
The number of the selection like 1. Must be greater than zero. |
productId |
int |
The ID of the product assigned to the selection. Must be greater than zero. |
price |
decimal |
The price of the product for the customer. Must be greater than or equal to zero. |
invoicePrice |
decimal |
Price to be charged to customer after the fact. Must be greater than or equal to zero. |
createdAt |
DateTime |
When the template was created. |
par |
int |
The quantity the selection should be restocked to. Must be greater than or equal to zero. |
depth |
int |
The maximum quantity the selection can hold. Must be greater than or equal to zero. |
commission |
float? |
The percentage of commission associated with the selection. Must be greater than equal to zero. |
tax |
float? |
The tax rate being charged. Must be greater than equal to zero. |
customData1 |
string? |
Additional customer defined data. Must be 50 or fewer characters in length. |
customData2 |
string? |
Additional customer defined data. Must be 50 or fewer characters in length. |
customData3 |
string? |
Additional customer defined data. Must be 50 or fewer characters in length. |
customData4 |
string? |
Additional customer defined data. Must be 50 or fewer characters in length. |
customData5 |
string? |
Additional customer defined data. Must be 50 or fewer characters in length. |