# Product Identification API This API provides services to upload, manipulate and download Global Trade Item data in the CDQ Cloud Version: 1 ## Servers Production ``` https://api.cdq.com/product-identification/rest ``` ## Security ### apiKey Type: apiKey In: header Name: X-API-KEY ## Download OpenAPI description [Product Identification API](https://developer.cdq.com/_spec/apis/product-identification-api/@product-identification-api-v1/api-v1.yaml) ## Global Trade Items -> Covers several operations including the creation, reading, updating, and deletion of Global Trade Items, as well as the management of references between Global Trade Items and business partners. The endpoints under this tag are designed to handle data related to Global Trade Items, which are unique identifiers for products in the global marketplace. ### List Global Trade Items - [GET /globaltradeitems](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems/get.md): Provide a list of Global Trade Items with optional filtering and pagination. ### Create Global Trade Item - [POST /globaltradeitems](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems/post.md): Provide a new Global Trade Item with unique GTIN and name. ### Update Global Trade Items - [PATCH /globaltradeitems/{gtin}](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems~1%7Bgtin%7D/patch.md): Allows updating the Global Trade Item. ### Read Global Trade Item - [GET /globaltradeitems/{gtin}](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems~1%7Bgtin%7D/get.md): Provide a single Global Trade Item with the given GTIN. ### Delete Global Trade Items - [POST /globaltradeitems/delete](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems~1delete/post.md): Delete multiple Global Trade Items by GTIN. ### Create Global Trade Item Reference - [POST /globaltradeitems/{gtin}/businesspartnerreferences](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems~1%7Bgtin%7D~1businesspartnerreferences/post.md): Create a reference between Global Trade Item and Business Partner. ### Delete Global Trade Item References - [POST /globaltradeitems/{gtin}/businesspartnerreferences/delete](https://developer.cdq.com/apis/product-identification-api/api-v1/global-trade-items/paths/~1globaltradeitems~1%7Bgtin%7D~1businesspartnerreferences~1delete/post.md): Delete references between Global Trade Item and Business Partner.