GraphQL OBJECT
ProductInformation
Product details for the item.
link Definition
- type ProductInformation {
- # Unique ID of the product.
- : Long!
- # Your internal product ID.
- : String
- # Product name used in customer communication.
- : String
- # Product description. Corresponds to the Additional name information in the
- # Commerce Assistant.
- : String
- # Indicates whether the product has a subscription pricing model.
- : Boolean!
- # Type of product.
- : ProductType
- }