GET api/Product/GTIN/{GTIN}
Get specific product by GTIN number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GTIN | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| ForcedScan | boolean |
None. |
|
| Batchno | boolean |
None. |
|
| BestBefore | boolean |
None. |
|
| SerialNo | boolean |
None. |
|
| VariableQuantity | boolean |
None. |
|
| Sales_GTIN | string |
None. |
|
| Tpak_GTIN | string |
None. |
|
| Dpak_GTIN | string |
None. |
|
| Fpak_GTIN | string |
None. |
|
| TemperatureControlled | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.