Integration requirements

Technical specifications of products

Field nameContent
SKUYour product code
GroupThe name of the technical specification group. (E.g. Battery)
NameThe name of the technical specification. (E.g. Duration)
ValueThe value of the technical specification. (E.g. 4 hours)
CategoryRelative difrently category
PriceThe decimal separator is the .
EAN(optional)
BrandEnter the brand of the product
Model (MPN)(optional)
ImageURL of the product image (optional)
QuantityQuantity in stock

SKU,Group,Name,ValueABC123,Battery,Duration,"4 hour"ABC123,Battery,Capacity,"100 Wh"

Mapping of product categories

Rentplugin Integration

 <form method="post" action="/noleggia/cart">

          <input type="hidden" name="sku[0]" value="TDA-5502960">

          <input type="hidden" name="quantity[0]" value="1">

 

          <input type="hidden" name="sku[1]" value="TDA-5508093">

          <input type="hidden" name="quantity[1]" value="1">

 

          <input type="submit">

</form>