8SELECT - Integration Documentation
8SELECTService Status
  • 8.HX PLATFORM
  • Shop Integration
    • 8.SDK Web (JavaScript SDK)
    • Widgets
      • βž•Add more elements, like custom headline
      • πŸ‘»Hide recommendation area in case there is no content
      • πŸ”ŽAdding widgets after 8.SDK was loaded
      • πŸ—ΊοΈInternationalization
    • Shopping Cart
    • Checkout Tracking
    • Product Export
    • A/B Testing
    • Single Page Application
    • Tag Manager
    • Data Privacy / Cookies / GDPR
  • Widgets
    • 8.SIMILAR
    • 8.SET
    • 8.SET Custom
    • Touchpoints
      • Product Page
      • Cart Layer
      • Cart
      • Content Page
  • Product Export
    • Data Transfer
    • File Format
    • Base Data
      • Details and examples
    • Fashion Content Pool
      • Details and examples
    • Image Bot
  • Sandbox
    • Demo-Integration
    • Demo-Mode
  • API
    • Changelog
      • 2.0.0
      • 1.0.1
    • General
      • Introduction
      • Authentication
      • Pagination
      • Exceptions
      • GraphQL Schema
    • Examples
      • 8.SIMILAR
      • 8.SET
      • 8.SET Custom
      • Product Page - All Content
  • API Tracking
    • Changelog
    • General
      • Introduction
      • Authentication
      • Context
      • User Identification
      • Event Validation
    • Events
      • view
        • How to evaluate if view event can be sent
        • User views 8.SET content
      • interact
        • User clicks on a product within 8.SET content
        • User adds a product to their card from within 8.SET content
        • Example what is not a product interaction
      • order
Powered by GitBook
On this page
  • SKU (sku)
  • Examples
  • Main-SKU (main-sku)
  • Examples
  • Model (model)
  • Examples
  • Stock (stock)
  • Examples
  • Variant (variant)
  • Examples
  • Name (name)
  • Examples
  • Retail price (retail-price)
  • Examples
  • Discount price (discount-price)
  • Examples
  • Product URL (deeplink)
  • Examples
  • Image (image)
  • Examples

Was this helpful?

  1. Product Export
  2. Base Data

Details and examples

SKU (sku)

The SKU is unique. The SKU is the main identifier for a specific item (buyable physical variant) in a shop.

Variant (SKU): Shirt Arie - color blue - size M

Examples

8277-480-01
8febdd77-c6a6-40f6-b322-9620680c7bc2
42
A-2-21

The SKU is used to find content for an item, to add an item to the shopping cart and to match purchases with interactions in our widgets. This means that this value must also be available in the shop for the widgets and in the checkout.

Main-SKU (main-sku)

The Main-SKU is unique, it contains the model and colour. The Main SKU is the main identifier for an item (parent item) in a shop.

The Main-SKU is used to establish a relationship between parent items and size variants. Parent item (Main-SKU): Shirt Arie - color blue Variant (SKU): Shirt Arie - color blue - size M

Examples

8277-480
Shirt-blue

Model (model)

A model refers to the basic product. A model can exist in several versions that differ, for example, in size, colour or pattern.

The model Arie (8277) exists in three different colors: blue (480), red (481), yellow (482) and in four different sizes: S (01), M (02), L (03), XL (04). All combined will make up to 12 different variants. Each variant has its own SKU. Model: Shirt Arie Parent item (Main-SKU): Shirt Arie - color blue Variant (SKU): Shirt Arie - color blue - size M

Examples

model

main-sku

sku

8277

8277-480

8277-480-01

shirt-arie

shirt-arie-color-blue

shirt-arie-color-blue-size-m

Stock (stock)

The value provides information about the availability of a variant. It can be a flag (0/1) or the quantity of available items.

Examples

available

1
3
12

not available

0

Variant (variant)

For example the size of the item.

Examples

38
L
32/32
32 L
M-L
30ml

Name (name)

Default name for the item as it is normally used on the product page.

Examples

Desigual Sweatshirt
Evelyne GM 33

Retail price (retail-price)

The original price or RRP. Usually shown as a crossed-out price in the shop.

Without currency and in cents.

Examples

8000
19939

Discount price (discount-price)

The price at which the item is sold.

Without currency and in cents.

Examples

6995
13750

Product URL (deeplink)

Deep link that leads directly to the detail page in the shop of the variant.

Examples

https://www.ambellis.de/desigual-sweatjacke-8277480.html?sku=8277387
https://www.bettybarclay.com/de/vera-mont-cocktail-kleid-21254528.html?farbe=burnished-ros&groesse=38

Image (image)

  • Main image in maximum resolution. Used for data tagging via image recognition.

  • For an optimal recognition use the cut out image (hollow man photography) without any other objects / persons.

Examples

https://ambellis.scene7.com/is/image/ambellis/ext/8277480-01.jpg?$rtf\_amb\_prod-main-zoom\_xl$

https://cdn.8select.io/image1.jpg
PreviousBase DataNextFashion Content Pool

Last updated 2 years ago

Was this helpful?