Produtos
Consultar produto
API Reference
Autenticação
Financeiro
- Saldos
- Saques
Webhooks
Eventos
Produtos
Consultar produto
Obtenha os detalhes de um produto específico, passando o product_id.
GET
/
products
/
{id}
curl --request GET \
--url https://public-api.kiwify.com/v1/products/{id} \
--header 'Authorization: Bearer <token>' \
--header 'x-kiwify-account-id: <api-key>'
{
"id": "20072760-3699-11ee-b627-87e13b212de8",
"store_id": "XvS0qfkdzCZTg8z",
"name": "pix test",
"type": "membership",
"created_at": "2023-08-09T09:42:59.074Z",
"price": 500,
"affiliate_enabled": false,
"status": "active",
"payment_type": "charge",
"shipping_options": [
{
"id": "928b5935-a3d9-4f21-879d-f46c1b30d9f0",
"name": "Frete Gratis",
"price": 0
}
],
"links": [
{
"id": "KMgND1r",
"custom_name": null,
"status": "active",
"is_sales_page": false
}
],
"bumps": [
{
"id": "9811cdd9-45e9-456d-8c3b-114a7cf6fa33",
"color": "#f7f7f7",
"link": {
"id": "AbDFGi0",
"custom_name": null,
"status": "active",
"is_sales_page": false
}
}
],
"offers": [],
"event_settings": null,
"event_batches": [],
"subscriptions": [],
"revenue_partners": []
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200
application/json
Response description
The response is of type object
.
curl --request GET \
--url https://public-api.kiwify.com/v1/products/{id} \
--header 'Authorization: Bearer <token>' \
--header 'x-kiwify-account-id: <api-key>'
{
"id": "20072760-3699-11ee-b627-87e13b212de8",
"store_id": "XvS0qfkdzCZTg8z",
"name": "pix test",
"type": "membership",
"created_at": "2023-08-09T09:42:59.074Z",
"price": 500,
"affiliate_enabled": false,
"status": "active",
"payment_type": "charge",
"shipping_options": [
{
"id": "928b5935-a3d9-4f21-879d-f46c1b30d9f0",
"name": "Frete Gratis",
"price": 0
}
],
"links": [
{
"id": "KMgND1r",
"custom_name": null,
"status": "active",
"is_sales_page": false
}
],
"bumps": [
{
"id": "9811cdd9-45e9-456d-8c3b-114a7cf6fa33",
"color": "#f7f7f7",
"link": {
"id": "AbDFGi0",
"custom_name": null,
"status": "active",
"is_sales_page": false
}
}
],
"offers": [],
"event_settings": null,
"event_batches": [],
"subscriptions": [],
"revenue_partners": []
}