---
title: "GeteBayTemplates"
method: POST
path: "/api/Listings/GeteBayTemplates"
tags: ["Listings"]
---

# GeteBayTemplates

`POST /api/Listings/GeteBayTemplates`

Use this call to return all created Ebay templates.
<b>Permissions Required: </b> GlobalPermissions.Settings.ListingConfigurators.GetListingConfiguratorsNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- ListingsGeteBayTemplatesRequest
  - `parameters` GetTemplatesParameters
    - `TemplateIds` string[]
    - `OnlyWithErrors` boolean
    - `Source` string
    - `SubSource` string
    - `ConfigId` string, uuid
    - `InventoryItemIds` string[]
    - `SelectedRegions` TupleInt32Int32[]
      - `Item1` integer
      - `Item2` integer
    - `Token` string, uuid
    - `TemplatesType` 'Both' | 'Simple' | 'Variation'
    - `PageNumber` integer
    - `EntriesPerPage` integer
    - `IsMigrated` boolean
    - `SiteFilter` SiteFilter
      - `Source` string
      - `SubSource` string
      - `Sites` string
      - `SelectedSites` string[]

## Response `200`

OK

- PagedResultEbayListing
  - `Items` EbayListing[]
    - `IsCreatedWithMappingTool` boolean
    - `TemplateId` string, uuid
    - `InventoryItemId` string, uuid
    - `VariationGroupName` string
    - `ConfigId` string, uuid
    - `ConfigName` string
    - `ListingIds` string[]
    - `SKU` string
    - `AccountId` string
    - `Barcode` string
    - `BarcodeErrorMessage` string
    - `MultipleIdentifiers` KeyValue[]
      - `Key` string
      - `Value` string
    - `Price` EbayPrices
      - `StartPrice` number, double
      - `ReservePrice` number, double
      - `BINPrice` number, double
      - `AutoAccept` number, double
      - `AutoDecline` number, double
      - `OriginalRetailPrice` number, double
    - `AvailableQuantity` integer
    - `Title` string
    - `SubTitle` string
    - `Description` string
    - `ePID` string
    - `IsCatalogMatch` boolean
    - `IsProductRequired` boolean
    - `Attributes` EbayAttribute[]
      - `AttrName` string
      - `Value` string
      - `ErrorMessage` string
      - `CurrentProductValue` string
      - `IsUserDefined` boolean
      - `IsRequired` boolean
      - `ValidValues` string[]
    - `Pictures` ImageData[]
      - `URL` string
      - `IsEnabled` boolean
    - `Categories` LinnworksEbayCategory[]
      - `IsDefault` boolean
      - `LotSizeDisabled` boolean
      - `IsProductRequired` boolean
      - `VariationsEnabled` boolean
      - `SiteSupported` boolean
      - `CategoryId` string
      - `CategoryName` string
    - `StoreCategories` LinnworksEbayCategory[]
      - `IsDefault` boolean
      - `LotSizeDisabled` boolean
      - `IsProductRequired` boolean
      - `VariationsEnabled` boolean
      - `SiteSupported` boolean
      - `CategoryId` string
      - `CategoryName` string
    - `DontUseVariationPictures` boolean
    - `VariationPictureSpecific` string
    - `Variations` EbayVariation[]
      - `CollisionNumber` integer
      - `IsLinked` boolean
      - `StockItemId` string, uuid
      - `Barcode` string
      - `MultipleIdentifiers` KeyValue[]
        - `Key` string
        - `Value` string
      - `Title` string
      - `SKU` string
      - `ePID` string
      - `IsCatalogMatch` boolean
      - `Attributes` EbayAttribute[]
        - `AttrName` string
        - `Value` string
        - `ErrorMessage` string
        - `CurrentProductValue` string
        - `IsUserDefined` boolean
        - `IsRequired` boolean
        - `ValidValues` string[]
      - `ErrorMesage` string
      - `Pictures` ImageData[]
        - `URL` string
        - `IsEnabled` boolean
      - `Price` EbayPrices
        - `StartPrice` number, double
        - `ReservePrice` number, double
        - `BINPrice` number, double
        - `AutoAccept` number, double
        - `AutoDecline` number, double
        - `OriginalRetailPrice` number, double
      - `LotSize` integer
    - `VariationsPositions` KeyList[]
      - `Key` string
      - `Values` string[]
    - `OldVariations` EbayVariation[]
      - `CollisionNumber` integer
      - `IsLinked` boolean
      - `StockItemId` string, uuid
      - `Barcode` string
      - `MultipleIdentifiers` KeyValue[]
        - `Key` string
        - `Value` string
      - `Title` string
      - `SKU` string
      - `ePID` string
      - `IsCatalogMatch` boolean
      - `Attributes` EbayAttribute[]
        - `AttrName` string
        - `Value` string
        - `ErrorMessage` string
        - `CurrentProductValue` string
        - `IsUserDefined` boolean
        - `IsRequired` boolean
        - `ValidValues` string[]
      - `ErrorMesage` string
      - `Pictures` ImageData[]
        - `URL` string
        - `IsEnabled` boolean
      - `Price` EbayPrices
        - `StartPrice` number, double
        - `ReservePrice` number, double
        - `BINPrice` number, double
        - `AutoAccept` number, double
        - `AutoDecline` number, double
        - `OriginalRetailPrice` number, double
      - `LotSize` integer
    - `OldVariationSpecifics` KeyList[]
      - `Key` string
      - `Values` string[]
    - `IsProductConfirmationRequired` boolean
    - `Status` 'NOT_LISTED' | 'OK' | 'CREATING' | 'UPDATING' | 'DELETING' | 'LISTING' | 'ENDING' | 'MANUALLY_ENDED' | 'MIGRATING'
    - `ErrorMessage` string
    - `Adjustments` integer
    - `TitleSource` string
    - `IsPendingRelist` boolean
    - `StartTime` string, date-time
    - `IsReadOnly` boolean
    - `IsVirtualTemplate` boolean
    - `Site` string
    - `Currency` string
    - `UseSuggestedCategory` boolean
    - `AllowCategoryChange` boolean
    - `LotSize` integer
    - `IsRecommendation` boolean
    - `RecommendationMessage` string
    - `IsMigrated` boolean
    - `MultiWarehouseLocations` string[]
    - `MultiWarehouseLocation_ExtendedProperty` string
    - `ErrorsByCategory` object
  - `TotalItems` integer
  - `CurrentPage` integer
  - `EntriesPerPage` integer

---

[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/versions/0123569a22fb/schema)
