OBJECT
ProductOfferAttachment
A product offer attachment
link GraphQL Schema definition
- type ProductOfferAttachment {
- # Image of the product
- ConversationMessageAttachmentImageLink :
- # Title of the product
- String! :
- # Price of the product
- String! :
- # Price of the offer
- String :
- # Description of the offer
- String :
- # Availability of the product
- Boolean! :
- # Actions of the card
- ConversationMessageAttachmentAction!]! : [
- }