prisjakt_id
Optional Field
This field is optional, but omitting it may leave out functionality on Prisjakt for your offers
Description
Add this information if you know to which Prisjakt product we should match your product.
Effects When Used
- Adding this will give you control over indexing process
Validation Rules
- Length must be between
1-50
characters
Best Practices
Do
- Make sure you add correct prisjakt_id
Example Values
Here are examples of how a valid prisjakt_id value should look like in XML and CSV (with header) respectively.
- XML
- CSV
Valid Value
<pj:prisjakt_id>123</pj:prisjakt_id>
Click to show more valid XML examples
<pj:prisjakt_id>123</pj:prisjakt_id>
<pj:prisjakt_id>1</pj:prisjakt_id>
Valid Value
prisjakt_id
123
Click to show more valid CSV examples
prisjakt_id
123
prisjakt_id
1
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
<pj:prisjakt_id>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 50 characters value)</pj:prisjakt_id>
<pj:prisjakt_id>foo</pj:prisjakt_id>
danger
validation_invalid_length
prisjakt_id
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 50 characters value)
danger
Properties
Property | Value | Description |
---|---|---|
Data Type | integer | 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
📅 2022-12-07
Added
Initial definition