Skip to main content
GET
/
listings
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/listings/{id}
{
  "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
  "connectionId": "488fa4bd-9e19-4eb5-b461-abeb38a0f9de",
  "productId": null,
  "externalId": "MLB12345678",
  "sku": "SKU-XPTO",
  "title": "Celular Smartphone Top de Linha",
  "price": 1500.00,
  "stock": 10,
  "status": "active",
  "permalink": "https://...",
  "thumbnail": "https://...",
  "lastSyncedAt": "2024-02-15T10:00:00.000Z"
}

Path

id
string
required
UUID da entidade de listing local.

Response

{
  "id": "e4b6d4e8-8e6d-41da-abdb-8fc358a9e7f1",
  "connectionId": "488fa4bd-9e19-4eb5-b461-abeb38a0f9de",
  "productId": null,
  "externalId": "MLB12345678",
  "sku": "SKU-XPTO",
  "title": "Celular Smartphone Top de Linha",
  "price": 1500.00,
  "stock": 10,
  "status": "active",
  "permalink": "https://...",
  "thumbnail": "https://...",
  "lastSyncedAt": "2024-02-15T10:00:00.000Z"
}

Path Parameters

id
string
required

Response

200 - undefined