---
title: "Buy multiple domains"
method: POST
path: "/v1/registrar/domains/buy"
tags: ["domains-registrar"]
---

# Buy multiple domains

`POST /v1/registrar/domains/buy`

Buy multiple domains at once

## Query parameters

- `teamId` string

## Request body

- object
  - `domains` object[], required
    - `domainName` string, required — A valid domain name
    - `autoRenew` boolean, required — Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint.
    - `years` number, required — The number of years to purchase the domain for.
    - `expectedPrice` number, required
    - `languageCode` string — The language code for the domain. For punycode domains, this must be provided. The list of supported language codes for a TLD can be retrieved from the [Get TLD](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-tld) endpoint.
  - `contactInformation` object, required — The contact information for the domain. Some TLDs require additional contact information. Use the [Get contact info schema](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-contact-info-schema) endpoint to retrieve the required fields.
    - `firstName` string, required — a non empty string
    - `lastName` string, required — a non empty string
    - `email` string, required — A valid RFC 5322 email address
    - `phone` string, required — A valid E.164 phone number
    - `address1` string, required — a non empty string
    - `address2` string — a non empty string
    - `city` string, required — a non empty string
    - `state` string, required — a non empty string
    - `zip` string, required — a non empty string
    - `country` string, required — A valid ISO 3166-1 alpha-2 country code
    - `companyName` string — a non empty string
    - `fax` string — A valid E.164 phone number
    - `additional` object

## Response `200`

Success

- object
  - `orderId` string, required — A valid order ID
  - `_links` object, required

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `429` — TooManyRequests
- `500` — InternalServerError

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/revisions/61d1ba3f6dac/schema)
