How to attach Image thumbnails to Draft Order w/ custom line items?

You could set the image URL on the line item’s properties object, e.g. { items: [{ id: 1234, quantity: 1, properties: { previewImgUrl: "[https://example.com/image.jpg](https://example.com/image.jpg)" }] } and then customize your theme to display this property as an image.