---
title: "Import GS1/MAPP codes"
method: POST
path: "/api/v1/import/gs1"
tags: ["Guids"]
---

# Import GS1/MAPP codes

`POST /api/v1/import/gs1`

Importing GS1/MAPP codes that contain unique components.

## Request body

- ImportGS1CodesRequest — GS1/MAPP codes import information
  - `listOfGS1s` ListOfGS1s, required — A list of GS1/MAPP codes
    - `codes` string[] — A list of GS1/MAPP codes.
  - `organizationId` string, required — The organization where the GS1/Mapp code is imported.

## Response `200`

OK

## Other responses

- `201` — Created
- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `409` — Conflict
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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