SHP01T102

商品

BusinessVersion: 1

ApprovedVersion: 1 | Review: Approved

No note.

Draft Review

Manage EntityType definition review here.

Current Status
Approved
Submitted
Not submitted
Reviewed
Not reviewed
Comment
No review comment.
No draft.

Source Query

Add Attribute

Add Source Join

Add Source Mapping

Draft can configure mapping before approval.

Source SQL Preview

API 查詢即以此 SQL 對讀取複本執行(ADR 0008)。

SELECT
    [M].[ProductId] AS [ProductId],
    [M].[CompanyId] AS [CompanyId],
    [M].[Source] AS [Source],
    [M].[Locale] AS [Locale],
    [M].[ClientId] AS [ClientId],
    [M].[ProductName] AS [ProductName],
    [M].[ProductSize] AS [ProductSize],
    [M].[ProductDesc] AS [ProductDesc],
    [M].[ProductSort] AS [ProductSort],
    [M].[ProductStock] AS [ProductStock],
    [M].[ProductPrice] AS [ProductPrice],
    [M].[SpecialOffer] AS [SpecialOffer],
    [M].[IsOnSale] AS [IsOnSale],
    [M].[IsBestSale] AS [IsBestSale],
    [M].[ProductStatus] AS [ProductStatus],
    [M].[IsDelete] AS [IsDelete],
    [M].[SeoMetaId] AS [SeoMetaId],
    [M].[MinInventory] AS [MinInventory],
    [M].[ExternalSource] AS [ExternalSource],
    [M].[ExternalId] AS [ExternalId],
    [M].[ExtraData] AS [ExtraData]
FROM [SHP01T102] [M]
;

Projection Query JSON Preview

[
  {
    "ProductId": "ProductId-001",
    "CompanyId": "CompanyId sample",
    "Source": "Source sample",
    "Locale": "Locale sample",
    "ClientId": "ClientId sample",
    "ProductName": "ProductName sample",
    "ProductSize": "ProductSize sample",
    "ProductDesc": "ProductDesc sample",
    "ProductSort": 123,
    "ProductStock": 123,
    "ProductPrice": 123.45,
    "SpecialOffer": 123.45,
    "IsOnSale": 123,
    "IsBestSale": 123,
    "ProductStatus": 123,
    "IsDelete": 123,
    "SeoMetaId": "SeoMetaId sample",
    "MinInventory": 123.45,
    "ExternalSource": "ExternalSource sample",
    "ExternalId": "ExternalId sample",
    "ExtraData": "ExtraData sample",
    "UpdatedAt": "2026-04-08T09:30:00Z"
  }
]

Attributes

Code Name Type Required PrimaryKey Active
ProductId ProductId string Y Y Y
CompanyId CompanyId string Y N Y
Source Source string N N Y
Locale Locale string N N Y
ClientId ClientId string N N Y
ProductName ProductName string Y N Y
ProductSize ProductSize string N N Y
ProductDesc ProductDesc string N N Y
ProductSort ProductSort int N N Y
ProductStock ProductStock int N N Y
ProductPrice ProductPrice decimal N N Y
SpecialOffer SpecialOffer decimal N N Y
IsOnSale IsOnSale int N N Y
IsBestSale IsBestSale int N N Y
ProductStatus ProductStatus int N N Y
IsDelete IsDelete int N N Y
SeoMetaId SeoMetaId string N N Y
MinInventory MinInventory decimal N N Y
ExternalSource ExternalSource string N N Y
ExternalId ExternalId string N N Y
ExtraData ExtraData string N N Y

Source Joins

No joins.

Source Mappings

Attribute Alias SourceField Transform Version Active
ClientId - ClientId M ClientId Direct 1 Y
CompanyId - CompanyId M CompanyId Direct 1 Y
ExternalId - ExternalId M ExternalId Direct 1 Y
ExternalSource - ExternalSource M ExternalSource Direct 1 Y
ExtraData - ExtraData M ExtraData Direct 1 Y
IsBestSale - IsBestSale M IsBestSale Direct 1 Y
IsDelete - IsDelete M IsDelete Direct 1 Y
IsOnSale - IsOnSale M IsOnSale Direct 1 Y
Locale - Locale M Locale Direct 1 Y
MinInventory - MinInventory M MinInventory Direct 1 Y
ProductDesc - ProductDesc M ProductDesc Direct 1 Y
ProductId - ProductId M ProductId Direct 1 Y
ProductName - ProductName M ProductName Direct 1 Y
ProductPrice - ProductPrice M ProductPrice Direct 1 Y
ProductSize - ProductSize M ProductSize Direct 1 Y
ProductSort - ProductSort M ProductSort Direct 1 Y
ProductStatus - ProductStatus M ProductStatus Direct 1 Y
ProductStock - ProductStock M ProductStock Direct 1 Y
SeoMetaId - SeoMetaId M SeoMetaId Direct 1 Y
Source - Source M Source Direct 1 Y
SpecialOffer - SpecialOffer M SpecialOffer Direct 1 Y