Vistas del Producto

La API para recuperar un producto puede recibir como parámetro la vista que se desea obtener. Estas pueden ser:

  • mini: Contiene la información mínima del producto, útil para obtener más rapidamente listados con gran cantidad de productos.
  • summary: Contiene una versión más extensa del producto.
  • show: Es la vista por defecto si se omite el parámetro view y contiene la información extendida del producto.

A continuación se lista un ejemplo de cada vista.

GET /api/products/:id?view=mini

Response:

{
  "id": 3913,
  "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
  "display_price": "$429",
  "display_pvp_price": "$1.225",
  "display_discount_percentage": "65%",
  "slug": "anteojos-de-sol-infinit-diva-varios-colores",
  "permalink": "p/moda-y-accesorios/anteojos/anteojos-de-sol-infinit-diva-varios-colores/3913",
  "image": {
    "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/category_thumb/diva_bs_lace_smk_grd.jpg?1424358098"
  },
  "variant_id": 4201,
  "has_free_shipping": false,
  "is_outlet": false,
  "is_discontinued": false,
  "is_pcuidados": false,
  "best_plan": {
    "installments": 3,
    "discount_percentage": "0.0",
    "interest_percentage": "0.0",
    "display_total_amount": "$429",
    "display_installment_amount": "$143",
    "display_discount_percentage": "0%",
    "has_discount": false
  }
}

GET /api/products/:id?view=summary

Response:

{
  "id": 3913,
  "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
  "taxon_ids": [
    1001,
    999,
    997,
    1005
  ],
  "display_pvp_price": "$1.225",
  "pvp_price": "1225.0",
  "display_discount_percentage": "65%",
  "price": "429.0",
  "display_price": "$429",
  "description": "",
  "slug": "anteojos-de-sol-infinit-diva-varios-colores",
  "permalink": "p/moda-y-accesorios/anteojos/anteojos-de-sol-infinit-diva-varios-colores/3913",
  "stop_sale": false,
  "stock_count": 0,
  "sku": "",
  "has_free_shipping": false,
  "is_outlet": false,
  "is_discontinued": false,
  "is_pcuidados": false,
  "best_plan": {
    "installments": 3,
    "discount_percentage": "0.0",
    "interest_percentage": "0.0",
    "id": 59,
    "order": "-3.0",
    "financial_corporation_id": 2,
    "credit_card_type_id": 18,
    "decidir_amount": "42900",
    "total_amount": "429.0",
    "display_total_amount": "$429",
    "installment_amount": "143.0",
    "display_installment_amount": "$143",
    "display_discount_percentage": "0%",
    "finance": "0.0",
    "has_discount": false,
    "final_price": "429.0",
    "display_final_price": "$429"
  },
  "variants": [
    {
      "id": 4201,
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "display_pvp_price": "$1.225",
      "display_discount_percentage": "65%",
      "price": "429.0",
      "display_price": "$429",
      "in_stock": false,
      "stock_count": 0,
      "can_supply": false,
      "images": [
        {
          "id": 7295,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_small/diva_bs_lace_smk_grd.jpg?1424358098",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_large/diva_bs_lace_smk_grd.jpg?1424358098",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_thumb/diva_bs_lace_smk_grd.jpg?1424358098",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/mini/diva_bs_lace_smk_grd.jpg?1424358098",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/product/diva_bs_lace_smk_grd.jpg?1424358098"
        },
        {
          "id": 7467,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091"
        }
      ],
      "product_properties": [
        {
          "value": "POLICARBONATO",
          "presentation": "LENTE"
        },
        {
          "value": "SI",
          "presentation": "PROTECCIÓN UV"
        },
        {
          "value": "5,5 CM",
          "presentation": "ALTO"
        }
      ],
      "option_values": [
        {
          "id": 90,
          "name": "#ffffff/#000000/#660066",
          "presentation": "BLANCO / NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "brand": {
        "id": null,
        "name": "Nil Brand"
      }
    },
    {
      "id": 4200,
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "display_pvp_price": "$1.225",
      "display_discount_percentage": "65%",
      "price": "429.0",
      "display_price": "$429",
      "in_stock": false,
      "stock_count": 0,
      "can_supply": false,
      "images": [
        {
          "id": 7467,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091"
        }
      ],
      "product_properties": [
        {
          "value": "POLICARBONATO",
          "presentation": "LENTE"
        },
        {
          "value": "SI",
          "presentation": "PROTECCIÓN UV"
        },
        {
          "value": "5,5 CM",
          "presentation": "ALTO"
        }
      ],
      "option_values": [],
      "brand": {
        "id": null,
        "name": "Nil Brand"
      }
    },
    {
      "id": 4202,
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "display_pvp_price": "$1.225",
      "display_discount_percentage": "65%",
      "price": "429.0",
      "display_price": "$429",
      "in_stock": false,
      "stock_count": 0,
      "can_supply": false,
      "images": [
        {
          "id": 7294,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_small/diva_earth.jpg?1424358042",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_large/diva_earth.jpg?1424358042",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_thumb/diva_earth.jpg?1424358042",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/mini/diva_earth.jpg?1424358042",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/product/diva_earth.jpg?1424358042"
        },
        {
          "id": 7467,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091"
        }
      ],
      "product_properties": [
        {
          "value": "POLICARBONATO",
          "presentation": "LENTE"
        },
        {
          "value": "SI",
          "presentation": "PROTECCIÓN UV"
        },
        {
          "value": "5,5 CM",
          "presentation": "ALTO"
        }
      ],
      "option_values": [
        {
          "id": 91,
          "name": "#F5F1DE/#67403A",
          "presentation": "BEIGE / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "brand": {
        "id": null,
        "name": "Nil Brand"
      }
    },
    {
      "id": 4203,
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "display_pvp_price": "$1.225",
      "display_discount_percentage": "65%",
      "price": "429.0",
      "display_price": "$429",
      "in_stock": false,
      "stock_count": 0,
      "can_supply": false,
      "images": [
        {
          "id": 7296,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_small/diva_bs_smk_night_grd.jpg?1424358164",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_large/diva_bs_smk_night_grd.jpg?1424358164",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_thumb/diva_bs_smk_night_grd.jpg?1424358164",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/mini/diva_bs_smk_night_grd.jpg?1424358164",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/product/diva_bs_smk_night_grd.jpg?1424358164"
        },
        {
          "id": 7467,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091"
        }
      ],
      "product_properties": [
        {
          "value": "POLICARBONATO",
          "presentation": "LENTE"
        },
        {
          "value": "SI",
          "presentation": "PROTECCIÓN UV"
        },
        {
          "value": "5,5 CM",
          "presentation": "ALTO"
        }
      ],
      "option_values": [
        {
          "id": 31,
          "name": "#000",
          "presentation": "NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "brand": {
        "id": null,
        "name": "Nil Brand"
      }
    },
    {
      "id": 4204,
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "display_pvp_price": "$1.225",
      "display_discount_percentage": "65%",
      "price": "429.0",
      "display_price": "$429",
      "in_stock": false,
      "stock_count": 0,
      "can_supply": false,
      "images": [
        {
          "id": 7300,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_small/_DSC5142.jpg?1424358518",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_large/_DSC5142.jpg?1424358518",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_thumb/_DSC5142.jpg?1424358518",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/mini/_DSC5142.jpg?1424358518",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/product/_DSC5142.jpg?1424358518"
        },
        {
          "id": 7467,
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091"
        }
      ],
      "product_properties": [
        {
          "value": "POLICARBONATO",
          "presentation": "LENTE"
        },
        {
          "value": "SI",
          "presentation": "PROTECCIÓN UV"
        },
        {
          "value": "5,5 CM",
          "presentation": "ALTO"
        }
      ],
      "option_values": [
        {
          "id": 16,
          "name": "#0000FF",
          "presentation": "AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "brand": {
        "id": null,
        "name": "Nil Brand"
      }
    }
  ],
  "option_types": [
    {
      "id": 2,
      "name": "COLOR",
      "presentation": "COLOR",
      "position": 3,
      "option_values": [
        {
          "id": 3,
          "name": "#FFF",
          "presentation": "BLANCO / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 4,
          "name": "#000",
          "presentation": "NEGRO / PLATEADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 11,
          "name": "#660066",
          "presentation": "VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 12,
          "name": "#00CC00",
          "presentation": "VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 13,
          "name": "#FF0000",
          "presentation": "ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 14,
          "name": "#FF6600",
          "presentation": "NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 15,
          "name": "#FF5CD6",
          "presentation": "FUCSIA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 16,
          "name": "#0000FF",
          "presentation": "AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 17,
          "name": "#FFFF00",
          "presentation": "AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 18,
          "name": "#E0E0D1",
          "presentation": "TRANSLUCIDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 19,
          "name": "#06fbca",
          "presentation": "VERDE AGUA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 20,
          "name": "#4394f0",
          "presentation": "CELESTE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 21,
          "name": "#FFFF00/#000099",
          "presentation": "AMARILLO / AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 22,
          "name": "#000000/#00FF00",
          "presentation": "NEGRO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 23,
          "name": "#FF47DB/#FFFFFF",
          "presentation": "ROSA / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 24,
          "name": "#000000/#0033CC",
          "presentation": "NEGRO / AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 25,
          "name": "#000000/#FFFF00",
          "presentation": "NEGRO / AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 26,
          "name": "#FFFF00/#00CC00",
          "presentation": "AMARILLO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 31,
          "name": "#000",
          "presentation": "NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 32,
          "name": "#FFFFF0",
          "presentation": "MARFIL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 33,
          "name": "#ffffff",
          "presentation": "BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 34,
          "name": "#000000/#FF0000",
          "presentation": "NEGRO / ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 35,
          "name": "#000000/#00CC00",
          "presentation": "NEGRO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 36,
          "name": "#FF6699/#FF6699",
          "presentation": "BLANCO / ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 37,
          "name": "#9E9E9E",
          "presentation": "GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 38,
          "name": "#43362e",
          "presentation": "WENGUE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 39,
          "name": "#63190e",
          "presentation": "CAOBA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 40,
          "name": "#A76F40",
          "presentation": "ROBLE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 41,
          "name": "#67403A",
          "presentation": "MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 42,
          "name": "#F5F1DE",
          "presentation": "BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 43,
          "name": "#FFFFCC",
          "presentation": "CREMA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 45,
          "name": "#D0A600",
          "presentation": "DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 46,
          "name": "#D1FA53",
          "presentation": "PALTA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 47,
          "name": "#3D2048",
          "presentation": "PÚRPURA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 48,
          "name": "#F054CF",
          "presentation": "ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 49,
          "name": "#4E3C06",
          "presentation": "HABANO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 50,
          "name": "#CBC1AF",
          "presentation": "CRUDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 51,
          "name": "#927D54",
          "presentation": "TAUPE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 52,
          "name": "#000/#67403A",
          "presentation": "NEGRO/MARRÓN ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 58,
          "name": "#E2893A",
          "presentation": "ÁMBAR",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 59,
          "name": "#c90034",
          "presentation": "RUBÍ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 60,
          "name": "#FFFFFF/#23ed16",
          "presentation": "BLANCO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 61,
          "name": "#0000FF",
          "presentation": "AZUL METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 62,
          "name": "#FF0000",
          "presentation": "ROJO METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 63,
          "name": "#00CC00",
          "presentation": "VERDE METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 64,
          "name": "#CC99FF",
          "presentation": "LILA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 65,
          "name": "#FFB266",
          "presentation": "TOSTADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 66,
          "name": "#000099",
          "presentation": "AZUL MARINO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 67,
          "name": "#66B2FF",
          "presentation": "CIELO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 68,
          "name": "#CC99FF",
          "presentation": "ORQUÍDEA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 77,
          "name": "#000/#ccccc",
          "presentation": "NEGRO / GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 83,
          "name": "#ffffff/#ccccc",
          "presentation": "BLANCO/GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 85,
          "name": "#0000FF/#FFF",
          "presentation": "AZUL / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 86,
          "name": "#FF0000/#FFF",
          "presentation": "ROJO / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 87,
          "name": "#a95a26",
          "presentation": "LEOPARDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 88,
          "name": "#000/#ffffff",
          "presentation": "NEGRO/BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 89,
          "name": "#D5D5D5/#67403A",
          "presentation": "PLATEADO/MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 90,
          "name": "#ffffff/#000000/#660066",
          "presentation": "BLANCO / NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 91,
          "name": "#F5F1DE/#67403A",
          "presentation": "BEIGE / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 92,
          "name": "#D4A045/#67403A",
          "presentation": "COBRE/MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 93,
          "name": "#252525",
          "presentation": "NEGRO MATE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 94,
          "name": "#5e0013",
          "presentation": "BORDÓ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 95,
          "name": "#D4A045",
          "presentation": "COBRE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 96,
          "name": "#FFFFFF/#67403A",
          "presentation": "BLANCO / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 97,
          "name": "#67403A/#D0A600",
          "presentation": "MARRÓN / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 98,
          "name": "#FD76B5",
          "presentation": "ROSA FLUOR",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 99,
          "name": "#00CC00/#D0A600",
          "presentation": "VERDE / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 100,
          "name": "#D5D5D5",
          "presentation": "PLATEADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 101,
          "name": "#67403A/#5e0013",
          "presentation": "MARRÓN / BORDÓ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 102,
          "name": "#000000/#660066",
          "presentation": "NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 103,
          "name": "#EEEBEB",
          "presentation": "HUESO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 104,
          "name": "#ffffff/#0000FF",
          "presentation": "BLANCO/AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 105,
          "name": "#99CCFF",
          "presentation": "TURQUESA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 107,
          "name": "#fcf7e1/#FF0000",
          "presentation": "CRUDO / ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 108,
          "name": "#a4701e/#F5F1DE",
          "presentation": "CHOCOLATE / BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 109,
          "name": "#a4701e",
          "presentation": "CHOCOLATE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 110,
          "name": "#00CC00/#F5F1DE",
          "presentation": "VERDE / BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 111,
          "name": "#4394f0/#ccccc",
          "presentation": "CELESTE / GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 112,
          "name": "#ccccc/#FFFF00",
          "presentation": "GRIS / AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 113,
          "name": "#5e0013/#00CC00",
          "presentation": "BORDÓ / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 114,
          "name": "#0000FF/#FF6600",
          "presentation": "AZUL / NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 115,
          "name": "#000000/#FF6600",
          "presentation": "NEGRO / NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 116,
          "name": "#660066/#00CC00",
          "presentation": "VIOLETA / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 117,
          "name": "#00CC00/#000",
          "presentation": "VERDE/NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 118,
          "name": "#0000FF",
          "presentation": "TRUE NAVY ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 119,
          "name": "#CCFF51",
          "presentation": "LIMA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 120,
          "name": "#000/#F054CF",
          "presentation": "NEGRO/ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 121,
          "name": "#000/#00CC00",
          "presentation": "NEGRO/VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 122,
          "name": "#f7ba8b",
          "presentation": "CAMEL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 123,
          "name": "#ffffff/#000",
          "presentation": "BLANCO/NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 124,
          "name": "#000/#FF6600",
          "presentation": "NEGRO/NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 128,
          "name": "#A76F40",
          "presentation": "TEKA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 129,
          "name": "#edb872",
          "presentation": "HAYA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 130,
          "name": "#FF6600",
          "presentation": "NARANJA FLÚO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 132,
          "name": "#E3623B",
          "presentation": "TERRACOTA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 133,
          "name": "#006400",
          "presentation": "VERDE OSCURO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 164,
          "name": "#D14719",
          "presentation": "BARRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 165,
          "name": "#33CC33",
          "presentation": "VERDE CLARO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 173,
          "name": "#010101",
          "presentation": "NEGRO BRILLANTE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ]
    }
  ],
  "product_properties": [
    {
      "presentation": "LENTE",
      "value": "POLICARBONATO",
      "property_name": "LENTES_LENTE",
      "property_id": 2483
    },
    {
      "presentation": "PROTECCIÓN UV",
      "value": "SI",
      "property_name": "LENTES_PROTECCION_UV",
      "property_id": 2484
    },
    {
      "presentation": "ALTO",
      "value": "5,5 CM",
      "property_name": "LENTES_ALTO",
      "property_id": 2487
    },
    {
      "presentation": "ANCHO",
      "value": "15 CM",
      "property_name": "LENTES_ANCHO",
      "property_id": 2488
    },
    {
      "presentation": "MATERIAL",
      "value": "ACRÍLICO",
      "property_name": "LENTES_MATERIAL",
      "property_id": 2482
    },
    {
      "presentation": "PATILLAS FLEXIBLES",
      "value": "NO",
      "property_name": "LENTES_PATILLAS_FLEXIBLES",
      "property_id": 2486
    }
  ],
  "brand": {
    "name": "Nil Brand",
    "taxon_id": null
  },
  "category": {
    "id": 999,
    "name": "ANTEOJOS",
    "permalink": "categorias/moda-y-accesorios/anteojos",
    "parents": [
      {
        "id": 1,
        "name": "Categories",
        "permalink": "categorias"
      },
      {
        "id": 450,
        "name": "MODA Y ACCESORIOS",
        "permalink": "categorias/moda-y-accesorios"
      }
    ]
  }
}

GET /api/products/:id?view=show

Response:


{
  "id": 3913,
  "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
  "description": "",
  "price": "429.0",
  "display_price": "$429",
  "available_on": "2015-02-19T00:00:00.000-03:00",
  "slug": "anteojos-de-sol-infinit-diva-varios-colores",
  "meta_description": "",
  "meta_keywords": "",
  "shipping_category_id": 1,
  "taxon_ids": [
    1001,
    999,
    997,
    1005
  ],
  "total_on_hand": 0,
  "currency": "ARS",
  "afored_weight": null,
  "model_site": null,
  "model_supplier": null,
  "parent_id": "",
  "display_pvp_price": "$1.225",
  "pvp_price": "1225.0",
  "permalink": "p/moda-y-accesorios/anteojos/anteojos-de-sol-infinit-diva-varios-colores/3913",
  "stop_sale": false,
  "stock_count": 0,
  "sku": "",
  "l2_category_id": 999,
  "display_discount_percentage": "65%",
  "tax_category": "IVA_21",
  "invoice_supplier": "",
  "has_free_shipping": false,
  "is_outlet": false,
  "is_discontinued": false,
  "is_pcuidados": false,
  "best_plan": {
    "installments": 3,
    "discount_percentage": "0.0",
    "interest_percentage": "0.0",
    "id": 59,
    "order": "-3.0",
    "financial_corporation_id": 2,
    "credit_card_type_id": 18,
    "decidir_amount": "42900",
    "total_amount": "429.0",
    "display_total_amount": "$429",
    "installment_amount": "143.0",
    "display_installment_amount": "$143",
    "display_discount_percentage": "0%",
    "finance": "0.0",
    "has_discount": false,
    "final_price": "429.0",
    "display_final_price": "$429"
  },
  "external_ids": [],
  "variants": [
    {
      "id": 4201,
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "sku": "AVA9000000568",
      "price": "429.0",
      "weight": "0.0",
      "height": "16.0",
      "width": "5.0",
      "depth": "6.0",
      "is_master": false,
      "cost_price": "0.77",
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "description": "",
      "track_inventory": true,
      "product_id": 3913,
      "position": 99999,
      "afored_weight": 0.17,
      "model_site": null,
      "model_supplier": null,
      "parent_id": "",
      "display_pvp_price": "$1.225",
      "pvp_price": "1225.0",
      "display_discount_percentage": "65%",
      "in_stock": false,
      "can_supply": false,
      "external_ids": [
        {
          "external_id": "MLA559577503",
          "variant_id": 4201,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA568745248",
          "variant_id": 4201,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA578562544",
          "variant_id": 4201,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        }
      ],
      "option_values": [
        {
          "id": 90,
          "name": "#ffffff/#000000/#660066",
          "presentation": "BLANCO / NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "images": [
        {
          "id": 7295,
          "position": 1,
          "attachment_content_type": "image/jpeg",
          "attachment_file_name": "diva_bs_lace_smk_grd.jpg",
          "type": "Spree::Image",
          "attachment_updated_at": "2015-02-19T12:01:38.523-03:00",
          "attachment_width": 3252,
          "attachment_height": 2235,
          "alt": "4201",
          "viewable_type": "Spree::Variant",
          "viewable_id": 4201,
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/mini/diva_bs_lace_smk_grd.jpg?1424358098",
          "small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/small/diva_bs_lace_smk_grd.jpg?1424358098",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/product/diva_bs_lace_smk_grd.jpg?1424358098",
          "large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/large/diva_bs_lace_smk_grd.jpg?1424358098",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_thumb/diva_bs_lace_smk_grd.jpg?1424358098",
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_small/diva_bs_lace_smk_grd.jpg?1424358098",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/gallery_large/diva_bs_lace_smk_grd.jpg?1424358098",
          "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/category_thumb/diva_bs_lace_smk_grd.jpg?1424358098",
          "tnb_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/tnb_thumb/diva_bs_lace_smk_grd.jpg?1424358098",
          "tnb_listing_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/tnb_listing/diva_bs_lace_smk_grd.jpg?1424358098",
          "tnb_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/tnb_gallery_small/diva_bs_lace_smk_grd.jpg?1424358098",
          "tnb_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7295/tnb_gallery_large/diva_bs_lace_smk_grd.jpg?1424358098"
        }
      ]
    },
    {
      "id": 4200,
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "sku": "",
      "price": "429.0",
      "weight": "0.0",
      "height": null,
      "width": null,
      "depth": null,
      "is_master": true,
      "cost_price": "0.77",
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "description": "",
      "track_inventory": true,
      "product_id": 3913,
      "position": 99999,
      "afored_weight": null,
      "model_site": null,
      "model_supplier": null,
      "parent_id": "",
      "display_pvp_price": "$1.225",
      "pvp_price": "1225.0",
      "display_discount_percentage": "65%",
      "in_stock": false,
      "can_supply": false,
      "external_ids": [],
      "option_values": [],
      "images": [
        {
          "id": 7467,
          "position": 1,
          "attachment_content_type": "image/jpeg",
          "attachment_file_name": "_DSC5142.jpg",
          "type": "Spree::Image",
          "attachment_updated_at": "2015-03-04T16:41:31.222-03:00",
          "attachment_width": 1546,
          "attachment_height": 1024,
          "alt": "4200",
          "viewable_type": "Spree::Variant",
          "viewable_id": 4200,
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/mini/_DSC5142.jpg?1425498091",
          "small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/small/_DSC5142.jpg?1425498091",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/product/_DSC5142.jpg?1425498091",
          "large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/large/_DSC5142.jpg?1425498091",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_thumb/_DSC5142.jpg?1425498091",
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_small/_DSC5142.jpg?1425498091",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/gallery_large/_DSC5142.jpg?1425498091",
          "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/category_thumb/_DSC5142.jpg?1425498091",
          "tnb_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/tnb_thumb/_DSC5142.jpg?1425498091",
          "tnb_listing_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/tnb_listing/_DSC5142.jpg?1425498091",
          "tnb_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/tnb_gallery_small/_DSC5142.jpg?1425498091",
          "tnb_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7467/tnb_gallery_large/_DSC5142.jpg?1425498091"
        }
      ]
    },
    {
      "id": 4202,
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "sku": "AVA9000000569",
      "price": "429.0",
      "weight": "0.0",
      "height": "16.0",
      "width": "5.0",
      "depth": "6.0",
      "is_master": false,
      "cost_price": "0.77",
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "description": "",
      "track_inventory": true,
      "product_id": 3913,
      "position": 99999,
      "afored_weight": 0.17,
      "model_site": null,
      "model_supplier": null,
      "parent_id": "",
      "display_pvp_price": "$1.225",
      "pvp_price": "1225.0",
      "display_discount_percentage": "65%",
      "in_stock": false,
      "can_supply": false,
      "external_ids": [
        {
          "external_id": "MLA559278146",
          "variant_id": 4202,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA568741327",
          "variant_id": 4202,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA578559015",
          "variant_id": 4202,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        }
      ],
      "option_values": [
        {
          "id": 91,
          "name": "#F5F1DE/#67403A",
          "presentation": "BEIGE / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "images": [
        {
          "id": 7294,
          "position": 1,
          "attachment_content_type": "image/jpeg",
          "attachment_file_name": "diva_earth.jpg",
          "type": "Spree::Image",
          "attachment_updated_at": "2015-02-19T12:00:42.560-03:00",
          "attachment_width": 788,
          "attachment_height": 382,
          "alt": "4202",
          "viewable_type": "Spree::Variant",
          "viewable_id": 4202,
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/mini/diva_earth.jpg?1424358042",
          "small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/small/diva_earth.jpg?1424358042",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/product/diva_earth.jpg?1424358042",
          "large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/large/diva_earth.jpg?1424358042",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_thumb/diva_earth.jpg?1424358042",
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_small/diva_earth.jpg?1424358042",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/gallery_large/diva_earth.jpg?1424358042",
          "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/category_thumb/diva_earth.jpg?1424358042",
          "tnb_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/tnb_thumb/diva_earth.jpg?1424358042",
          "tnb_listing_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/tnb_listing/diva_earth.jpg?1424358042",
          "tnb_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/tnb_gallery_small/diva_earth.jpg?1424358042",
          "tnb_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7294/tnb_gallery_large/diva_earth.jpg?1424358042"
        }
      ]
    },
    {
      "id": 4203,
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "sku": "AVA9000000572",
      "price": "429.0",
      "weight": "0.0",
      "height": "16.0",
      "width": "5.0",
      "depth": "6.0",
      "is_master": false,
      "cost_price": "0.77",
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "description": "",
      "track_inventory": true,
      "product_id": 3913,
      "position": 99999,
      "afored_weight": 0.17,
      "model_site": null,
      "model_supplier": null,
      "parent_id": "",
      "display_pvp_price": "$1.225",
      "pvp_price": "1225.0",
      "display_discount_percentage": "65%",
      "in_stock": false,
      "can_supply": false,
      "external_ids": [
        {
          "external_id": "MLA559280164",
          "variant_id": 4203,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA568741464",
          "variant_id": 4203,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA578559065",
          "variant_id": 4203,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        }
      ],
      "option_values": [
        {
          "id": 31,
          "name": "#000",
          "presentation": "NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "images": [
        {
          "id": 7296,
          "position": 1,
          "attachment_content_type": "image/jpeg",
          "attachment_file_name": "diva_bs_smk_night_grd.jpg",
          "type": "Spree::Image",
          "attachment_updated_at": "2015-02-19T12:02:44.753-03:00",
          "attachment_width": 3252,
          "attachment_height": 2235,
          "alt": "4203",
          "viewable_type": "Spree::Variant",
          "viewable_id": 4203,
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/mini/diva_bs_smk_night_grd.jpg?1424358164",
          "small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/small/diva_bs_smk_night_grd.jpg?1424358164",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/product/diva_bs_smk_night_grd.jpg?1424358164",
          "large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/large/diva_bs_smk_night_grd.jpg?1424358164",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_thumb/diva_bs_smk_night_grd.jpg?1424358164",
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_small/diva_bs_smk_night_grd.jpg?1424358164",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/gallery_large/diva_bs_smk_night_grd.jpg?1424358164",
          "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/category_thumb/diva_bs_smk_night_grd.jpg?1424358164",
          "tnb_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/tnb_thumb/diva_bs_smk_night_grd.jpg?1424358164",
          "tnb_listing_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/tnb_listing/diva_bs_smk_night_grd.jpg?1424358164",
          "tnb_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/tnb_gallery_small/diva_bs_smk_night_grd.jpg?1424358164",
          "tnb_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7296/tnb_gallery_large/diva_bs_smk_night_grd.jpg?1424358164"
        }
      ]
    },
    {
      "id": 4204,
      "name": "ANTEOJOS DE SOL INFINIT DIVA VARIOS COLORES",
      "sku": "AVA9000000573",
      "price": "429.0",
      "weight": "0.0",
      "height": "16.0",
      "width": "5.0",
      "depth": "6.0",
      "is_master": false,
      "cost_price": "0.77",
      "slug": "anteojos-de-sol-infinit-diva-varios-colores",
      "description": "",
      "track_inventory": true,
      "product_id": 3913,
      "position": 99999,
      "afored_weight": 0.17,
      "model_site": null,
      "model_supplier": null,
      "parent_id": "",
      "display_pvp_price": "$1.225",
      "pvp_price": "1225.0",
      "display_discount_percentage": "65%",
      "in_stock": false,
      "can_supply": false,
      "external_ids": [
        {
          "external_id": "MLA559389463",
          "variant_id": 4204,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA568723580",
          "variant_id": 4204,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        },
        {
          "external_id": "MLA578537623",
          "variant_id": 4204,
          "channel": {
            "name": "Mercado Libre",
            "id": 1
          }
        }
      ],
      "option_values": [
        {
          "id": 16,
          "name": "#0000FF",
          "presentation": "AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ],
      "images": [
        {
          "id": 7300,
          "position": 1,
          "attachment_content_type": "image/jpeg",
          "attachment_file_name": "_DSC5142.jpg",
          "type": "Spree::Image",
          "attachment_updated_at": "2015-02-19T12:08:38.410-03:00",
          "attachment_width": 1546,
          "attachment_height": 1024,
          "alt": "4204",
          "viewable_type": "Spree::Variant",
          "viewable_id": 4204,
          "mini_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/mini/_DSC5142.jpg?1424358518",
          "small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/small/_DSC5142.jpg?1424358518",
          "product_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/product/_DSC5142.jpg?1424358518",
          "large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/large/_DSC5142.jpg?1424358518",
          "gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_thumb/_DSC5142.jpg?1424358518",
          "gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_small/_DSC5142.jpg?1424358518",
          "gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/gallery_large/_DSC5142.jpg?1424358518",
          "category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/category_thumb/_DSC5142.jpg?1424358518",
          "tnb_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/tnb_thumb/_DSC5142.jpg?1424358518",
          "tnb_listing_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/tnb_listing/_DSC5142.jpg?1424358518",
          "tnb_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/tnb_gallery_small/_DSC5142.jpg?1424358518",
          "tnb_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/products/7300/tnb_gallery_large/_DSC5142.jpg?1424358518"
        }
      ]
    }
  ],
  "option_types": [
    {
      "id": 2,
      "name": "COLOR",
      "presentation": "COLOR",
      "position": 3,
      "option_values": [
        {
          "id": 3,
          "name": "#FFF",
          "presentation": "BLANCO / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 4,
          "name": "#000",
          "presentation": "NEGRO / PLATEADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 11,
          "name": "#660066",
          "presentation": "VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 12,
          "name": "#00CC00",
          "presentation": "VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 13,
          "name": "#FF0000",
          "presentation": "ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 14,
          "name": "#FF6600",
          "presentation": "NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 15,
          "name": "#FF5CD6",
          "presentation": "FUCSIA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 16,
          "name": "#0000FF",
          "presentation": "AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 17,
          "name": "#FFFF00",
          "presentation": "AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 18,
          "name": "#E0E0D1",
          "presentation": "TRANSLUCIDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 19,
          "name": "#06fbca",
          "presentation": "VERDE AGUA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 20,
          "name": "#4394f0",
          "presentation": "CELESTE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 21,
          "name": "#FFFF00/#000099",
          "presentation": "AMARILLO / AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 22,
          "name": "#000000/#00FF00",
          "presentation": "NEGRO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 23,
          "name": "#FF47DB/#FFFFFF",
          "presentation": "ROSA / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 24,
          "name": "#000000/#0033CC",
          "presentation": "NEGRO / AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 25,
          "name": "#000000/#FFFF00",
          "presentation": "NEGRO / AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 26,
          "name": "#FFFF00/#00CC00",
          "presentation": "AMARILLO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 31,
          "name": "#000",
          "presentation": "NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 32,
          "name": "#FFFFF0",
          "presentation": "MARFIL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 33,
          "name": "#ffffff",
          "presentation": "BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 34,
          "name": "#000000/#FF0000",
          "presentation": "NEGRO / ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 35,
          "name": "#000000/#00CC00",
          "presentation": "NEGRO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 36,
          "name": "#FF6699/#FF6699",
          "presentation": "BLANCO / ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 37,
          "name": "#9E9E9E",
          "presentation": "GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 38,
          "name": "#43362e",
          "presentation": "WENGUE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 39,
          "name": "#63190e",
          "presentation": "CAOBA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 40,
          "name": "#A76F40",
          "presentation": "ROBLE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 41,
          "name": "#67403A",
          "presentation": "MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 42,
          "name": "#F5F1DE",
          "presentation": "BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 43,
          "name": "#FFFFCC",
          "presentation": "CREMA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 45,
          "name": "#D0A600",
          "presentation": "DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 46,
          "name": "#D1FA53",
          "presentation": "PALTA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 47,
          "name": "#3D2048",
          "presentation": "PÚRPURA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 48,
          "name": "#F054CF",
          "presentation": "ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 49,
          "name": "#4E3C06",
          "presentation": "HABANO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 50,
          "name": "#CBC1AF",
          "presentation": "CRUDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 51,
          "name": "#927D54",
          "presentation": "TAUPE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 52,
          "name": "#000/#67403A",
          "presentation": "NEGRO/MARRÓN ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 58,
          "name": "#E2893A",
          "presentation": "ÁMBAR",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 59,
          "name": "#c90034",
          "presentation": "RUBÍ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 60,
          "name": "#FFFFFF/#23ed16",
          "presentation": "BLANCO / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 61,
          "name": "#0000FF",
          "presentation": "AZUL METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 62,
          "name": "#FF0000",
          "presentation": "ROJO METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 63,
          "name": "#00CC00",
          "presentation": "VERDE METALIZADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 64,
          "name": "#CC99FF",
          "presentation": "LILA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 65,
          "name": "#FFB266",
          "presentation": "TOSTADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 66,
          "name": "#000099",
          "presentation": "AZUL MARINO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 67,
          "name": "#66B2FF",
          "presentation": "CIELO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 68,
          "name": "#CC99FF",
          "presentation": "ORQUÍDEA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 77,
          "name": "#000/#ccccc",
          "presentation": "NEGRO / GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 83,
          "name": "#ffffff/#ccccc",
          "presentation": "BLANCO/GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 85,
          "name": "#0000FF/#FFF",
          "presentation": "AZUL / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 86,
          "name": "#FF0000/#FFF",
          "presentation": "ROJO / BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 87,
          "name": "#a95a26",
          "presentation": "LEOPARDO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 88,
          "name": "#000/#ffffff",
          "presentation": "NEGRO/BLANCO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 89,
          "name": "#D5D5D5/#67403A",
          "presentation": "PLATEADO/MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 90,
          "name": "#ffffff/#000000/#660066",
          "presentation": "BLANCO / NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 91,
          "name": "#F5F1DE/#67403A",
          "presentation": "BEIGE / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 92,
          "name": "#D4A045/#67403A",
          "presentation": "COBRE/MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 93,
          "name": "#252525",
          "presentation": "NEGRO MATE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 94,
          "name": "#5e0013",
          "presentation": "BORDÓ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 95,
          "name": "#D4A045",
          "presentation": "COBRE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 96,
          "name": "#FFFFFF/#67403A",
          "presentation": "BLANCO / MARRÓN",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 97,
          "name": "#67403A/#D0A600",
          "presentation": "MARRÓN / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 98,
          "name": "#FD76B5",
          "presentation": "ROSA FLUOR",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 99,
          "name": "#00CC00/#D0A600",
          "presentation": "VERDE / DORADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 100,
          "name": "#D5D5D5",
          "presentation": "PLATEADO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 101,
          "name": "#67403A/#5e0013",
          "presentation": "MARRÓN / BORDÓ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 102,
          "name": "#000000/#660066",
          "presentation": "NEGRO / VIOLETA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 103,
          "name": "#EEEBEB",
          "presentation": "HUESO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 104,
          "name": "#ffffff/#0000FF",
          "presentation": "BLANCO/AZUL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 105,
          "name": "#99CCFF",
          "presentation": "TURQUESA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 107,
          "name": "#fcf7e1/#FF0000",
          "presentation": "CRUDO / ROJO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 108,
          "name": "#a4701e/#F5F1DE",
          "presentation": "CHOCOLATE / BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 109,
          "name": "#a4701e",
          "presentation": "CHOCOLATE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 110,
          "name": "#00CC00/#F5F1DE",
          "presentation": "VERDE / BEIGE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 111,
          "name": "#4394f0/#ccccc",
          "presentation": "CELESTE / GRIS",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 112,
          "name": "#ccccc/#FFFF00",
          "presentation": "GRIS / AMARILLO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 113,
          "name": "#5e0013/#00CC00",
          "presentation": "BORDÓ / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 114,
          "name": "#0000FF/#FF6600",
          "presentation": "AZUL / NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 115,
          "name": "#000000/#FF6600",
          "presentation": "NEGRO / NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 116,
          "name": "#660066/#00CC00",
          "presentation": "VIOLETA / VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 117,
          "name": "#00CC00/#000",
          "presentation": "VERDE/NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 118,
          "name": "#0000FF",
          "presentation": "TRUE NAVY ",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 119,
          "name": "#CCFF51",
          "presentation": "LIMA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 120,
          "name": "#000/#F054CF",
          "presentation": "NEGRO/ROSA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 121,
          "name": "#000/#00CC00",
          "presentation": "NEGRO/VERDE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 122,
          "name": "#f7ba8b",
          "presentation": "CAMEL",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 123,
          "name": "#ffffff/#000",
          "presentation": "BLANCO/NEGRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 124,
          "name": "#000/#FF6600",
          "presentation": "NEGRO/NARANJA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 128,
          "name": "#A76F40",
          "presentation": "TEKA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 129,
          "name": "#edb872",
          "presentation": "HAYA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 130,
          "name": "#FF6600",
          "presentation": "NARANJA FLÚO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 132,
          "name": "#E3623B",
          "presentation": "TERRACOTA",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 133,
          "name": "#006400",
          "presentation": "VERDE OSCURO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 164,
          "name": "#D14719",
          "presentation": "BARRO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 165,
          "name": "#33CC33",
          "presentation": "VERDE CLARO",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        },
        {
          "id": 173,
          "name": "#010101",
          "presentation": "NEGRO BRILLANTE",
          "option_type_name": "COLOR",
          "option_type_id": 2,
          "option_type_presentation": "COLOR"
        }
      ]
    }
  ],
  "product_properties": [
    {
      "id": 41375,
      "product_id": 3913,
      "property_id": 2483,
      "value": "POLICARBONATO",
      "property_name": "LENTES_LENTE",
      "presentation": "LENTE"
    },
    {
      "id": 41376,
      "product_id": 3913,
      "property_id": 2484,
      "value": "SI",
      "property_name": "LENTES_PROTECCION_UV",
      "presentation": "PROTECCIÓN UV"
    },
    {
      "id": 41379,
      "product_id": 3913,
      "property_id": 2487,
      "value": "5,5 CM",
      "property_name": "LENTES_ALTO",
      "presentation": "ALTO"
    },
    {
      "id": 41380,
      "product_id": 3913,
      "property_id": 2488,
      "value": "15 CM",
      "property_name": "LENTES_ANCHO",
      "presentation": "ANCHO"
    },
    {
      "id": 41374,
      "product_id": 3913,
      "property_id": 2482,
      "value": "ACRÍLICO",
      "property_name": "LENTES_MATERIAL",
      "presentation": "MATERIAL"
    },
    {
      "id": 41378,
      "product_id": 3913,
      "property_id": 2486,
      "value": "NO",
      "property_name": "LENTES_PATILLAS_FLEXIBLES",
      "presentation": "PATILLAS FLEXIBLES"
    }
  ],
  "category": {
    "id": 999,
    "name": "ANTEOJOS",
    "pretty_name": "Categories -> MODA Y ACCESORIOS -> ANTEOJOS",
    "permalink": "categorias/moda-y-accesorios/anteojos",
    "parent_id": 450,
    "taxonomy_id": 1,
    "image_link": "",
    "description": "",
    "starred": false,
    "meta_title": "Anteojos",
    "meta_description": "Anteojos en Avalancha.com. Compralo desde la comodidad de tu casa hasta en 12 cuotas sin interés y recibilo rápidamente en todo el país.",
    "meta_keywords": "",
    "position": 4,
    "public": true,
    "image": null,
    "icon": "/spree/taxons/999/normal/IMG_CAT_lentes.jpg?1424352930",
    "banner": null,
    "view_mode": "gallery",
    "image_normal_url": null,
    "image_gallery_thumb_url": null,
    "image_gallery_small_url": null,
    "image_gallery_large_url": null,
    "image_category_thumb_url": null,
    "taxons": [],
    "parents": [
      {
        "id": 1,
        "name": "Categories",
        "pretty_name": "Categories",
        "permalink": "categorias",
        "parent_id": null,
        "taxonomy_id": 1,
        "image_link": "",
        "description": "",
        "starred": false,
        "meta_title": "",
        "meta_description": "",
        "meta_keywords": "",
        "position": 0,
        "public": false,
        "image": null,
        "icon": null,
        "banner": null,
        "view_mode": null,
        "image_normal_url": null,
        "image_gallery_thumb_url": null,
        "image_gallery_small_url": null,
        "image_gallery_large_url": null,
        "image_category_thumb_url": null
      },
      {
        "id": 450,
        "name": "MODA Y ACCESORIOS",
        "pretty_name": "Categories -> MODA Y ACCESORIOS",
        "permalink": "categorias/moda-y-accesorios",
        "parent_id": 1,
        "taxonomy_id": 1,
        "image_link": "",
        "description": "",
        "starred": false,
        "meta_title": "Moda y accesorios",
        "meta_description": "Moda y accesorios en Avalancha.com. Compralo desde la comodidad de tu casa hasta en 12 cuotas sin interés y recibilo rápidamente en todo el país.",
        "meta_keywords": "",
        "position": 8,
        "public": true,
        "image": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/normal/Desp_Mod.jpg?1452268488",
        "icon": "/spree/taxons/450/normal/cat_moda_y_accesorios.png?1420735242",
        "banner": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/original/blank.png?1455306968",
        "view_mode": "gallery",
        "image_normal_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/normal/Desp_Mod.jpg?1452268488",
        "image_gallery_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/gallery_thumb/Desp_Mod.jpg?1452268488",
        "image_gallery_small_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/gallery_small/Desp_Mod.jpg?1452268488",
        "image_gallery_large_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/gallery_large/Desp_Mod.jpg?1452268488",
        "image_category_thumb_url": "https://d2p3an6os91m4y.cloudfront.net/app/public/spree/spree/taxons/450/category_thumb/Desp_Mod.jpg?1452268488"
      }
    ]
  },
  "brand": {}
}

results matching ""

    No results matching ""