Skip to main content

This type specifies the reference type and associated reference ID associated with a message.

Type that uses Reference

SendMessageRequest

Call that uses Reference

Fields

Field
Type
Description
referenceId
This value indicates the reference ID associated with the corresponding referenceType value.

For example, in the case of a LISTING reference type, this value will be the item ID value of the listing.
referenceType
This value indicates the reference type to associate with the conversation.

The reference type is used to specify what the conversation is in reference to. For example, a value of LISTING specifies that the conversation is associated with a specific listing. The item ID associated with this listing will then be returned in the referenceId field.

Currently, only LISTING is supported.