Tag list
Standard listing tags
If you want text in your template you can use the template tester tool here
Variable |
Example Template Usage |
Type |
Description |
---|---|---|---|
name |
|
String | This will add your eBay listing title. |
description |
|
String | This is your main description content. |
return_policy |
|
String | This is the same information as what you send to eBay in your returns description. |
payment_instruction |
|
String | This is the same information as what you send to eBay in your payment description. |
attributes |
|
Array | This will get all of the product attributes for the product. |
img_tpl |
|
Array | This object contains links to all the images part of your eBay listing. To obtain a single url from the object you must use the Twig attribute function, i.e. {{ attribute(img_tpl, 0) }} The above code will output the first image URL in the object. If you need a different image change the number. |
img_tpl_thumb |
|
Array | This contains links to thumbnails of all the images part of your eBay listing. To obtain a single url from the object you must use the Twig attribute function, i.e. {{ attribute(img_tpl_thumb, 0) }} The above code will output the first image URL in the object. If you need a different image change the number. |
shop_categories |
|
String |
Injects an HTML menu structure using JavaScript based on your eBay shop categories. You must have an eBay shop and be on a paid OpenBay Pro plan to use this tag. You need to use CSS to control the structure created below:
|
shop_navigation |
|
String | Injects an HTML menu structure using JavaScript based on your eBay shop custom pages. You must have an eBay shop and be on a paid OpenBay Pro plan to use this tag. You need to use CSS to control the structure created below:
|
product_info.model |
|
String | The product model number. |
product_info.sku |
|
String | The product SKU. |
product_info.upc |
|
String | The product UPC. |
product_info.ean |
|
String | The product EAN. |
product_info.jan |
|
String | The product JAN. |
product_info.isbn |
|
String | The product ISBN. |
product_info.mpn |
|
String | The product MPN. |
product_info.location |
|
String | The product Location. |
product_info.manufacturer |
|
String | The product manufacturer. |
product_info.name |
|
String | The products original name in your store. |
product_info.tag |
|
String | The product tags. |
product_info.weight |
|
Decimal | The product weight unit. |
product_info.weight_class |
|
String | The product weight class (kg,g,lbs etc). |
product_info.length |
|
Decimal | The product length. |
product_info.width |
|
Decimal | The product width. |
product_info.height |
|
Decimal | The product height. |
product_info.length_class |
|
Decimal | The product length class (cm,mm,m etc). |
product_info.product_filters |
|
Array | Access any product filters assigned to the product. *Available on 2.0+ versions only |