Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Listings /CreateMagentoConfigurators

Allows 150 calls per minute

Response: Void



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

NameTypeDescription
configsList<MagentoConfig>Configs to create

Permissions

GlobalPermissions.Settings.ListingConfigurators.EditListingConfiguratorsNode

Example Request

The following request format is required for this method.

Endpoint URL

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

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.

configs=[
  {
    "ManageImages": true,
    "Store": "sample string 2",
    "AttributeSetName": "sample string 3",
    "AttributeSetId": "sample string 4",
    "UpSellsExtendedProperty": "sample string 5",
    "CreateUpSellBacklink": true,
    "RelatedExtendedProperty": "sample string 7",
    "CreateRelatedBacklink": true,
    "CrossSellsExtendedProperty": "sample string 9",
    "CreateCrossSellBacklink": true,
    "GroupedExtendedProperty": "sample string 11",
    "CreateGroupedBacklink": true,
    "Attributes": [
      {
        "Id": "sample string 1",
        "Code": "sample string 2",
        "ExtendedProperty": "sample string 3",
        "Type": "sample string 4",
        "Label": "sample string 5",
        "Value": "sample string 6",
        "Requirement": 0
      }
    ],
    "VarAttributes": [
      {
        "Title": "sample string 1",
        "Prices": [
          {
            "SelectValue": "sample string 1",
            "SelectLabel": "sample string 2",
            "PriceDiff": 3.1,
            "IsFixed": true
          }
        ],
        "Id": "sample string 2",
        "Code": "sample string 3",
        "ExtendedProperty": "sample string 4",
        "Type": "sample string 5",
        "Label": "sample string 6",
        "Value": "sample string 7",
        "Requirement": 0
      }
    ],
    "IsChildrenImages": true,
    "pkConfigid": "0d0ea96a-1555-4d6f-8d79-258886a1a9f0",
    "Categories": [
      {
        "Id": "sample string 1",
        "Name": "sample string 2",
        "Path": "sample string 3",
        "Default": true
      }
    ],
    "Site": "sample string 15",
    "ConfigName": "sample string 16",
    "CategoryExtendedProperty": "sample string 17",
    "ManageStock": true,
    "ShowInInventory": true,
    "IsChanged": true,
    "LastUpdateTime": 21,
    "LastUpdateSessionId": "sample string 22",
    "AssociatedSingle": 23,
    "AssociatedVariation": 24,
    "TotalAttributes": 25,
    "TotalVarAttributes": 26,
    "VarTitleExtProperty": "sample string 27",
    "UseMainItemImages": true,
    "GltConfiguratorId": 1
  }
]

Response

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