Use this call to return a template based on the configurator setting you have requested. This allows you to see the template which can then be retuned to the ProcessAmazonListing endpoint which will build the listing.
Name | Type | Description |
---|---|---|
parameters | ProcessTemplatesParameters | Object of TemplatesParameters |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Listings/CreateAmazonTemplates
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.
parameters={
"Source": "sample string 1",
"SubSource": "sample string 2",
"ConfigId": "51d7758e-f4fb-4ab1-a254-04b7b602bf7f",
"InventoryItemIds": [
"09ac0f0a-aa48-4ef4-ad59-bdd6c624ce43"
],
"SelectedRegions": [
{
"Item1": 1,
"Item2": 2
}
],
"Token": "902f5f29-d410-48c1-9863-bdafa2c479b3",
"TemplatesType": 0
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"TemplateId": "2b3df699-0caf-4275-b5b5-8dd482c0d540",
"InventoryItemId": "d4020e8b-d0f2-48d2-ae15-f19a5691c118",
"VariationGroupName": "sample string 3",
"Version": 4,
"MerchantName": "sample string 5",
"ConfigId": "5204f0f1-6f78-43b3-8c8f-e76aa3ab5f1d",
"ConfigName": "sample string 7",
"ProductURL": "sample string 8",
"ImageURL": "sample string 9",
"Title": "sample string 10",
"Description": "sample string 11",
"ASIN": "sample string 12",
"SKU": "sample string 13",
"Barcode": "sample string 14",
"BarcodeType": "sample string 15",
"TitleSource": "sample string 16",
"Price": 17.1,
"BusinessPrice": {
"Key": "e32185ed-d720-4031-8d18-fc20c960db37",
"Value": 2.1
},
"Quantity": 1,
"Category": "sample string 18",
"SubType": "sample string 19",
"BrowseNodes": [
{
"NodeId": "sample string 1",
"NodePath": "sample string 2",
"ItemType": "sample string 3",
"DepartmentName": "sample string 4",
"IsDefault": 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
}
],
"Pictures": [
{
}
],
"UseMainItemImages": true,
"VariationTheme": "sample string 21",
"Variations": [
{
"IsIgnored": true,
"IgnoredMsg": "sample string 2",
"CollisionNumber": 3,
"StockItemId": "799dd73a-f947-40e9-a481-42b747bef94b",
"SKU": "sample string 5",
"Title": "sample string 6",
"Barcode": "sample string 7",
"Price": 8.1,
"BusinessPrice": {
},
"Quantity": 1,
"Pictures": [
{
}
],
"Attributes": [
{
}
],
"MessageIds": [
"sample string 1"
]
}
],
"OldVariations": [
{
}
],
"Status": 0,
"IsReadOnly": true,
"ReportId": "sample string 23",
"ErrorMsg": "sample string 24",
"MessageIds": [
"sample string 1"
],
"ShipOptions": [
"sample string 1"
],
"IsCatalog": true,
"ConditionType": "sample string 26",
"ConditionNote": "sample string 27",
"LowestNewPriceFormated": "sample string 28",
"DecimalSalesRank": 1.0,
"ToList": true,
"Matches": 30,
"NoMatches": true,
"Adjustments": 64,
"IsReFeeded": true
}
],
"TotalItems": 1,
"CurrentPage": 2,
"EntriesPerPage": 3
}