Appearance
Get Sale ​
Description ​
The call is used to obtain all information about the Sale object.
Calling ​
GET /{qwqerId}/sales/{id}
| Parameter Key Name | Description |
|---|---|
{qwqerId} | [ * ] Marketplace UUID |
{id} | [ * ] Sale UUID |
Response ​
200 - Successful request ​
json
{
"id": "string",
"quantity": 0,
"status": "string",
"externalId": "string",
"deliveryCountry": "string",
"deliveryCity": "string",
"deliveryAddress": "string",
"latitude": 0,
"longitude": 0,
"buyerFullName": "string",
"buyerPhone": "string",
"deliveryId": "string",
"item": {
"id": "string",
"externalId": "string",
"quantity": 0,
"title": "string",
"description": "string",
"sellerExternalId": "string",
"profitPercent": 0,
"price": 0,
"sku": "string",
"externalLink": "string",
"profit": 0,
"createdAt": "string",
"pictures": [
{
"path": "string"
}
],
"specs": [
{
"id": "string",
"value": "string"
}
]
}
}400 - Invalid request ​
json
{
"message": "string"
}