Skip to main content
GET
/
products
/
{id}
Detalhar produto
curl --request GET \
  --url https://api.speedsellx.io/seller/v1/products/{id}
{
  "data": {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "status": "<string>",
    "type": "<string>",
    "payment_type": "<string>",
    "recurrence_interval": "<string>",
    "price": 123,
    "currency": "<string>",
    "is_free": true,
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Path Parameters

id
integer
required

Response

data
ProductResource · object
required