POST api/FindGtins
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FindGtinsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeResult | Collection of GtinVerified |
None. |
|
| Errors | Collection of Exception |
None. |
|
| Status | boolean |
None. |
|
| Code | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TypeResult": [
{
"validationErrors": [
{
"property": "sample string 1",
"errors": [
{
"errorCode": "sample string 1",
"message": "sample string 2"
},
{
"errorCode": "sample string 1",
"message": "sample string 2"
}
]
},
{
"property": "sample string 1",
"errors": [
{
"errorCode": "sample string 1",
"message": "sample string 2"
},
{
"errorCode": "sample string 1",
"message": "sample string 2"
}
]
}
],
"gtin": "sample string 1",
"gpcCategoryCode": "sample string 2",
"brandName": [
{
"language": "sample string 2",
"value": "sample string 3"
},
{
"language": "sample string 2",
"value": "sample string 3"
}
],
"productDescription": [
{
"language": "sample string 2",
"value": "sample string 3"
},
{
"language": "sample string 2",
"value": "sample string 3"
}
],
"netContent": [
{
"value": "sample string 2",
"unitCode": "sample string 3"
},
{
"value": "sample string 2",
"unitCode": "sample string 3"
}
],
"countryOfSaleCode": [
{
"alpha2": "sample string 1",
"numeric": "sample string 2",
"alpha3": "sample string 3"
},
{
"alpha2": "sample string 1",
"numeric": "sample string 2",
"alpha3": "sample string 3"
}
],
"productImageUrl": [
{
"language": "sample string 1",
"value": "sample string 2"
},
{
"language": "sample string 1",
"value": "sample string 2"
}
],
"dateCreated": "2026-06-16T18:39:31.4060578-06:00",
"dateUpdated": "2026-06-16T18:39:31.4060578-06:00",
"gs1Licence": {
"licenceKey": "sample string 1",
"licenceType": "sample string 2",
"licenseeName": "sample string 3",
"licensingMO": {
"moName": "sample string 1",
"moGLN": "sample string 2"
},
"primaryMO": {
"moName": "sample string 1",
"moGLN": "sample string 2"
}
},
"isComplete": true
},
{
"validationErrors": [
{
"property": "sample string 1",
"errors": [
{
"errorCode": "sample string 1",
"message": "sample string 2"
},
{
"errorCode": "sample string 1",
"message": "sample string 2"
}
]
},
{
"property": "sample string 1",
"errors": [
{
"errorCode": "sample string 1",
"message": "sample string 2"
},
{
"errorCode": "sample string 1",
"message": "sample string 2"
}
]
}
],
"gtin": "sample string 1",
"gpcCategoryCode": "sample string 2",
"brandName": [
{
"language": "sample string 2",
"value": "sample string 3"
},
{
"language": "sample string 2",
"value": "sample string 3"
}
],
"productDescription": [
{
"language": "sample string 2",
"value": "sample string 3"
},
{
"language": "sample string 2",
"value": "sample string 3"
}
],
"netContent": [
{
"value": "sample string 2",
"unitCode": "sample string 3"
},
{
"value": "sample string 2",
"unitCode": "sample string 3"
}
],
"countryOfSaleCode": [
{
"alpha2": "sample string 1",
"numeric": "sample string 2",
"alpha3": "sample string 3"
},
{
"alpha2": "sample string 1",
"numeric": "sample string 2",
"alpha3": "sample string 3"
}
],
"productImageUrl": [
{
"language": "sample string 1",
"value": "sample string 2"
},
{
"language": "sample string 1",
"value": "sample string 2"
}
],
"dateCreated": "2026-06-16T18:39:31.4060578-06:00",
"dateUpdated": "2026-06-16T18:39:31.4060578-06:00",
"gs1Licence": {
"licenceKey": "sample string 1",
"licenceType": "sample string 2",
"licenseeName": "sample string 3",
"licensingMO": {
"moName": "sample string 1",
"moGLN": "sample string 2"
},
"primaryMO": {
"moName": "sample string 1",
"moGLN": "sample string 2"
}
},
"isComplete": true
}
],
"Errors": [
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
],
"Status": true,
"Code": "sample string 2",
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<FindGtinsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.Responses">
<Code xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.OperationResponses">sample string 2</Code>
<Message xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.OperationResponses">sample string 3</Message>
<Errors xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.OperationResponses">
<d2p1:Exception>
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</d2p1:Exception>
<d2p1:Exception>
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</d2p1:Exception>
</Errors>
<Status xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.OperationResponses">true</Status>
<TypeResult xmlns:d2p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.Responses" xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models.OperationResponses">
<d2p1:GtinVerified>
<d2p1:BrandName xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:BrandNameType>
<d4p1:brandNameTypeId>1</d4p1:brandNameTypeId>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:BrandNameType>
<d4p1:BrandNameType>
<d4p1:brandNameTypeId>1</d4p1:brandNameTypeId>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:BrandNameType>
</d2p1:BrandName>
<d2p1:CountryOfSales xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:countryOfSaleCodeType>
<d4p1:alpha2>sample string 1</d4p1:alpha2>
<d4p1:alpha3>sample string 3</d4p1:alpha3>
<d4p1:numeric>sample string 2</d4p1:numeric>
</d4p1:countryOfSaleCodeType>
<d4p1:countryOfSaleCodeType>
<d4p1:alpha2>sample string 1</d4p1:alpha2>
<d4p1:alpha3>sample string 3</d4p1:alpha3>
<d4p1:numeric>sample string 2</d4p1:numeric>
</d4p1:countryOfSaleCodeType>
</d2p1:CountryOfSales>
<d2p1:DateCreated>2026-06-16T18:39:31.4060578-06:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-06-16T18:39:31.4060578-06:00</d2p1:DateUpdated>
<d2p1:GpcCode>sample string 2</d2p1:GpcCode>
<d2p1:Gs1Licence xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:LicenceKey>sample string 1</d4p1:LicenceKey>
<d4p1:LicenceType>sample string 2</d4p1:LicenceType>
<d4p1:LicenseeName>sample string 3</d4p1:LicenseeName>
<d4p1:LicensingMO>
<d4p1:moGLN>sample string 2</d4p1:moGLN>
<d4p1:moName>sample string 1</d4p1:moName>
</d4p1:LicensingMO>
<d4p1:PrimaryMO>
<d4p1:moGLN>sample string 2</d4p1:moGLN>
<d4p1:moName>sample string 1</d4p1:moName>
</d4p1:PrimaryMO>
</d2p1:Gs1Licence>
<d2p1:Gtin>sample string 1</d2p1:Gtin>
<d2p1:IsComplete>true</d2p1:IsComplete>
<d2p1:NetContent xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:netContentType>
<d4p1:measurementUnitCode>sample string 3</d4p1:measurementUnitCode>
<d4p1:netContentTypeId>1</d4p1:netContentTypeId>
<d4p1:quantity>sample string 2</d4p1:quantity>
</d4p1:netContentType>
<d4p1:netContentType>
<d4p1:measurementUnitCode>sample string 3</d4p1:measurementUnitCode>
<d4p1:netContentTypeId>1</d4p1:netContentTypeId>
<d4p1:quantity>sample string 2</d4p1:quantity>
</d4p1:netContentType>
</d2p1:NetContent>
<d2p1:TradeItemDescription xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:tradeItemDescriptionType>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:tradeItemDescriptionTypeId>1</d4p1:tradeItemDescriptionTypeId>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:tradeItemDescriptionType>
<d4p1:tradeItemDescriptionType>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:tradeItemDescriptionTypeId>1</d4p1:tradeItemDescriptionTypeId>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:tradeItemDescriptionType>
</d2p1:TradeItemDescription>
<d2p1:TradeItemImageUrl xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:tradeItemImageUrlType>
<d4p1:language>sample string 1</d4p1:language>
<d4p1:value>sample string 2</d4p1:value>
</d4p1:tradeItemImageUrlType>
<d4p1:tradeItemImageUrlType>
<d4p1:language>sample string 1</d4p1:language>
<d4p1:value>sample string 2</d4p1:value>
</d4p1:tradeItemImageUrlType>
</d2p1:TradeItemImageUrl>
<d2p1:ValidationErrors xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:ValidationErrorType>
<d4p1:Errors>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
</d4p1:Errors>
<d4p1:Property>sample string 1</d4p1:Property>
</d4p1:ValidationErrorType>
<d4p1:ValidationErrorType>
<d4p1:Errors>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
</d4p1:Errors>
<d4p1:Property>sample string 1</d4p1:Property>
</d4p1:ValidationErrorType>
</d2p1:ValidationErrors>
</d2p1:GtinVerified>
<d2p1:GtinVerified>
<d2p1:BrandName xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:BrandNameType>
<d4p1:brandNameTypeId>1</d4p1:brandNameTypeId>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:BrandNameType>
<d4p1:BrandNameType>
<d4p1:brandNameTypeId>1</d4p1:brandNameTypeId>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:BrandNameType>
</d2p1:BrandName>
<d2p1:CountryOfSales xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:countryOfSaleCodeType>
<d4p1:alpha2>sample string 1</d4p1:alpha2>
<d4p1:alpha3>sample string 3</d4p1:alpha3>
<d4p1:numeric>sample string 2</d4p1:numeric>
</d4p1:countryOfSaleCodeType>
<d4p1:countryOfSaleCodeType>
<d4p1:alpha2>sample string 1</d4p1:alpha2>
<d4p1:alpha3>sample string 3</d4p1:alpha3>
<d4p1:numeric>sample string 2</d4p1:numeric>
</d4p1:countryOfSaleCodeType>
</d2p1:CountryOfSales>
<d2p1:DateCreated>2026-06-16T18:39:31.4060578-06:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-06-16T18:39:31.4060578-06:00</d2p1:DateUpdated>
<d2p1:GpcCode>sample string 2</d2p1:GpcCode>
<d2p1:Gs1Licence xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:LicenceKey>sample string 1</d4p1:LicenceKey>
<d4p1:LicenceType>sample string 2</d4p1:LicenceType>
<d4p1:LicenseeName>sample string 3</d4p1:LicenseeName>
<d4p1:LicensingMO>
<d4p1:moGLN>sample string 2</d4p1:moGLN>
<d4p1:moName>sample string 1</d4p1:moName>
</d4p1:LicensingMO>
<d4p1:PrimaryMO>
<d4p1:moGLN>sample string 2</d4p1:moGLN>
<d4p1:moName>sample string 1</d4p1:moName>
</d4p1:PrimaryMO>
</d2p1:Gs1Licence>
<d2p1:Gtin>sample string 1</d2p1:Gtin>
<d2p1:IsComplete>true</d2p1:IsComplete>
<d2p1:NetContent xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:netContentType>
<d4p1:measurementUnitCode>sample string 3</d4p1:measurementUnitCode>
<d4p1:netContentTypeId>1</d4p1:netContentTypeId>
<d4p1:quantity>sample string 2</d4p1:quantity>
</d4p1:netContentType>
<d4p1:netContentType>
<d4p1:measurementUnitCode>sample string 3</d4p1:measurementUnitCode>
<d4p1:netContentTypeId>1</d4p1:netContentTypeId>
<d4p1:quantity>sample string 2</d4p1:quantity>
</d4p1:netContentType>
</d2p1:NetContent>
<d2p1:TradeItemDescription xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:tradeItemDescriptionType>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:tradeItemDescriptionTypeId>1</d4p1:tradeItemDescriptionTypeId>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:tradeItemDescriptionType>
<d4p1:tradeItemDescriptionType>
<d4p1:language>sample string 2</d4p1:language>
<d4p1:tradeItemDescriptionTypeId>1</d4p1:tradeItemDescriptionTypeId>
<d4p1:value>sample string 3</d4p1:value>
</d4p1:tradeItemDescriptionType>
</d2p1:TradeItemDescription>
<d2p1:TradeItemImageUrl xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:tradeItemImageUrlType>
<d4p1:language>sample string 1</d4p1:language>
<d4p1:value>sample string 2</d4p1:value>
</d4p1:tradeItemImageUrlType>
<d4p1:tradeItemImageUrlType>
<d4p1:language>sample string 1</d4p1:language>
<d4p1:value>sample string 2</d4p1:value>
</d4p1:tradeItemImageUrlType>
</d2p1:TradeItemImageUrl>
<d2p1:ValidationErrors xmlns:d4p1="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models">
<d4p1:ValidationErrorType>
<d4p1:Errors>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
</d4p1:Errors>
<d4p1:Property>sample string 1</d4p1:Property>
</d4p1:ValidationErrorType>
<d4p1:ValidationErrorType>
<d4p1:Errors>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
<d4p1:Error>
<d4p1:errorCode>sample string 1</d4p1:errorCode>
<d4p1:message>sample string 2</d4p1:message>
</d4p1:Error>
</d4p1:Errors>
<d4p1:Property>sample string 1</d4p1:Property>
</d4p1:ValidationErrorType>
</d2p1:ValidationErrors>
</d2p1:GtinVerified>
</TypeResult>
</FindGtinsResponse>