Products belonging to the category tennis rackets must meet specific specifications in the XML file.
Name
The name/title of the product
The title must have a specific structure and include the significant characteristics of the product.
Characteristics that must be included in the title of products falling under the category "Tennis Rackets" are as follows:
Manufacturer
The manufacturer of the product must appear in the title.
- Example:
-
- Babolat Pd Strung No Cover Tennis Racket - 300g 102435-136 Blue
Model
The model name must appear in the title, according to the manufacturer.
- Example:
-
- Babolat Pd Team Strung No Cover Tennis Racket - 285g 102441-146 Blue
Racket Type
The type of racket, such as Adult, Kids, must appear in the title.
- Example:
-
- Wish 2600 23" 42050 Kids Tennis Racket with Blue Mesh
Racket Stringing
Reference to the stringing or whether it is unstrung must be present in the title.
For each product available with a different string type, a different entry must be created.
- Example:
-
- Adult Racket Prince Attack 21 (Unstrung) Red/Black
Manufacturer
The manufacturer of the product
The manufacturer of the product must be filled in the manufacturer field in the XML file or alternatively, it can be stated in the title of the product.
- Example entry:
-
<manufacturer>Babolat</manufacturer>
MPN (part number)
The part number of the product
If there is a unique code for the product from the manufacturer, it must be filled in the corresponding field (MPN) in the XML file. Alternatively, the MPN information can appear in the title.
- Example entry:
-
<mpn>102435-136</mpn>
Size
The size of the product
The size of the racket handle should be filled in the size field, e.g., 1, 2, 3.
If the racket does not have a size, you should fill in the verbal One Size.
- Example entry:
-
<size>1,2,3</size>
<size>one size</size>
It is recommended that, in parallel with the Size field, the Size Variations field is filled. The technical specifications for adding the new field to the XML are described in detail in the Skroutz XML data feed specification.
Image
The image of the product
The product photo must clearly depict the entire displayed product without including shadows, logos, or watermarks, or other products unrelated to the main product.
The main image must depict only the product, not in multiple views and not displayed with another model or in its packaging.
The product depicted in the image must match the product stated in the title, e.g., specific color, characteristics.
Ideally, additional images should include other views of the product.
General guidelines for images can be found here.
Description
The description of the product
The description of the product should include the following:
- Racket weight - grams
- Racket length - cm or in
- Head size - cm² or sq.in.
- Player level: Competitive, Advanced, Intermediate, Beginner
- Example:
-
<description> Racket weight: 305 gr, Racket length: 27in / 68.5cm, Head size: 100 cm², Player level: Advanced </description>