Use this call to get all 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
No parameters required.
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Listings/GetMagentoConfigurators
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
This is an example of the request structure. Results will vary depending on your data.
This is an example of the response JSON. Results will vary depending on your data.
[
{
"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": "b1f3ced2-d8fd-4b99-b2b6-7f0d57cc4c8a",
"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
}
]