mpn
Optional Field
This field is optional, but omitting it may leave out functionality on Prisjakt for your offers
Description
Add valid MPN, manufacturer part number for the specific product. MPN is a unique number which identifies specific products among a manufacturer's product range. The numbers are used by shoppers to find specifically what they are looking for. MPNs help Prisjakt index your offers more efficiently.
Effects When Used
- Including this will help indexing your products faster on Pricespy.
Validation Rules
- Length must be between
1-70
characters
Best Practices
Do
- Only MPNs created by a manufacturer should be added here.
Example Values
Here are examples of how a valid mpn value should look like in XML and CSV (with header) respectively.
- XML
- CSV
Valid Value
<g:mpn>SM-G920F</g:mpn>
Click to show more valid XML examples
<g:mpn>SM-G920F</g:mpn>
<g:mpn>MGCH3LL/A</g:mpn>
Valid Value
mpn
SM-G920F
Click to show more valid CSV examples
mpn
SM-G920F
mpn
MGCH3LL/A
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:mpn>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 70 characters value)</g:mpn>
danger
validation_invalid_length
mpn
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 70 characters value)
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
📅 2024-03-30
Added
Initial definition