# Cart

### Fields

#### activePlan ([Plan](https://developer.firmhouse.com/graphql-api/api-reference/objects/plan))

The plan that's set for this cart.

#### address ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's shipping address or just street. Can include houseNumber if not separately stored in houseNumber field.

#### billToAddress ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address address line or street.

#### billToAddress2 ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address additional address information.

#### billToCity ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address city or town.

#### billToCompanyName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The company name of the customer's billing address.

#### billToCountry ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address country code (ISO3661).

#### billToDistrict ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address district.

#### billToFullAddress ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address full address by combining address and house number.

#### billToFullName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address full name.

#### billToHouseNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address house, building, or appartment number.

#### billToHouseNumberAddition ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address house, building, or appartment number addition.

#### billToLastName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address last name.

#### billToName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer' billing address first name.

#### billToPhoneNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address phone number (international format).

#### billToSalutation ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address salutation (mr,ms,mx).

#### billToState ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address state or province (ISO3661-2).

#### billToZipcode ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's billing address zip code or postal code.

#### city ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's city

#### companyName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's company name in case of a B2B customer.

#### country ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's country (two-letter ISO code)

#### dateOfBirth ([ISO8601Date](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date))

The customer's date of birth

#### email ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's email address

#### extraFields (\[[ExtraFieldAnswer](https://developer.firmhouse.com/graphql-api/api-reference/objects/extra-field-answer)!])

List of extra fields and its values on this cart.

#### fullName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's full name

#### houseNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's houseNumber if given

#### id ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The unique ID of this cart

#### initialAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The initial amount the customer will pay at signup including tax in cents.

#### lastName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's last name

#### marketingOptIn ([Boolean](https://developer.firmhouse.com/graphql-api/api-reference/objects/boolean))

Whether the customer is opted in to receiving marketing communication.

#### monthlyAmountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The monthly amount for this subscription excluding tax in cents

#### monthlyAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The monthly amount for this subscription including tax in cents

#### monthlyAmountTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The total amount of tax for this subscription monthly amount in cents

#### name ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's first name

#### orderedProducts (\[[OrderedProduct](https://developer.firmhouse.com/graphql-api/api-reference/objects/ordered-product)!])

A list of the cart's ordered products.

#### phoneNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's phone number (international format)

#### products (\[[Product](https://developer.firmhouse.com/graphql-api/api-reference/objects/product)!])

A list of the cart's products (via OrderedProducts).

#### ~~project (~~[~~Project~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/project)~~!)~~

*`Deprecated: Will be removed.`*

#### salutation ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's salutation (mr, ms, mx)

#### signupCompletedAt ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The date and time when the subscription completed their signup and made their initial payment (or no payment if free).

#### state ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's state

#### subscribedPlan ([SubscribedPlan](https://developer.firmhouse.com/graphql-api/api-reference/objects/subscribed-plan))

The subscribed plan for this cart

#### token ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

Token of the subscription represented by this cart.

#### vatNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The company's VAT number.

#### zipcode ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The customer's postal code or zipcode
