productDigitalContentsByCustomer #
productDigitalContentsByCustomer(orderHash: String, productId: String, itemId: String) [DigitalContent]
Example #
query productDigitalContentsByCustomer($orderHash: String!, $productId: String!, $itemId: String!){
productDigitalContentsByCustomer(orderHash: $orderHash, productId: $productId, itemId: $itemId) {
id
title
contentType
isTrialAllowed
contentText
contentUrl
updatedAt
position
}
}