Product schema

Product schema

key
type
is required
example
description
style_name
string
yes
Full suit
Product name
style_number
string
yes
152888
Product style number
collection_name
string
yes
2024 Summer
Product collection name
category
string
no
suit
Product category
sub_category
string
no
men suit
Product sub category
gtin
string
yes
589067098700
Product GTIN
colli_gtin
string | null
no
589067098453
color_name
string
yes
dark blue
Product color name
color_code
string
yes
425
Product color code
color_detail
string | null
no
stripes
color_system
string | null
no
color_system_id
string | null
no
color_hex_code
string | null
no
#9F8D7C
color_base_color
string | null
no
size_eu
string
yes
34
Product size in the EU system
size_uk
string | null
no
34
Product size in the UK system
size_us
string | null
no
34
Product size in the US system
size_length
string | null
no
36
brand
string | null
no
Only
Product brand
sub_brand
string | null
no
Only
season
string | null
no
summer
season_year
string | null
no
2024
target_gender
string | null
no
male
target_age_group
string | null
no
youth
customs_tariff
string | null
no
61103099
country_of_origin
string | null
no
Denmark
materials
string | null
no
Cotton with synthetic fibers.
noos
boolean | null
no
false
fit
string | null
no
slim fit
rise
string | null
no
sleeve_type
string | null
no
raglan sleeves
sleeve_length
string | null
no
long
cuff_type
string | null
no
neckline
string | null
no
O-neck
wash
string | null
no
length
string | null
no
Regular length
manufacturing_process
string | null
no
bte
string | null
no
12345
fedas
string | null
no
54343
toecap_type
string | null
no
Almond toe tip
heel_height
string | null
no
3
removable_inlay
boolean | null
no
true
product_set
boolean | null
no
false
product_set_count
number | string | null
no
0
multi_pack
boolean | null
no
true
multi_pack_count
number | string | null
no
3
net_weight
number | string | null
no
8.900
windproof
boolean | null
no
false
waterproof
boolean | null
no
false
water_resistant
boolean | null
no
false
breathability
string | null
no
1000
delivery_period_start
string | null
no
2022-08-01T03:00:00
delivery_period_end
string | null
no
2022-08-02T08:00:00
washing_instructions
string | null
no
Maximum temperature 30°C normal process.
tumble_drying_instructions
string | null
no
Do not tumble dry.
natural_drying_instructions
string | null
no
Flat drying.
ironing_instructions
string | null
no
Iron at maximum sole-plate temperature of 150°C.
bleaching_instructions
string | null
no
Do not bleach.
dry_cleaning_instructions
string | null
no
Do not dry clean.
description
object
no
{
"english": "This is a suit.",
"danish": "This is a suit (in danish).",
"dutch": "This is a suit (in dutch).",
"greek": "This is a suit (in greek).",
"french": "This is a suit (in french).",
"german": "This is a suit (in german).",
"polish": "This is a suit (in polish).",
"finnish": "This is a suit (in finnish).",
"italian": "This is a suit (in italian).",
"spanish": "This is a suit (in spanish).",
"swedish": "This is a suit (in swedish).",
"turkish": "This is a suit (in turkish).",
"norwegian": "This is a suit (in norwegian).",
"portuguese": "This is a suit (in portuguese).",
"us_english": "This is a suit (in us english).",
}
A product description in several languages
images
array
no
[
{
"type": "pack",
"orientation": "front",
},
{
"type": "pack",
"orientation": "back",
}
]
Product images.
The image type can be:
  • pack
  • model
  • detail
  • other
The image orientation can be:
  • front
  • back
  • side
  • other
prices
array
no
[
{
"type": "rrp",
"country": "Denmark",
"amount": 120,
"currency": "DKK"
},
{
"type": "wsp_list",
"country": "Denmark",
"amount": 100,
"currency": "DKK"
},
{
"type": "rrp",
"country": "France",
"amount": 150,
"currency": "EUR"
},
{
"type": "wsp_list",
"country": "France",
"amount": 130,
"currency": "EUR"
}
]
Product prices.
The price type can be:
  • rrp (the recommended retail price)
  • wsp_list (the wholesale price)

Allowed countries: Denmark, Norway, Germany, Sweden, Finland, Spain, Italy, France, Netherlands, Poland, United Kingdom, USA, Turkey, Portugal, Greece
closures
array
no
[
{"type": "normal"}
]
pockets_full
string | null
no
Inside pocket
pockets_singular
array
no
[
{
"location": "inside",
"type": "normal"
}
]
dimensions
array
no
[
{
"height": "50",
"width": "10",
"length": "55",
"unit": "cm",
}
]
measurements
array
no
[
{
"product_type": "suit",
"type": "sleeve",
"value": 50,
"unit": "cm",
}
]
clothing_materials_full
string | null
no
90% Cotton, 10% Polyester
clothing_materials_singular
array
no
[
{
"name": "Cotton",
"value": 90,
},
{
"name": "Polyester",
"value": 10,
}
]
clothing_materials_lining_full
string | null
no
100% Sateen
clothing_materials_lining_singular
array
no
[
{
"name": "Sateen",
"value": "100",
}
]
shoes_materials_insole_full
string | null
no
100% Leather
shoes_materials_insole_singular
array
no
[
{
"name": "Leather",
"value": "100",
}
]
shoes_materials_sole_full
string | null
no
100% Leather
shoes_materials_sole_singular
array
no
[
{
"name": "Leather",
"value": "100",
}
]
additional_care_full
string | null
no
Wash with similar colors + Max shrinkage 5%
additional_care_singular
array
no
[
{"type": "Wash with similar colors."},
{"type": "Max shrinkage 5%."},
]
sustainability_text
string | null
no
This product is made from Livaeco by Birla.
sustainability_labels
array
no
[
{
"label": "MADE WITH LIVAECO BY BIRLA",
"license_id": "3456"
}
]