# Update shopping info type Endpoint: PUT /api/order/infotype/shopping/{groupId}/{itemId} Version: v1 ## Path parameters: - `groupId` (integer, required) Group id: Basket = 1, BasketItem = 2 - `itemId` (integer, required) Shopping info type id ## Request fields (application/json): - `Id` (integer) - `GroupId` (integer) - `Code` (string) - `Name` (string) - `DefaultName` (string) - `IsNameInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `DataType` (string) - `SortOrder` (integer) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean)