suggested_retail_price
Optional Field
This field is optional, but omitting it may leave out functionality on Prisjakt for your offers
Description
The Suggested Retail Price is the price that a product’s manufacturer recommends it should be sold for in retail stores.
Validation Rules
- Must be a number (value) followed by a space and a currency (unit)
- Number may have two decimals, separated by a
.
(dot) - Currency must be three upper case characters and a valid ISO 4217 currency
- Zero prices are not allowed
Best Practices
Don't
- Do not include extra charges in the cost (such as shipping cost)
- Do not use thousand separators or similar in the value (while we may handle some of these cases we recommend you to just send plain numbers like
10000.50 SEK
)
Example Values
Here are examples of how a valid suggested_retail_price value should look like in XML and CSV (with header) respectively.
- XML
- CSV
Valid Value
<g:suggested_retail_price>99.99 SEK</g:suggested_retail_price>
Click to show more valid XML examples
<g:suggested_retail_price>99.99 SEK</g:suggested_retail_price>
<g:suggested_retail_price>100 SEK</g:suggested_retail_price>
<g:suggested_retail_price>SEK 100</g:suggested_retail_price>
<g:suggested_retail_price>99,99 SEK</g:suggested_retail_price>
<g:suggested_retail_price>10,000.00 SEK</g:suggested_retail_price>
<g:suggested_retail_price>10 000.00 SEK</g:suggested_retail_price>
<g:suggested_retail_price>10.000 SEK</g:suggested_retail_price>
<g:suggested_retail_price>1.144.000 SEK</g:suggested_retail_price>
Valid Value
suggested_retail_price
99.99 SEK
Click to show more valid CSV examples
suggested_retail_price
99.99 SEK
suggested_retail_price
100 SEK
suggested_retail_price
SEK 100
suggested_retail_price
"99,99 SEK"
suggested_retail_price
"10,000.00 SEK"
suggested_retail_price
10 000.00 SEK
suggested_retail_price
10.000 SEK
suggested_retail_price
1.144.000 SEK
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:suggested_retail_price>100$</g:suggested_retail_price>
<g:suggested_retail_price>SEK</g:suggested_retail_price>
<g:suggested_retail_price>10.0.00.00 SEK</g:suggested_retail_price>
<g:suggested_retail_price>10.0.00.00 SEK</g:suggested_retail_price>
<g:suggested_retail_price>foo SEK</g:suggested_retail_price>
<g:suggested_retail_price>-10 SEK</g:suggested_retail_price>
<g:suggested_retail_price>0 SEK</g:suggested_retail_price>
<g:suggested_retail_price>1000000000 SEK</g:suggested_retail_price>
<g:suggested_retail_price>$100</g:suggested_retail_price>
danger
danger
danger
validation_not_number
suggested_retail_price
10.0.00.00 SEK
suggested_retail_price
10.0.00.00 SEK
suggested_retail_price
foo SEK
danger
danger
danger
Properties
Property | Value | Description |
---|---|---|
Data Type | price | 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-10-28
Added
Initial definition