# Green The `inventory.green` namespace contains all operations for managing your green lots. With this API, you can: - Import green lots from your ERP system to Cropster. - Transfer green inventory to another location. - Make weight adjustments to existing green lots. - Retrieve the existing green lots from you inventory. ## Transfer Green Lot To Location - [POST /inventory.green.transferGreenLotToLocation](https://docs.cropster.com/api/rpc/reference/green/transfergreenlottolocation.md): Transfers weight from a given green lot to another location. When transferring green lot weight the following cases need to be distinguish: - When the green lot hasn't yet transferred to the destination location, a new green lot in the destination location will be created. - When the green lot has already been transferred to the specified destination location, the green lot weight in the destination location will be increased. Please consider the following business constraints before you execute your request: - Consumed lots cannot be transferred - Transferred weight may not be negative - Transferred weight may be less or equal than the origin green lot weight ## Set Green Lot Weight - [POST /inventory.green.setGreenLotWeight](https://docs.cropster.com/api/rpc/reference/green/setgreenlotweight.md): Sets a new weight for a given green lot. When the green lot weight set it zero, the green lot will be marked as consumed. Notice that a negative weight is not supported. ## List Green Lots - [POST /inventory.green.listGreenLots](https://docs.cropster.com/api/rpc/reference/green/getgreenlots.md): Retrieves a list of green lots from the inventory. ## Import Green Lot - [POST /inventory.green.importGreenLot](https://docs.cropster.com/api/rpc/reference/green/importgreenlot.md): Imports a new green lot from an external system (e.g. ERP) into Cropster by an external identifier (= ). Optionally, providing the warehouse via location is possible, by setting the property.