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

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
current_supplier
object
required
supplier_products
object[]
required
album
object
required
product_variants
object[]
required
base
object
required
price
string
required
id
integer
cost
string
presentation
string
created_at
string
updated_at
string
has_iva
boolean
public_price
string | null
average_cost
string
is_active
boolean
sat_key
string | null
Maximum length: 50
sat_unit
string | null
Maximum length: 100
has_shortage
boolean
ean_key
string | null
Maximum length: 50
should_calculate_price
boolean
enlace_vital_description
string
Maximum length: 10
active_ingredient
string | null
Maximum length: 250
description
string | null
group_number
integer | null
Required range: 0 <= x <= 2147483647
image
string | null
is_generic
boolean | null
name
string | null
Maximum length: 250
category
integer | null
medical_information
integer | null
pharmaceutical_company
integer | null
variants
integer[]
diseases
integer[]