Use this call to create Amazon 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
Name | Type | Description |
---|---|---|
configs | List<AmazonConfig> | Configs to create |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Listings/CreateAmazonConfigurators
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.
configs=[
{
"FulfillmentType": 0,
"Fulfillment_ExtendedPropertyName": "sample string 1",
"pkConfigId": "af9cfa99-7d35-4829-a8ca-8af9814fe699",
"ConfigName": "sample string 3",
"Version": 4,
"Site": "sample string 5",
"Category": "sample string 6",
"SubType": "sample string 7",
"AssociatedTemplates": 8,
"AssociatedVariations": 9,
"PictureAttributes": [
{
"AttrName": "sample string 1",
"DisplayName": "sample string 2",
"LinnworksProperty": "sample string 3",
"ListingProperty": "sample string 4",
"DefaultValue": "sample string 5",
"Required": 0,
"Type": 0,
"RealType": "sample string 6",
"ValidValues": [
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Path": "sample string 7",
"IsVariation": true,
"IsInvalidValue": true,
"ErrorMessage": "sample string 10",
"CanBeVariation": true
}
],
"Attributes": [
{
"AttrName": "sample string 1",
"DisplayName": "sample string 2",
"LinnworksProperty": "sample string 3",
"ListingProperty": "sample string 4",
"DefaultValue": "sample string 5",
"Required": 0,
"Type": 0,
"RealType": "sample string 6",
"ValidValues": [
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Path": "sample string 7",
"IsVariation": true,
"IsInvalidValue": true,
"ErrorMessage": "sample string 10",
"CanBeVariation": true
}
],
"VariationThemeAttribute": {
"AttrName": "sample string 1",
"DisplayName": "sample string 2",
"LinnworksProperty": "sample string 3",
"ListingProperty": "sample string 4",
"DefaultValue": "sample string 5",
"Required": 0,
"Type": 0,
"RealType": "sample string 6",
"ValidValues": [
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Path": "sample string 7",
"IsVariation": true,
"IsInvalidValue": true,
"ErrorMessage": "sample string 10",
"CanBeVariation": true
},
"ParentageAttribute": {
"AttrName": "sample string 1",
"DisplayName": "sample string 2",
"LinnworksProperty": "sample string 3",
"ListingProperty": "sample string 4",
"DefaultValue": "sample string 5",
"Required": 0,
"Type": 0,
"RealType": "sample string 6",
"ValidValues": [
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Path": "sample string 7",
"IsVariation": true,
"IsInvalidValue": true,
"ErrorMessage": "sample string 10",
"CanBeVariation": true
},
"VariationTheme": "sample string 10",
"Variations": [
{
"AttrName": "sample string 1",
"DisplayName": "sample string 2",
"LinnworksProperty": "sample string 3",
"ListingProperty": "sample string 4",
"DefaultValue": "sample string 5",
"Required": 0,
"Type": 0,
"RealType": "sample string 6",
"ValidValues": [
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Path": "sample string 7",
"IsVariation": true,
"IsInvalidValue": true,
"ErrorMessage": "sample string 10",
"CanBeVariation": true
}
],
"BrowseNodes": [
{
"NodeId": "sample string 1",
"NodePath": "sample string 2",
"ItemType": "sample string 3",
"DepartmentName": "sample string 4",
"IsDefault": true
}
],
"ContainsBrowseNodes": true,
"FirstBrowseNode_ExtendedProperty": "sample string 12",
"SecondBrowseNode_ExtendedProperty": "sample string 13",
"VariationTitle_ExtendedProperty": "sample string 14",
"IsConfiguratorEdited": true,
"ShowInInventory": true,
"LastUpdateTime": 17,
"LastUpdateSessionId": "sample string 18",
"ShippingOverrideMethod": 0,
"ShippingOption": {
"ExpeditedShipping": {
"Key": "sample string 1",
"Value": "sample string 2"
},
"WillShipInternationally": {
"Key": "sample string 1",
"Value": "sample string 2"
}
},
"Shippings": [
{
"ShipOption": "sample string 1",
"ServiceLevel": 0,
"ShippingCost": 2.1,
"ShippingCost_ExtendedProperty": "sample string 3",
"Type": 0,
"IsShippingRestricted": true
}
],
"UseMainItemImages": true,
"IgnoreIncorrectVariationChildren": true
}
]
This is an example of the response JSON. Results will vary depending on your data.