v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-products

Obter produto

Obter produto

get/products/{product_id}

Path parameters

product_idstring required

ID do produto.

Response

Success

_idstring
base_pricestring
created_atstring
descriptionstring
namestring
updated_atstring
visibleboolean

Example response

{
  "_id": "5d67f9ea5d27c100308f83d1",
  "base_price": "15.44",
  "created_at": "2019-08-29T13:14:34.457-03:00",
  "description": "Caneta fina 0,4 Preta",
  "name": "Caneta",
  "product_custom_fields": [
    {
      "created_at": "2019-08-29T13:14:34.457-03:00",
      "custom_field_id": "66e99d06a2d970001d5bfd18",
      "id": "66e99d06a2d970001d5bfd18",
      "updated_at": "2019-08-29T13:14:34.457-03:00",
      "value": "12cm"
    }
  ],
  "updated_at": "2021-10-22T16:53:17.072-03:00",
  "visible": true
}