{
"id": "string",
"sellerId": "string",
"deliveryCharge": 0,
"subtotal": 0,
"total": 0,
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"items": [
{
"id": "string",
"status": "PENDING",
"listingId": "string",
"orderId": "string",
"urn": "string",
"price": 0,
"quantity": 0,
"condition": "string",
"language": "string",
"variants": [],
"comment": "string",
"shipmentId": "string",
"caseId": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"item": {
"urn": "string",
"type": "card",
"game": "Pokemon",
"title": "string",
"name": "string",
"rarity": "string",
"number": "string",
"description": "string",
"set": {
"name": "string",
"size": 0,
"urn": "string",
"counts": {
"printed": 0,
"total": 0
},
"symbol": {
"url": "string"
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"urn": "string"
},
"images": [
{
"urn": "string",
"illustrator": "string",
"url": "http://example.com"
}
],
"alternatives": [
"string"
],
"metadata": [
{
"name": "string",
"value": "string",
"detail": null
}
],
"price": 0,
"available": 0
}
}
],
"shipments": [
{
"id": "string",
"trackingNumber": "string",
"trackingStatus": "string",
"trackingStatusDetail": "string",
"trackingUrl": "string",
"carrier": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"attachments": [
{
"id": "string",
"url": "http://example.com",
"hidden": true
}
]
}
],
"purchase": {
"deliveryAddress": {
"name": "string",
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
},
"user": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
}
},
"reviews": {},
"cases": [
{
"id": "string",
"workflowId": "string",
"reason": "SNAD",
"comment": "string",
"status": "OPEN",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"outcomes": [
{
"id": "string",
"type": "RETURN",
"party": "SELLER",
"status": "PENDING",
"caseId": "string",
"amount": 0,
"comment": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"deliveryAddress": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
}
}
],
"attachments": [
{
"url": "http://example.com",
"party": "SELLER",
"createdAt": "2019-08-24T14:15:22Z"
}
],
"orderId": "string"
}
]
}