Order Items
📄️ List
#### Providers
📄️ Create
Create an order item. If one exists with the same product variant, the given quantity will be added to the existing order item's quantity.
📄️ Update
#### Providers
📄️ Update Quantity
Update the quantity of an order item. The quantity given will be applied in an 'absolute' manner, meaning that the quantity will be set to the given value, regardless of the current quantity. Updating the quantity to 0 will delete the order item.
📄️ Delete
Delete an order item.
📄️ Confirm Delivery
Mark the order item as delivered. If the item has already been delivered, an error will be raised.