# Read Global Trade Item Provide a single Global Trade Item with the given GTIN. Endpoint: GET /globaltradeitems/{gtin} Version: 1 Security: apiKey ## Path parameters: - `gtin` (string, required) Unique Global Trade Item Number. Example: "5099206081901" ## Response 200 fields (application/json): - `globalTradeItem` (object) An item or product. - `globalTradeItem.gtin` (string) A 13 digit Global Trade Item Number that uniquely identifies the item Example: "5099206081901" - `globalTradeItem.name` (string) Human readable name of the item. Example: "Business Partner Update Browser" - `globalTradeItem.businessPartnerReferences` (array) List of Business Partners that are referenced. - `globalTradeItem.businessPartnerReferences.storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `globalTradeItem.businessPartnerReferences.dataSourceId` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `globalTradeItem.businessPartnerReferences.businessPartnerId` (string) A CDQ ID identifies a business partner uniquely in the context of the Corporate Data League. Example: "63e635235c06b7396330fe40" - `globalTradeItem.businessPartnerReferences.externalId` (string) Arbitrary identifier type to mark customer IDs that are "external" from CDQ's perspective. This is the identifier a customer provides to identify its records. Example: "The ID managed in the customer's SAP systems." - `status` (string) Status of the read operation: * OK - the global trade item has been found * NOT_FOUND - the global trade item is not found Example: "OK"