# OrderedProductTypes

## Enumeration Members

### Normal

```ts
Normal: "NORMAL";
```

Regular ordered product

***

### Queued

```ts
Queued: "QUEUED";
```

An ordered product that will be added to the order when reaching position 1 in the queue

***

### QueuedAddon

```ts
QueuedAddon: "QUEUED_ADDON";
```

An additional product will be added to the order

***

### QueuedDefault

```ts
QueuedDefault: "QUEUED_DEFAULT";
```

An ordered product that will be added to the order if there is no queued ordered product

***

### QueuedSkip

```ts
QueuedSkip: "QUEUED_SKIP";
```

No order will be created if a skip product is added on position 1 in the queue
