Skip to main content

Obtener información del producto

GET 

/cm/v2/product/commerce/:IDCommerce/product/:IDProduct

Obtener información del producto

Request

Path Parameters

    IDProduct stringrequired

    Identificador del producto

    IDCommerce integerrequired

    Identificador único del comercio o seller.

Responses

Respuesta exitosa

Schema

    id string

    Identificador del producto

    shipping_method string

    Método de envío del producto

    firstPhoto uri

    URL de la primera foto del producto

    stock integer

    Cantidad disponible en stock

    has_variants boolean

    Indica si el producto tiene variantes

    variations_tree

    object

    sin_tallas stringnullable
    sin_colores stringnullable
    colors string[]

    Lista de colores disponibles

    bread_crumbs

    object[]

    Breadcrumbs de la categoría del producto

  • Array [

  • id_cat string

    ID de la categoría

    channel string

    Canal de venta

    icon uri

    URL del icono

    breadcrumbs

    object[]

    Lista de breadcrumbs

  • Array [

  • id string

    ID del breadcrumb

    name string

    Nombre del breadcrumb

    level integer

    Nivel del breadcrumb

  • ]

  • ]

  • product_completition

    object

    index_compleated integer

    Índice de completitud

    total_items integer

    Total de ítems

    total_pending integer

    Total de pendientes

    total_completed integer

    Total de completados

    pending string[]

    Lista de pendientes

    compleated string[]

    Lista de completados

    price

    object

    flag_variant boolean

    Indica si el precio varía por variante

    flag_channel boolean

    Indica si el precio varía por canal

    unique

    object

    sale_price floatnullable

    Precio de venta

    list_price floatnullable

    Precio de lista

    channel

    object

    property name*

    PriceDetails

    sale_price floatnullable

    Precio de venta

    list_price floatnullable

    Precio de lista

    variant

    object[]

  • Array [

  • sale_price floatnullable

    Precio de venta

    list_price floatnullable

    Precio de lista

  • ]

  • price_per_channel_variation

    object

    property name*

    object[]

  • Array [

  • sale_price floatnullable

    Precio de venta

    list_price floatnullable

    Precio de lista

  • ]

  • category_name_t1comercios string

    Nombre de la categoría

    photos_gen

    object[]

  • Array [

  • id integer

    ID de la foto

    order integer

    Orden de la foto

    url uri

    URL de la foto

  • ]

  • info_by_sku

    object[]

  • Array [

  • variation

    object[]

    Variaciones del SKU

  • Array [

  • variationName string

    Nombre de la variación

    variation_value string

    Valor de la variación

  • ]

  • photos

    object[]

    Fotos del SKU

  • Array [

  • id integer

    ID de la foto

    order integer

    Orden de la foto

    url uri

    URL de la foto

  • ]

  • sku

    object[]

    Detalles del SKU

  • Array [

  • sku string

    Código SKU

    variation

    object[]

    Variaciones del SKU

  • Array [

  • variationName string

    Nombre de la variación

    variation_value string

    Valor de la variación

  • ]

  • stock integer

    Cantidad en stock

    universal_id string

    ID universal

    universal_id_type string

    Tipo de ID universal

    status string

    Estado del SKU

    sequence integernullable

    Secuencia del SKU

  • ]

  • ]

  • variant_values

    object[]

  • Array [

  • name string

    Nombre de la variante

    values

    object[]

    Valores disponibles para la variante

  • Array [

  • name string

    Nombre del valor de la variante

  • ]

  • ]

  • volumetry_variant

    object

    flag_per_variant boolean

    Indica si el volumen varía por variante

    unique

    object

    height float

    Altura del producto

    width float

    Ancho del producto

    deep float

    Profundidad del producto

    weight float

    Peso del producto

    variation

    object[]

    Variaciones del producto

  • Array [

  • variationName string

    Nombre de la variación

    variation_value string

    Valor de la variación

  • ]

  • per_variant

    object[]

  • Array [

  • height float

    Altura del producto

    width float

    Ancho del producto

    deep float

    Profundidad del producto

    weight float

    Peso del producto

    variation

    object[]

    Variaciones del producto

  • Array [

  • variationName string

    Nombre de la variación

    variation_value string

    Valor de la variación

  • ]

  • ]

Loading...