From c42cee5703a1b404e57f978385d75a3abae4a378 Mon Sep 17 00:00:00 2001 From: fwi-odoo Date: Wed, 9 Mar 2016 14:16:03 +0100 Subject: [PATCH] [IMP] sale_ebay: add doc about product identifiers --- sales/ebay/manage.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sales/ebay/manage.rst b/sales/ebay/manage.rst index 6747b79fd..5930b927f 100644 --- a/sales/ebay/manage.rst +++ b/sales/ebay/manage.rst @@ -18,6 +18,8 @@ The **Description Template** allows you to use templates for your listings. The default template only use the **eBay Description** field of the product. You can use html inside the **Description Template** and in the **eBay Description**. +To use pictures in your listing, you need to add them as **Attachments** on the product template. + Listing with variations ======================= @@ -37,3 +39,12 @@ value in the **Variants** tab on the product form. .. image:: ./media/manage03.png :align: center + +Product Identifiers +=================== + +Products identifiers such as EAN, UPC, Brand or MPN are required in most of the eBay category. +The module manages the EAN and UPC identifiers with the **Barcode** field of the product variant. +If the **Barcode** field is empty or is value is not valid, the EAN and UPC values will be set as 'Does not apply' as recommended by eBay. +The Brand and MPN values are working as item specifics and should be define in the **Variants** tab on the product form. +If theses values are not set, 'Does not apply' will be used for the eBay listing. \ No newline at end of file