API Reference
Get Product
API Reference
Get Product
GET
/
api
/
products
/
{id}
curl --request GET \
--url https://api-v2.vitau.mx/api/products/{id}/ \
--header 'X-API-KEY: <api-key>'
{
"id": 123,
"current_supplier": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"cost": "<string>",
"presentation": "<string>",
"supplier_products": [
{
"id": 123,
"supplier": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"cost": "<string>",
"product": 123
}
],
"album": {
"id": 123,
"images": [
{
"id": 123,
"album": 123,
"image": "<string>",
"is_default": true
}
]
},
"product_variants": [
{
"id": 123,
"variant": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"value": "<string>"
}
],
"base": {
"id": 123,
"category": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"parent": 123
},
"pharmaceutical_company": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"diseases": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
}
],
"tags": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
}
],
"medical_information": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"active_ingredient": "<string>",
"is_generic": true,
"group_number": 1073741823,
"requires_prescription": true,
"base_product": 123
},
"is_medicine": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_by": 123,
"updated_by": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"price": "<string>",
"has_iva": true,
"public_price": "<string>",
"average_cost": "<string>",
"is_active": true,
"sat_key": "<string>",
"sat_unit": "<string>",
"has_shortage": true,
"ean_key": "<string>",
"should_calculate_price": true,
"enlace_vital_description": "<string>",
"active_ingredient": "<string>",
"description": "<string>",
"group_number": 1073741823,
"image": "<string>",
"is_generic": true,
"name": "<string>",
"category": 123,
"medical_information": 123,
"pharmaceutical_company": 123,
"variants": [
123
],
"diseases": [
123
]
}
Authorizations
Path Parameters
Response
200 - application/json
Required string length:
1 - 50
Maximum length:
250
Required range:
0 <= x <= 2147483647
Required string length:
1 - 250
Maximum length:
50
Maximum length:
100
Maximum length:
50
Maximum length:
10
Maximum length:
250
Required range:
0 <= x <= 2147483647
Maximum length:
250
Was this page helpful?
curl --request GET \
--url https://api-v2.vitau.mx/api/products/{id}/ \
--header 'X-API-KEY: <api-key>'
{
"id": 123,
"current_supplier": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"cost": "<string>",
"presentation": "<string>",
"supplier_products": [
{
"id": 123,
"supplier": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"cost": "<string>",
"product": 123
}
],
"album": {
"id": 123,
"images": [
{
"id": 123,
"album": 123,
"image": "<string>",
"is_default": true
}
]
},
"product_variants": [
{
"id": 123,
"variant": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"value": "<string>"
}
],
"base": {
"id": 123,
"category": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"parent": 123
},
"pharmaceutical_company": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
},
"diseases": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
}
],
"tags": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>"
}
],
"medical_information": {
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"active_ingredient": "<string>",
"is_generic": true,
"group_number": 1073741823,
"requires_prescription": true,
"base_product": 123
},
"is_medicine": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_by": 123,
"updated_by": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"price": "<string>",
"has_iva": true,
"public_price": "<string>",
"average_cost": "<string>",
"is_active": true,
"sat_key": "<string>",
"sat_unit": "<string>",
"has_shortage": true,
"ean_key": "<string>",
"should_calculate_price": true,
"enlace_vital_description": "<string>",
"active_ingredient": "<string>",
"description": "<string>",
"group_number": 1073741823,
"image": "<string>",
"is_generic": true,
"name": "<string>",
"category": 123,
"medical_information": 123,
"pharmaceutical_company": 123,
"variants": [
123
],
"diseases": [
123
]
}