Idinteger(int32)The internal Id for the warehouse.Typeinteger(int32)The Type internal id for the warehouse. 1 for the standard warehouse, 2 if it is for a store.CodestringThe external Code for the warehouse. MaxLength: 50.NamestringThe Name for the warehouse. MaxLength: 50.IsStandardbooleanIndicates if the warehouse is standard or not. Obsolete! - Not used any more.LocationsArray of objects(WarehouseInfoLocation)(WarehouseInfoLocation)LocationInfos for the warehouse.+Show 5 array properties{ "Id": 0, "Type": 0, "Code": "string", "Name": "string", "IsStandard": true, "Locations": [ { … } ] }
Idinteger(int32)The internal Id for the location.CodestringThe external Code for the location. MaxLength: 50.NamestringThe Name for the location. MaxLength: 50.IsStandardbooleanIndicates if the location is standard or not. Obsolete! - Not used any more.StoresArray of objects(WarehouseInfoStore)(WarehouseInfoStore)A list of Stores for this location, if any.+Show 3 array properties{ "Id": 0, "Code": "string", "Name": "string", "IsStandard": true, "Stores": [ { … } ] }
Idinteger(int32)The internal Id for the store.CodestringThe external Code for the store. MaxLength: 50.NamestringThe Name for the store. MaxLength: 50.{ "Id": 0, "Code": "string", "Name": "string" }