How to display products custom fields at order details? #1589
Unanswered
eduarddotgg
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, something like this: {
activeOrder {
id
code
# ... etc
lines {
id
# .. etc
productVariant {
product {
customFields {
#... add your custom field selection here
}
}
}
}
}
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there any easy/proper way to display products custom fields at order details? if there is any example that would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions