# Fulfillment house code

Source: https://developer.avalara.com/avatax-for-bevalc/requirements/fulfillment-house-code/

# Fulfillment house code

**Element type: Required**

**Endpoints used:** [TransactionParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionParameterModel/), [TransactionLineParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionLineParameterModel/)

Your integration must provide a method for users to input the name of the fulfillment house for wine sales. This is done using the`FullfillmentHouseCode` parameter. Available codes include:

-   `WineCareLogistics`
-   `Vinfillment`
-   `WineCountryConnect`
-   `WineCountryShipping`
-   `WineDirect`
-   `CopperPeakLogistics`
-   `WineServicesCoop`
-   `WineCountyPackAndShip`
-   `WineShipping`

```
"lines": [  { "parameters":[      { "name":"FullfillmentHouseCode", "value":"Vinfillment"      }    ]  }]
```

[Previous](/avatax-for-bevalc/requirements/foreign-alcohol)

[Next](/avatax-for-bevalc/requirements/net-volume)