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

# UpdateeBayConfigurators

`POST /api/Listings/UpdateeBayConfigurators`

Use this call to update eBay configurators.
            
A configurator hosts common details for listings such as listing type, return policy, payment methods, shipping info, attributes, listing categories, etc. Configurators offer an efficient way of creating listings in bulk that follow a common theme. The same configurator can be used to list multiple items that share common details. To find out more about configurators you can visit our [documentation](https://docs.linnworks.com/articles/#!documentation/configurators)
<b>Permissions Required: </b> GlobalPermissions.Settings.ListingConfigurators.EditListingConfiguratorsNode
<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

- ListingsUpdateeBayConfiguratorsRequest
  - `configs` EbayConfig[] — Configs to update
    - `pkConfigId` string, uuid
    - `ConfigName` string
    - `EbayAccount` string
    - `Site` string
    - `OriginalConfigId` string, uuid
    - `OriginalSite` string
    - `IsOutOfStockFeatureEnabled` boolean
    - `MaxQuantity` integer
    - `MinQuantity` integer
    - `MaxQuantityPerBuyer` integer
    - `IsMaxQuantityPerBuyerEnabled` boolean
    - `ShowInInventory` boolean
    - `AssociatedTemplates` integer
    - `AssociatedVariations` integer
    - `ListingType` string
    - `ListingDuration` string
    - `Currency` string
    - `ProductLocationCountry` string
    - `ProductLocation` string
    - `PostalCode` string
    - `ProductLocationCountryExtendedProperty` string
    - `ProductLocationExtendedProperty` string
    - `PostalCodeExtendedProperty` string
    - `PaymentMethods` KeyValue[]
      - `Key` string
      - `Value` string
    - `PaypalEmail` string
    - `CODCost` number, float
    - `IsImmediatePaymentRequired` boolean
    - `InStorePickup` boolean
    - `SoldOneBay` boolean
    - `ReturnAccepted` KeyValue
      - `Key` string
      - `Value` string
    - `ReturnRefund` KeyValue
      - `Key` string
      - `Value` string
    - `ReturnPaidBy` KeyValue
      - `Key` string
      - `Value` string
    - `ReturnWithin` KeyValue
      - `Key` string
      - `Value` string
    - `RestockingFee` KeyValue
      - `Key` string
      - `Value` string
    - `ReturnPolicy` string
    - `AdditionalCheckoutInstructions` string
    - `Description` string
    - `GlobalShippingProgram` boolean
    - `PromotionalShippingDiscount` boolean
    - `InternationalPromotionalShippingDiscount` boolean
    - `DomesticShippingRateTable` boolean
    - `InternationalShippingRateTable` boolean
    - `DomesticShippingProfileId` string
    - `InternationalShippingProfileId` string
    - `DomesticShippingProfileId_ExtendedProperty` string
    - `InternationalShippingProfileId_ExtendedProperty` string
    - `MaximumDispatchTime` KeyValue
      - `Key` string
      - `Value` string
    - `MaximumDispatchTime_ExtendedProperty` string
    - `DomesticShippings` Shipping[]
      - `ShippingService` EbayShippingService
        - `ServiceId` string
        - `ServiceName` string
        - `isInternationalService` boolean
        - `isExpeditedService` boolean
        - `ServiceType` string
      - `Price` number, double
      - `Price_ExtendedProperty` string
      - `AdditionalPrice` number, double
      - `AdditionalPrice_ExtendedProperty` string
      - `HandlingPrice` number, double
      - `ShippingLocations` KeyValue[]
        - `Key` string
        - `Value` string
      - `WeightRules` EbayWeightRule[]
        - `Disabled` boolean
        - `FromWeight` number, double
        - `ToWeight` number, double
        - `Price` number, double
        - `AdditionalPrice` number, double
        - `IsFirst` boolean
      - `PriceAssociationRules` EbayPriceRule[]
        - `FromPrice` number, double
        - `ToPrice` number, double
    - `InternationalShippings` Shipping[]
      - `ShippingService` EbayShippingService
        - `ServiceId` string
        - `ServiceName` string
        - `isInternationalService` boolean
        - `isExpeditedService` boolean
        - `ServiceType` string
      - `Price` number, double
      - `Price_ExtendedProperty` string
      - `AdditionalPrice` number, double
      - `AdditionalPrice_ExtendedProperty` string
      - `HandlingPrice` number, double
      - `ShippingLocations` KeyValue[]
        - `Key` string
        - `Value` string
      - `WeightRules` EbayWeightRule[]
        - `Disabled` boolean
        - `FromWeight` number, double
        - `ToWeight` number, double
        - `Price` number, double
        - `AdditionalPrice` number, double
        - `IsFirst` boolean
      - `PriceAssociationRules` EbayPriceRule[]
        - `FromPrice` number, double
        - `ToPrice` number, double
    - `FlatCalculatedShipping` string
    - `ShippingPackageType` string
    - `ExcludedLocations` string[]
    - `ShippingLocations` string[]
    - `FreeCalculatedShippingServiceId` string
    - `IsExtendedPropertySplittable` boolean
    - `IsAutoMappingExtPropToSpecEnabled` boolean
    - `IsVariationSpecificationLimitIncreased` boolean
    - `IsCatalog` boolean
    - `IsPrivateListingEnabled` boolean
    - `IsListInternationallyEnabled` boolean
    - `IsBestOfferEnabled` boolean
    - `IsTaxTableEnabled` boolean
    - `IsVATEnabled` boolean
    - `VAT` number, double
    - `VatExtendedProperty` string
    - `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
    - `OldCategories` LinnworksEbayCategory[]
      - `IsDefault` boolean
      - `LotSizeDisabled` boolean
      - `IsProductRequired` boolean
      - `VariationsEnabled` boolean
      - `SiteSupported` boolean
      - `CategoryId` string
      - `CategoryName` string
    - `UseSuggestedCategory` boolean
    - `AutoConvertCategories` boolean
    - `PrimaryCategory_ExtendedProperty` string
    - `SecondaryCategory_ExtendedProperty` string
    - `StorePrimaryCategory_ExtendedProperty` string
    - `StoreSecondaryCategory_ExtendedProperty` string
    - `VariationTitle_ExtendedProperty` string
    - `Condition` KeyValue
      - `Key` string
      - `Value` string
    - `Condition_ExtendedProperty` string
    - `ConditionNote_ExtendedProperty` string
    - `Barcode_ExtendedProperty` string
    - `MultipleIdentifiersEnabled` boolean
    - `MultipleProductIdentifiers` string[]
    - `Specifications` EbaySpecification[]
      - `SpecName` string
      - `DefaultValue` string
      - `LinnworksProperty` string
      - `PossibleValues` string[]
      - `AssociationTable` AssociationTable
        - `TableName` string
        - `Source` string
        - `Destination` string
      - `CategoryIds` integer[]
      - `IsUserDefined` boolean
      - `IsRequired` boolean
    - `Variations` EbaySpecification[]
      - `SpecName` string
      - `DefaultValue` string
      - `LinnworksProperty` string
      - `PossibleValues` string[]
      - `AssociationTable` AssociationTable
        - `TableName` string
        - `Source` string
        - `Destination` string
      - `CategoryIds` integer[]
      - `IsUserDefined` boolean
      - `IsRequired` boolean
    - `DontUseVariationPictures` boolean
    - `PhotoDisplayCodeType` 'None' | 'SuperSize'
    - `AutoSelectImages` boolean
    - `CharityOrganisationId` string
    - `CharityDonationPercent` number, double
    - `LastUpdateTime` integer
    - `LastUpdateSessionId` string
    - `PaymentProfile` EbaySellerProfile
      - `ProfileId` integer
      - `ProfileType` string
      - `ProfileName` string
      - `ErrorMessage` string
      - `SellerProfileExtendedProperty` string
    - `ReturnProfile` EbaySellerProfile
      - `ProfileId` integer
      - `ProfileType` string
      - `ProfileName` string
      - `ErrorMessage` string
      - `SellerProfileExtendedProperty` string
    - `ShippingProfile` EbaySellerProfile
      - `ProfileId` integer
      - `ProfileType` string
      - `ProfileName` string
      - `ErrorMessage` string
      - `SellerProfileExtendedProperty` string
    - `PickupLocationTimes` PickupLocationTime[]
      - `EBayLocation` string
      - `FulfillmentValue` integer
      - `FulfillmentType` string
      - `ExtendedPropertyValue` string
      - `ExtendedPropertyType` string
    - `IsConfiguratorEdited` boolean
    - `IsMappingConfigurator` boolean
    - `SchedulingEnabled` boolean
    - `UseLotsEnabled` boolean
    - `UseNewApi` boolean
    - `ChannelLocationIdentifier` string
    - `MultiWarehouseLocations` string[]
    - `MultiWarehouseLocation_ExtendedProperty` string
    - `ShippingCostOverrides` ShippingCostOverride[]
      - `Priority` integer
      - `ShippingServiceType` string
      - `ShippingCost_ExtendedProperty` string
      - `AdditionalShippingCost_ExtendedProperty` string
    - `DimensionMeasure` string
    - `PreviousChannelLocationIdentifier` string

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