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

# CreateBigcommerceConfigurators

`POST /api/Listings/CreateBigcommerceConfigurators`

Use this call to create BigCommerce 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

- ListingsCreateBigcommerceConfiguratorsRequest
  - `configs` BigCommerceConfigurator[] — Configs to create
    - `Attributes` BigCommerceConfigAttributes[]
      - `Name` string
      - `Type` 'STRING' | 'BOOLEAN' | 'INT' | 'ENUM' | 'DATE' | 'HTML' | 'DECIMAL' | 'DEPENDED'
      - `MaxLength` integer
      - `Label` string
      - `Value` string
      - `ExtendedProperty` string
      - `Default` boolean
    - `OptionSetName` string
    - `VarAttributes` VarAttribute[]
      - `Name` string
      - `ExtendedProperty` string
      - `Type` string
      - `TypeLabel` string
      - `OptionSortOrder` integer
      - `ValueSortOrderExtendedProperty` string
    - `UserAttributes` ConfigUserAttributes[]
      - `Id` string
      - `Type` string
      - `Name` string
      - `ExtendedProperty` string
      - `IsRequired` boolean
      - `MaxFileSize` integer
      - `AllowedFileTypes` string
      - `SelectOptions` string
      - `SortOrder` integer
    - `pkConfigid` string, uuid
    - `Categories` ConfigCategory[]
      - `Id` string
      - `Name` string
      - `Path` string
      - `Default` boolean
      - `TreeId` integer
    - `Site` string
    - `ConfigName` string
    - `CategoryExtendedProperty` string
    - `ManageStock` boolean
    - `ShowInInventory` boolean
    - `IsChanged` boolean
    - `LastUpdateTime` integer
    - `LastUpdateSessionId` string
    - `AssociatedSingle` integer
    - `AssociatedVariation` integer
    - `TotalAttributes` integer
    - `TotalVarAttributes` integer
    - `VarTitleExtProperty` string
    - `UseMainItemImages` boolean
    - `GltConfiguratorId` integer

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