Listar

Trae devuelta la lista de productos que posee cada cliente. También puedes agregar el parameto search para buscar o filtrar por código de barras, sku o nombre

QUERY PARAMETERSREQUERIDO
searchfalse
CODIGORESPUESTADESCRIPCIÓN
200SUCCESS-
{
  "count": 0,
  "next": "http://example.com",
  "previous": "http://example.com",
  "results": [
    {
      "id": 0,
      "category_name": "string",
      "subcategory_name": "string",
      "client_name": "string",
      "state": true,
      "short_name": "string",
      "long_name": "string",
      "specification": "string",
      "bar_code": "string",
      "code": "string",
      "level": "string",
      "sku": "string",
      "link_qr": "string",
      "source": "string",
      "unit": "string",
      "image": "http://example.com",
      "cost_price": "string",
      "unit_price": "string",
      "unit_sale": "string",
      "unit_vip": "string",
      "time_init": "2019-08-24T14:15:22Z",
      "time_finish": "2019-08-24T14:15:22Z",
      "stock": 2147483648,
      "nfc_url": "http://example.com",
      "offer_description": "string",
      "prop_extra_1": "string",
      "prop_extra_2": "string",
      "prop_extra_3": "string",
      "prop_extra_4": "string",
      "prop_extra_5": "string",
      "prop_extra_6": "string",
      "prop_extra_7": "string",
      "prop_extra_8": "string",
      "prop_extra_9": "string",
      "prop_extra_10": "string",
      "prop_extra_11": "string",
      "prop_extra_12": "string",
      "prop_extra_13": "string",
      "prop_extra_14": "string",
      "prop_extra_15": "string",
      "prop_extra_16": "string",
      "category": 0,
      "subcategory": 0,
      "client": 0,
      "categoryproduct" : 0
    }
  ]
}