Skip to main content

member_price

Optional Field

This field is optional, but omitting it may leave out functionality on Prisjakt for your offers

Description

This is product price that is active for users with active membership

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

Do

  • Price sent in feed should be the same as the price value on your product page
  • Currency sent in feed should match currency on your product page

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 member_price value should look like in XML and CSV (with header) respectively.

Valid Value
<pj:member_price>99.99 SEK</pj:member_price>
Click to show more valid XML examples
<pj:member_price>99.99 SEK</pj:member_price>
<pj:member_price>100 SEK</pj:member_price>
<pj:member_price>SEK 100</pj:member_price>
<pj:member_price>99,99 SEK</pj:member_price>
<pj:member_price>10,000.00 SEK</pj:member_price>
<pj:member_price>10 000.00 SEK</pj:member_price>
<pj:member_price>10.000 SEK</pj:member_price>
<pj:member_price>1.144.000 SEK</pj:member_price>

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.

<pj:member_price>100$</pj:member_price>
<pj:member_price>SEK</pj:member_price>
<pj:member_price>10.0.00.00 SEK</pj:member_price>
<pj:member_price>10.0.00.00 SEK</pj:member_price>
<pj:member_price>foo SEK</pj:member_price>
<pj:member_price>-10 SEK</pj:member_price>
<pj:member_price>0 SEK</pj:member_price>
<pj:member_price>$100</pj:member_price>

Properties

PropertyValueDescription
Data TypepriceClosest data type in code
NestedFalseDefines if this field consists of one or more sub-fields
Case SensitiveFalseIf small or large letters matter for this field
RepeatableFalseIf you can supply multiple items of this field (it´s a list)
Repeatable limit0If a list, this specifices the max number of items

Changelog

📅 2022-12-07

Added

Initial definition

References