App reviews, troubleshooting, and recommendations
If I download the order JSON from here:
https://admin.shopify.com/store/<storeid>/orders.json
I can see the "properties" for each "line_items",
but how can I access this data over GraphQL? Properties are not listed under LineItem here:
https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem
Solved! Go to the solution
This is an accepted solution.
Found it myself... They're under customAttributes
query{orders(first:10,query:"status:open"){edges{node{id name confirmed lineItems(first:100){edges{node{id name title sku quantity customAttributes{key value} variantTitle}}}}}}}
This is an accepted solution.
Found it myself... They're under customAttributes
query{orders(first:10,query:"status:open"){edges{node{id name confirmed lineItems(first:100){edges{node{id name title sku quantity customAttributes{key value} variantTitle}}}}}}}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025