Offer Discount
Discount price. Not to be read if discount with ranges is specified (i.e. discount with at least one range with quantity threshold greater than one).
Discount start date
Discount end date
Origin price
Discount ranges
{ "discountPrice": 40, "startDate": "Example Custom Scalar", "endDate": "Example Custom Scalar", "originPrice": 40, "ranges": [ { "__typename": "DiscountRange" } ] }
Thread Connection
The connection type for Thread.
A list of edges.
Information to aid in pagination.
Implements interfaces
{ "edges": [ { "node": { "authorizedParticipants": [ { "__typename": "ThreadParticipant" } ], "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "currentParticipants": [ { "__typename": "ThreadParticipant" } ], "customerOrganization": { "__typename": "ThreadCustomerOrganization" }, "dateCreated": "Example Custom Scalar", "entities": [ { "__typename": "ThreadEntity" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "messages": [ { "__typename": "ThreadMessage" } ], "metadata": { "__typename": "ThreadMetadata" }, "topic": { "__typename": "ThreadTopic" } } } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true, "startCursor": "Example String" } }
Thread Edge
An edge in a connection.
The item of the edge.
{ "node": { "authorizedParticipants": [ { "__typename": "ThreadParticipant" } ], "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "currentParticipants": [ { "__typename": "ThreadParticipant" } ], "customerOrganization": { "__typename": "ThreadCustomerOrganization" }, "dateCreated": "Example Custom Scalar", "entities": [ { "__typename": "ThreadEntity" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "messages": [ { "__typename": "ThreadMessage" } ], "metadata": { "__typename": "ThreadMetadata" }, "topic": { "__typename": "ThreadTopic" } } }
Thread
Represents a thread.
Thread authorized participants. Those are the participants who are authorized to join the thread.
Thread current participants. Those are the participants who have actually participated in the thread, meaning that they are either sender or receivers of at least one message of the thread.
Data related to the customer organization (B2B transactions)
Thread creation date
Thread entities
Thread id
Thread messages
Thread metadata
Thread topic
Implements interfaces
{ "authorizedParticipants": [ { "__typename": "ThreadParticipant" } ], "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "currentParticipants": [ { "__typename": "ThreadParticipant" } ], "customerOrganization": { "__typename": "ThreadCustomerOrganization" }, "dateCreated": "Example Custom Scalar", "entities": [ { "__typename": "ThreadEntity" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "messages": [ { "__typename": "ThreadMessage" } ], "metadata": { "__typename": "ThreadMetadata" }, "topic": { "__typename": "ThreadTopic" } }
Thread Message
Represents a message in a thread.
Message attachments
Message body
Message creation date
Message sender
Message id
Message recipients
{ "attachments": [ { "__typename": "ThreadMessageAttachment" } ], "body": "Example String", "dateCreated": "Example Custom Scalar", "from": { "__typename": "ThreadMessageSender" }, "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "to": [ { "__typename": "ThreadMessageRecipient" } ] }