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

# ProcesseBayListings

`POST /api/Listings/ProcesseBayListings`

Use this call to create templates in Linnworks and can also be used to push the template to a channel. This will create the template even if it returns null. This will also push the template to the channel depending on what the status is set as.
<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

- ListingsProcesseBayListingsRequest
  - `items` EbayListing[] — eBay listings
    - `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
  - `force` boolean — force
  - `action` string — action trigger for logging purposes E.g: "Update", "Create", "Process"

## Response `204`

No Content

---

[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)
