Appearance
listing.in-review
Fires when a listing is being reviewed by our team before going live.
Payload
The payload is the listing at the moment it entered review — status is in-review and publishedAt is not yet set.
json
{
"id": "85352",
"status": "in-review",
"condition": "used",
"usedCondition": "excellent",
"marketplace": "ebay",
"startingPrice": 65,
"currentPrice": 65,
"minimumPrice": 40,
"createdAt": "2026-06-11T05:02:34.682Z",
"updatedAt": "2026-06-11T05:02:34.682Z",
"user": {
"type": "personal",
"email": "person@domain.com"
},
"token": {
"hash": "ca9595121bb1a8f1d1a2e64bab47b4c46e74a45d358dc015b40eb9af8c02f69c",
"relatedProduct": {
"size": "L",
"brand": "Zara",
"title": "Cropped Wool Blend Jacket",
"colour": "Light Grey",
"productMedia": {
"edges": []
}
}
},
"photos": {
"edges": [
{
"node": {
"id": "139891",
"position": 0,
"externalId": "l7zbpsrtovssit3blgi7",
"originalURL": "https://res.cloudinary.com/authentified/image/upload/v1781154099/l7zbpsrtovssit3blgi7.jpg",
"thumbnailURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_100/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0",
"xsmallURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_200/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0",
"smallURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_400/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0",
"mediumURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_800/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0",
"largeURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_1200/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0",
"xlargeURL": "https://res.cloudinary.com/authentified/image/upload/c_fit,w_1600/l7zbpsrtovssit3blgi7?_a=DATAiZXyZAA0"
}
}
]
}
}1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
See Events and Payloads for the full catalogue.