# Custom Line Item Meta

**URL:** https://community.shiphero.com/t/custom-line-item-meta/1143
**Category:** GraphQL API
**Created:** [February 24, 2021, 5:22pm UTC](https://community.shiphero.com/t/custom-line-item-meta/1143 "2021-02-24T17:22:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![cjcartier](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@cjcartier](https://community.shiphero.com/u/cjcartier)
#### Post date: [February 24, 2021, 5:22pm UTC](https://community.shiphero.com/t/custom-line-item-meta/1143/1 "2021-02-24T17:22:33Z")

</div>

I am curious if there is a way to create some kind of meta that will show up in the line item of the order. Not too picky, would love for it to be a custom field, but if there is a way to change the title of the field, or append the title that would work too.

The products we in this case have some custom properties that we are trying to not have to create additional SKUs for. If that makes sense.

---

<div class="post-metadata">

### Author: ![tomasw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.shiphero.com/tomasw/32/248_2.png) [@tomasw](https://community.shiphero.com/u/tomasw)
#### Post date: [February 25, 2021, 11:38am UTC](https://community.shiphero.com/t/custom-line-item-meta/1143/2 "2021-02-25T11:38:46Z")

</div>

Hi @cjcartier!  
Welcome to our community!  
Some sort of product variation? Like for example:

Shoe SKU:12345 (Size:7)  
Shoe SKU:12345 (Size:8)  
Shoe SKU:12345 (Size:9)  
Shoe SKU:12345 (Size:10)

Thanks in advance!  
Tom

---

<div class="post-metadata">

### Author: ![cjcartier](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@cjcartier](https://community.shiphero.com/u/cjcartier)
#### Post date: [February 25, 2021, 4:46pm UTC](https://community.shiphero.com/t/custom-line-item-meta/1143/3 "2021-02-25T16:46:29Z")

</div>

Hi @tomasw,

Kind of. More like

Title: Dank Shoes  
SKU: 12345  
-Optional Meta Data-: Option 1

or

Title: Dank Shoes (Option 1)  
SKU: 12345

I hope that helps.

Thank you!

-Curtis

---

<div class="post-metadata">

### Author: ![cjcartier](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@cjcartier](https://community.shiphero.com/u/cjcartier)
#### Post date: [March 2, 2021, 4:40pm UTC](https://community.shiphero.com/t/custom-line-item-meta/1143/4 "2021-03-02T16:40:14Z")

</div>

Solved!

Not sure how I missed it in the Schema, but there is an ‘option\_title’ input in the line item mutation. Worked like a charm.

---

<div class="post-metadata">

### Author: ![tomasw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.shiphero.com/tomasw/32/248_2.png) [@tomasw](https://community.shiphero.com/u/tomasw)
#### Post date: [March 3, 2021, 2:07am UTC](https://community.shiphero.com/t/custom-line-item-meta/1143/5 "2021-03-03T02:07:43Z")

</div>

That’s great! thanks for catching that @cjcartier 🙂
