Use this call to return all created Amazon templates.
Name | Type | Description |
---|---|---|
parameters | GetTemplatesParameters | Object of TemplatesParameters |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Listings/GetAmazonTemplates
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={
"TemplateIds": [
"5a001bcc-33a0-41ec-9e8a-5c1795830cf4"
],
"OnlyWithErrors": true,
"Source": "sample string 2",
"SubSource": "sample string 3",
"ConfigId": "a9ddd14d-e97f-4955-81c5-a1d9f75edb9c",
"InventoryItemIds": [
"15961580-8574-43f0-bc01-99ad5ad0d2b7"
],
"SelectedRegions": [
{
"Item1": 1,
"Item2": 2
}
],
"Token": "5727a0b3-fc47-42b7-975d-3ae6d3630d96",
"TemplatesType": 0,
"PageNumber": 1,
"EntriesPerPage": 2,
"SiteFilter": {
"Source": "sample string 1",
"SubSource": "sample string 2",
"Sites": "sample string 3",
"SelectedSites": [
"sample string 3"
]
}
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"TemplateId": "ae05f8fb-c478-42d0-984f-abcb93749c7d",
"InventoryItemId": "360a6abf-fae2-424f-abc0-28626c0b3076",
"VariationGroupName": "sample string 3",
"Version": 4,
"MerchantName": "sample string 5",
"ConfigId": "afc7cb21-95a4-4ce4-ab84-6726d39031b4",
"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": "0c15c822-ec33-4d1f-b484-07ee8a3b083b",
"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": "de71da4d-4833-4753-bd35-c24de677e3bf",
"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
}