condition
This field is required and must not be omitted
Description
State the condition of the product you are selling for your customers.
Effects When Used
- Will improve filtering capabilities for customers
Allowed Enum Values
damaged packaging
Product is new but the packaging is damaged or missing. May be due to the packaging being damaged in transport.
demo
Product has been used as an exhibition sample and is therefore not in intact packaging, or the product is completely without packaging.
new
Product is new.
refurbished
Product is reconditioned/renovated.
used
Product has been previously used.
almost new
Product is both technically and visually almost like new, condition has been verified by the company and has at least a 1-year warranty.
Validation Rules
- Value must be one of the allowed enum values
Best Practices
Do
- Make sure the attributes reflects actual product condition
Example Values
Here are examples of how a valid condition value should look like in XML and CSV (with header) respectively.
- XML
- CSV
<g:condition>new</g:condition>
Click to show more valid XML examples
<g:condition>new</g:condition>
<g:condition>used</g:condition>
<g:condition>refurbished</g:condition>
condition
new
Click to show more valid CSV examples
condition
new
condition
used
condition
refurbished
Error Codes
Below you will find possible error codes generated when validating this field alongside with an example in XML and CSV that would trigger the code. Please refer to the validation rules to understand the cause.
- XML
- CSV
<g:condition>demo</g:condition>
<g:condition>damaged packaging</g:condition>
<g:condition>almost new</g:condition>
<g:condition>unknown</g:condition>
<g:condition></g:condition>
Properties
Property | Value | Description |
---|---|---|
Data Type | string | Closest data type in code |
Nested | False | Defines if this field consists of one or more sub-fields |
Case Sensitive | False | If small or large letters matter for this field |
Repeatable | False | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 0 | If a list, this specifices the max number of items |
Changelog
📅 2023-09-20
New enum value new_used
📅 2022-12-07
Initial definition