---
title: "Create a Pickup Location"
method: POST
path: "/locations.json"
tags: ["Pickup Locations"]
---

# Create a Pickup Location

`POST /locations.json`

## Request body

- LocationCreateFields
  - `name` string, required — Name of the location
  - `main` boolean — Is the main location
  - `email` string, required — Email for the location
  - `pickup_point` boolean — Is a pickup_point
  - `postal` string — Postal code of the location
  - `address` string, required — Address of the location
  - `city` string, required — City of the location
  - `country` string, required — Country of the location
  - `Region` string — Region of the location

## Response `200`

An array of Pickup Locations

- PickupLocation
  - `location` PickupLocationFields
    - `id` integer — Unique identifier of the Pickup Location
    - `name` string — Name of the Pickup Location
    - `email` string — Email of the Pickup Location
    - `active` boolean — If Pickup Location is active
    - `main` boolean — If Pickup Location is the main one
    - `pickup_point` boolean — If Pickup Location is a pickup point
    - `is_stock_origin` boolean — If Pickup Location is a stock origin
    - `location_address` PickupLocationAddress
      - `id` integer — Unique identifier of the Pickup Location Address
      - `name` string — Name of the Pickup Location Address
      - `surname` string — Surname of the Pickup Location Address
      - `address` string — Address of the Pickup Location
      - `street_number` string — Street Number of the Pickup Location Address
      - `complement` string — Complement of the Pickup Location Address
      - `city` string — City of the Pickup Location Address
      - `postal` string — Postal of the Pickup Location Address
      - `country` string — Country code of the Pickup Location Address
      - `region` string — Region code of the Pickup Location Address
      - `type` string — Type of the Pickup Location Address
      - `taxid` string — Tax ID of the Pickup Location Address
      - `taxid_type` string — Tax Id Type of the Pickup Location Address
      - `default` boolean — If address is default
      - `region_format` string — Region Format of the Pickup Location Address
      - `municipality` string — Municipality Type of the Pickup Location Address
      - `latitude` number, float — Latitude of the Pickup Location Address
      - `longitude` number, float — Longitude of the Pickup Location Address

---

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