OBJECT

ProductViewItemPrice

link GraphQL Schema definition

1type ProductViewItemPrice {
2
3currency: String!
7
4description: String
7
5usage: String
7
6value: String!
8
9}