GET V2/Product/GetLatestByLogId?logId={logId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
logId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProdouctSummaryView
NameDescriptionTypeAdditional information
Code

string

None.

Sku

string

None.

Name

string

None.

Title

string

None.

Cover

string

None.

Img

string

None.

Img_SM

string

None.

Img_M

string

None.

Img_B

string

None.

Img_L

string

None.

Currency

Currency

None.

DefaultCurrency

Currency

None.

SalePrice

decimal number

None.

DefaultSalePrice

decimal number

None.

DefaultListPrice

decimal number

None.

ListPrice

decimal number

None.

HasDiscount

boolean

None.

Url

string

None.

Colors

Collection of GoodsAttr

None.

Sizes

Collection of GoodsAttr

None.

Sexes

Collection of GoodsAttr

None.

OverView

string

None.

Detail

string

None.

IsFavorite

boolean

None.

Score

decimal number

None.

Status

integer

None.

AdditionalImage

Collection of Collection of string

None.

ExtAttrList

Collection of Collection of GoodsAttr

None.

HasStockAttrVal

boolean

None.

RelatedProducts

Collection of RelatedProductInfo

None.

Permission

string

None.

VideoStatus

VideoStatus

None.

BrandName

string

None.

BrandPathName

Collection of string

None.

VideoDate

string

None.

VideoTimeFrom

string

None.

VideoTimeTo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Sku": "sample string 2",
    "Name": "sample string 3",
    "Title": "sample string 4",
    "Cover": "sample string 5",
    "Img": "sample string 6",
    "Img_SM": "sample string 7",
    "Img_M": "sample string 8",
    "Img_B": "sample string 9",
    "Img_L": "sample string 10",
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4"
    },
    "DefaultCurrency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4"
    },
    "SalePrice": 11.1,
    "DefaultSalePrice": 12.1,
    "DefaultListPrice": 13.1,
    "ListPrice": 14.1,
    "HasDiscount": true,
    "Url": "sample string 15",
    "Colors": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "Sizes": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "Sexes": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "OverView": "sample string 16",
    "Detail": "sample string 17",
    "IsFavorite": true,
    "Score": 19.0,
    "Status": 20,
    "AdditionalImage": [
      [
        "sample string 1",
        "sample string 2"
      ],
      [
        "sample string 1",
        "sample string 2"
      ]
    ],
    "ExtAttrList": [
      [
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        },
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        }
      ],
      [
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        },
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        }
      ]
    ],
    "HasStockAttrVal": true,
    "RelatedProducts": [
      {
        "OriginalSku": "sample string 1",
        "Sku": "sample string 2",
        "Code": "sample string 3",
        "Name": "sample string 4",
        "Title": "sample string 5",
        "Img": "sample string 6",
        "ImgPath": "sample string 7",
        "CategoryID": 8,
        "CategoryPath": "sample string 9",
        "CategoryPathName": "sample string 10",
        "Brand": "sample string 11",
        "Seq": 12
      },
      {
        "OriginalSku": "sample string 1",
        "Sku": "sample string 2",
        "Code": "sample string 3",
        "Name": "sample string 4",
        "Title": "sample string 5",
        "Img": "sample string 6",
        "ImgPath": "sample string 7",
        "CategoryID": 8,
        "CategoryPath": "sample string 9",
        "CategoryPathName": "sample string 10",
        "Brand": "sample string 11",
        "Seq": 12
      }
    ],
    "Permission": "sample string 22",
    "VideoStatus": 0,
    "BrandName": "sample string 23",
    "BrandPathName": [
      "sample string 1",
      "sample string 2"
    ],
    "VideoDate": "sample string 24",
    "VideoTimeFrom": "sample string 25",
    "VideoTimeTo": "sample string 26"
  },
  {
    "Code": "sample string 1",
    "Sku": "sample string 2",
    "Name": "sample string 3",
    "Title": "sample string 4",
    "Cover": "sample string 5",
    "Img": "sample string 6",
    "Img_SM": "sample string 7",
    "Img_M": "sample string 8",
    "Img_B": "sample string 9",
    "Img_L": "sample string 10",
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4"
    },
    "DefaultCurrency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Desc": "sample string 4"
    },
    "SalePrice": 11.1,
    "DefaultSalePrice": 12.1,
    "DefaultListPrice": 13.1,
    "ListPrice": 14.1,
    "HasDiscount": true,
    "Url": "sample string 15",
    "Colors": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "Sizes": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "Sexes": [
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      },
      {
        "Id": 1,
        "Code": "sample string 2",
        "Name": "sample string 3",
        "NameC": "sample string 4",
        "NameE": "sample string 5",
        "Img": "sample string 6",
        "ProductImage": "sample string 7",
        "AdditionalPrice": 8.0,
        "IsSelected": true,
        "IsDisplay": true,
        "ExistProductImage": true,
        "Type": {
          "TypeId": 1,
          "Name": "sample string 2",
          "TypeNameC": "sample string 3",
          "TypeNameE": "sample string 4",
          "IsBatchOrder": true,
          "IsInventory": true
        }
      }
    ],
    "OverView": "sample string 16",
    "Detail": "sample string 17",
    "IsFavorite": true,
    "Score": 19.0,
    "Status": 20,
    "AdditionalImage": [
      [
        "sample string 1",
        "sample string 2"
      ],
      [
        "sample string 1",
        "sample string 2"
      ]
    ],
    "ExtAttrList": [
      [
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        },
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        }
      ],
      [
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        },
        {
          "Id": 1,
          "Code": "sample string 2",
          "Name": "sample string 3",
          "NameC": "sample string 4",
          "NameE": "sample string 5",
          "Img": "sample string 6",
          "ProductImage": "sample string 7",
          "AdditionalPrice": 8.0,
          "IsSelected": true,
          "IsDisplay": true,
          "ExistProductImage": true,
          "Type": {
            "TypeId": 1,
            "Name": "sample string 2",
            "TypeNameC": "sample string 3",
            "TypeNameE": "sample string 4",
            "IsBatchOrder": true,
            "IsInventory": true
          }
        }
      ]
    ],
    "HasStockAttrVal": true,
    "RelatedProducts": [
      {
        "OriginalSku": "sample string 1",
        "Sku": "sample string 2",
        "Code": "sample string 3",
        "Name": "sample string 4",
        "Title": "sample string 5",
        "Img": "sample string 6",
        "ImgPath": "sample string 7",
        "CategoryID": 8,
        "CategoryPath": "sample string 9",
        "CategoryPathName": "sample string 10",
        "Brand": "sample string 11",
        "Seq": 12
      },
      {
        "OriginalSku": "sample string 1",
        "Sku": "sample string 2",
        "Code": "sample string 3",
        "Name": "sample string 4",
        "Title": "sample string 5",
        "Img": "sample string 6",
        "ImgPath": "sample string 7",
        "CategoryID": 8,
        "CategoryPath": "sample string 9",
        "CategoryPathName": "sample string 10",
        "Brand": "sample string 11",
        "Seq": 12
      }
    ],
    "Permission": "sample string 22",
    "VideoStatus": 0,
    "BrandName": "sample string 23",
    "BrandPathName": [
      "sample string 1",
      "sample string 2"
    ],
    "VideoDate": "sample string 24",
    "VideoTimeFrom": "sample string 25",
    "VideoTimeTo": "sample string 26"
  }
]