POST hooks
Request Information
URI Parameters
None.
Body Parameters
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| received_at | date |
None. |
|
| resource | string |
None. |
|
| sent_at | date |
None. |
|
| topic | string |
None. |
|
| seller_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"received_at": "2025-12-16T02:20:11.4882769-03:00",
"resource": "sample string 2",
"sent_at": "2025-12-16T02:20:11.4882769-03:00",
"topic": "sample string 4",
"seller_id": "sample string 5"
}
application/xml, text/xml
Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W3.Class.Comercial.ECommerce.Olist.Notification"> <received_at>2025-12-16T02:20:11.4882769-03:00</received_at> <resource>sample string 2</resource> <seller_id>sample string 5</seller_id> <sent_at>2025-12-16T02:20:11.4882769-03:00</sent_at> <topic>sample string 4</topic> </Notification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |