API GetProductEAN
Z Podpora.nextis.cz
Description
Method gives You overview of existing EAN number for product.
Exact name
API_GetProductEAN
Type
Standard view.
Specification
| Column | Data type | Description | Relation |
|---|---|---|---|
| GroupID | int | Group ID | API_GetProductGroups.ID |
| EAN | nvarchar(50) | European Article Number | |
| IsPrimary | bit | Is primary | |
| IsArchiving | int | Is archiving |
Example
SELECT TOP 1000 * FROM [API_GetProductEAN]
Notices
None.