Skip to main content

E-Commerce Pitch

Quasiris

  • Company
  • Team
  • Customers

Data Integration

  • REST API with bulk support

  • each product is one record in the array

  • id: a unique id for the document

  • operation: update, delete

  • google shopping feed

  • crawling

    • sitemap
    • start urls
  • assets

    • PDF, Word, Excel
  • Plugin

    • wordpress
    • spryker
    • shopware
    • core media
curl -XPOST -d
[{
"header": {
"id": "3267242",
"action": "update"
},
"payload": {
"id": "3267242",
"title": "Vintage Sneaker mit Logo Classic - Rot - Comfort Fit",
"sku": "3267242",
"price": 80.59,
"size": "M",
"color": "rot",
"category": "Bekleidung/Damen/Oberteile",
"image": "https://qsc.quasiris.de/cdn/qsc/demo/trendware/shop/data/img/3267242.jpg",
"material": [
"Leder",
"Polyester"
],
"style": "casual",
"url": "https://qsc.quasiris.de/cdn/qsc/demo/trendware/shop/data/img/3267242.jpg",
"created_at": "2024-01-10T20:25:56.409000Z",
"price_net": 80.59,
"price_gross": 95.9,
"available": false,
"categoryRandom": "Kinderbekleidung/Mädchen/Winterjacken/T-Shirts"
}
}]
  • file uploads

Variants

  • variants are send as separate products

Recommendations