# Update Global Trade Items Allows updating the Global Trade Item. Endpoint: PATCH /globaltradeitems/{gtin} Version: 1 Security: apiKey ## Path parameters: - `gtin` (string, required) Unique Global Trade Item Number. Example: "5099206081901" ## Request fields (application/json): - `name` (string) Human readable name of the item. Example: "Business Partner Update Browser" ## Response 200 fields (application/json): - `globalTradeItem` (object) Updates provided for a Global Trade Item. - `globalTradeItem.name` (string) Human readable name of the item. Example: "Business Partner Update Browser" - `status` (string) Status of the update operation: * OK - the global trade item has been updated * NOT_FOUND - the global trade item is not found Example: "OK"