---
title: "POST /api/v1.0/stores/{storeId}/address"
method: POST
path: "/api/v1.0/stores/{storeId}/address"
tags: ["Stores"]
---

# POST /api/v1.0/stores/{storeId}/address

`POST /api/v1.0/stores/{storeId}/address`

## Path parameters

- `storeId` integer, required

## Request body

- StoreAddressBase — Store address base
  - `Line1` string — Address line 1
  - `Postcode` string — Postcode
  - `City` string — City
  - `CountryCode` string — Country code (ISO-alpha2)
  - `DisplayForCustomer` string — Display for customer
  - `AddressFields` object — Dyanmic field/value pairs, defined by the form assigned to the given country code.
  - `SingleLineDisplay` string — Single line display i18n, may be empty for not supported countries
  - `TwoLinesDisplay` string[] — Two line display i18n, may be empty for not supported countries

## Response `200`

OK

- RestApiResultStoreAddress — Rest api result
  - `Data` StoreAddress, required — Store address
    - `AddressId` integer — Address identifier
    - `Coordinates` Coordinates — Coordinates
      - `Latitude` number, double — Latitude
      - `Longitude` number, double — Longitude
    - `Line1` string — Address line 1
    - `Postcode` string — Postcode
    - `City` string — City
    - `CountryCode` string — Country code (ISO-alpha2)
    - `DisplayForCustomer` string — Display for customer
    - `AddressFields` object — Dyanmic field/value pairs, defined by the form assigned to the given country code.
    - `SingleLineDisplay` string — Single line display i18n, may be empty for not supported countries
    - `TwoLinesDisplay` string[] — Two line display i18n, may be empty for not supported countries

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
