Contact
CSRF token for write operations (POST, PUT, PATCH, DELETE). Required for security when using session authentication. Obtain token from cookie 'csrftoken' or meta tag in HTML.
abc123def456ghi789Session ID and CSRF token cookies.
Format: sessionid=<id>; osessionid=<id>; csrftoken=<token>
sessionid=abc123def456; osessionid=abc123def456; csrftoken=xyz789ID of the contact subject. Determines if an order reference is required.
Optional file attachment. Validated for allowed extensions and size limits.
ID of the related order. Required if the selected subject implies an order context. Must belong to the authenticated user.
Operation type key. Validated against configured contact email recipients (CONTACT_US_EMAIL_TO).
Message sent successfully
No content
Validation error
No content
List of subjects
Unique identifier for the contact subject.
Localized subject text.
Indicates if an order ID is required for this subject.
List of subjects
List of conversations
Unique identifier for the conversation.
The subject of the conversation.
Details of the related item (Product or OrderItem). Structure depends on item_content.
Model name of the item content (e.g., 'product', 'orderitem').
Timestamp of the last message in the conversation.
Indicates if the conversation is public.
Indicates if the conversation has been answered.
List of conversations
CSRF token for write operations (POST, PUT, PATCH, DELETE). Required for security when using session authentication. Obtain token from cookie 'csrftoken' or meta tag in HTML.
abc123def456ghi789Session ID and CSRF token cookies.
Format: sessionid=<id>; osessionid=<id>; csrftoken=<token>
sessionid=abc123def456; osessionid=abc123def456; csrftoken=xyz789Request body for creating a conversation or message.
Validation:
DataSourcecannot reply to a review.- Users must match the authenticated user and content owner.
The body of the message.
Type of user creating the conversation.
ID of the related content object (e.g., User ID).
Slug of the content type. Determines the context of the conversation.
ID of existing conversation to reply to.
ID of the datasource (if applicable).
ID of the user.
Subject of the conversation.
Model name of the item content. Used to link conversation to specific items.
ID of the specific item.
Type of conversation.
Whether the conversation is public.
Conversation created
Validation error
No content
Conversation ID
Conversation details
Unique identifier for the conversation.
The subject of the conversation.
Details of the related item (Product or OrderItem). Structure depends on item_content.
Model name of the item content (e.g., 'product', 'orderitem').
Timestamp of the last message in the conversation.
Indicates if the conversation is public.
Indicates if the conversation has been answered.
Conversation details
Last updated
Was this helpful?

