Skip to main content

Type Processing Successful

Description

Notification about a PROCESSING_SUCCESSFUL event.

Response Body

ParentNameOutput
$.data[]
REQUIRED
data[]orgId
REQUIRED
data[]id
REQUIRED
data[]createdDate
REQUIRED
data[]feedbackUrl
REQUIRED
data[]resourceDetails
REQUIRED
data[]type
REQUIRED
resourceDetailsetag
REQUIRED
resourceDetailsresourceId
REQUIRED
resourceDetailsresourceType
REQUIRED
resourceDetailsstate
REQUIRED
resourceDetailsbrandId
CONDITIONAL

Brand ID

brandId (string) is provided when $.locationDetails.brandId is present.

Example Response Bodies

Location — No Brand Delegation

A PROCESSING_SUCCESSFUL notification is generated when a location is successfully processed. When the organization manages its own resources directly with no active brand delegation, only that organization receives the notification.

Notification ForProcess Initiated byTriggering Event
Location owner (no active brand delegation)Location ownerLocation successfully processed
{
"data": [
{
"orgId": "9467895078742654994",
"id": "9467895078742654985",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654960",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654957",
"etag": "32ed96de-7e79-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
},
{
"orgId": "9467895078742654994",
"id": "9467895078742654914",
"createdDate": "2026-10-09T14:12:46.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654950",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654948",
"etag": "b88387d3-7e5d-11ee-95ea-e6d01fc9d8c6",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "8U54a61d9b495324"
},
"next": "/v1/orgs/9467895078742654994/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=2&after=8U54a61d9b495324"
}
}
Location — Owner Initiates, Multiple Delegated Partners

A PROCESSING_SUCCESSFUL notification is generated when a location is successfully processed. When the brand associated with the location has been delegated to one or more partners, all parties — the owner and each partner whose delegation scope includes the brand — receive this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.

Notification ForProcess Initiated byTriggering Event
Location owner and all delegated partnersLocation ownerLocation successfully processed
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654904",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654933",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654939",
"etag": "c2b424d8-7e7c-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "1C44a61d9b495276"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=1C44a61d9b495276"
}
}
Location — Partner Initiates, Multiple Delegated Partners

The same notification is generated when a delegated partner initiates the resource operation. The owner and all partners whose delegation scope includes the brand receive this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.

Notification ForProcess Initiated byTriggering Event
Location owner and all delegated partnersDelegated partnerLocation successfully processed
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654525",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654973",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654509",
"etag": "f114c30e-7e7d-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "4D22a61d9b495037"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=4D22a61d9b495037"
}
}
Brand Create

A PROCESSING_SUCCESSFUL notification is generated when a brand is successfully processed. At the time of brand creation, the only partners who receive this notification alongside the owner are those whose delegation scope covers all current and future brands. A partner delegated to a specific brand after creation would not receive a notification for that creation event.

Notification ForProcess Initiated byTriggering Event
Location owner and all delegated partnersLocation ownerBrand successfully processed

Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.

{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654918_8350d63e-71da-4ffd-814e-cc2c9329a8fc_PROCESSING_SUCCESSFUL",
"createdDate": "2026-10-10T17:34:11.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654918_8350d63e-71da-4ffd-814e-cc2c9329a8fc_PROCESSING_SUCCESSFUL",
"resourceDetails": {
"resourceType": "BRAND",
"resourceId": "9467895078742654918",
"etag": "8350d63e-71da-4ffd-814e-cc2c9329a8fc",
"state": "PUBLISHED"
}
}
],
"pagination": {
"cursors": {
"after": "5R71a61d9b495108"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==BRAND&limit=1&after=5R71a61d9b495108"
}
}