Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Listings /GetBigcommerceConfigurators

Allows 150 calls per minute

Response: IEnumerable<BigCommerceConfigurator>



Use this call to get all 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

Parameters

No parameters required.

Permissions

GlobalPermissions.Settings.ListingConfigurators.GetListingConfiguratorsNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Listings/GetBigcommerceConfigurators

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "Attributes": [
      {
        "Name": "sample string 1",
        "Type": 0,
        "MaxLength": 2,
        "Label": "sample string 3",
        "Value": "sample string 4",
        "ExtendedProperty": "sample string 5",
        "Default": true
      }
    ],
    "OptionSetName": "sample string 1",
    "VarAttributes": [
      {
        "Name": "sample string 1",
        "ExtendedProperty": "sample string 2",
        "Type": "sample string 3",
        "TypeLabel": "sample string 4"
      }
    ],
    "UserAttributes": [
      {
        "Id": "sample string 1",
        "Type": "sample string 2",
        "Name": "sample string 3",
        "ExtendedProperty": "sample string 4",
        "IsRequired": true,
        "MaxFileSize": 6,
        "AllowedFileTypes": "sample string 7",
        "SelectOptions": "sample string 8",
        "SortOrder": 9
      }
    ],
    "pkConfigid": "41d63b09-b1ac-4939-a616-a7f12807456e",
    "Categories": [
      {
        "Id": "sample string 1",
        "Name": "sample string 2",
        "Path": "sample string 3",
        "Default": true
      }
    ],
    "Site": "sample string 3",
    "ConfigName": "sample string 4",
    "CategoryExtendedProperty": "sample string 5",
    "ManageStock": true,
    "ShowInInventory": true,
    "IsChanged": true,
    "LastUpdateTime": 9,
    "LastUpdateSessionId": "sample string 10",
    "AssociatedSingle": 11,
    "AssociatedVariation": 12,
    "TotalAttributes": 13,
    "TotalVarAttributes": 14,
    "VarTitleExtProperty": "sample string 15",
    "UseMainItemImages": true,
    "GltConfiguratorId": 1
  }
]