---
title: "GetMetaData"
method: GET
path: "/warehousetransfer/fbainbound/fbatransfercards/metadata"
tags: ["FbaTransferCards"]
deprecated: true
---

# GetMetaData

`GET /warehousetransfer/fbainbound/fbatransfercards/metadata`

> **Deprecated.**

Deprecated - please use v2 - [API Docs v2](https://apidocs.linnworks.net/v2/)

## Response `200`

Success

- GetViewMetaDataResponse — This model contains metadata which used by fba and warehouse transfers views
  - `importMetaFields` ShipmentItemsImportMetaFields
    - `csvSeparatorMappings` CsvSeparator[], nullable
      - `type` 0 — Possible values are: Comma=0;
      - `value` string, nullable
      - `name` string, nullable
    - `shipmentItemRows` ShipmentItemImportRow[], nullable
      - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — Possible values are: SKU=0; SellerSKU=1; ASIN=2; QuantityToShip=3; BatchNumber=4; LabelOwner=5; PrepOwner=6; ExpirationDate=7;
      - `name` string, nullable
      - `sample` string, nullable
      - `group` integer
    - `stockRequestItemRows` StockRequestItemImportRow[], nullable
      - `type` 0 | 1 — Possible values are: SKU=0; QuantityToRequest=1;
      - `name` string, nullable
      - `sample` string, nullable
      - `group` integer
    - `stockTransferItemRows` StockTransferItemImportRow[], nullable
      - `type` 0 | 1 | 2 — Possible values are: SKU=0; QuantityToSend=1; BatchNumber=2;
      - `name` string, nullable
      - `sample` string, nullable
      - `group` integer
  - `amazonPartneredCarrierSupportedCountries` string[], nullable

## Other responses

- `201` — Success
- `204` — Success
- `400` — Bad Request
- `401` — Unauthorized
- `405` — Method Not Allowed

---

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