Skip to main content

is_bundle

Optional Field

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

Description

This attribute indicates if the offer is a bundle of products (mobile phone and subscription or DSLR camera and additional lens etc). It is optional in most countries, but required for products sold on French market.

Allowed Enum Values

false

no

true

yes

Validation Rules

  • The list of allowed values is limited

Best Practices

Do

  • Use this attribute if your product is a custom bundle

Don´t

  • Don't use this attribute for manufacturer specific bundles

Example Values

Here are examples of how a valid is_bundle value should look like in XML and CSV (with header) respectively.

Valid Value
<g:is_bundle>true</g:is_bundle>
Click to show more valid XML examples
<g:is_bundle>true</g:is_bundle>
<g:is_bundle>false</g:is_bundle>
<g:is_bundle>yes</g:is_bundle>
<g:is_bundle>no</g:is_bundle>
<g:is_bundle>YES</g:is_bundle>
<g:is_bundle>NO</g:is_bundle>
<g:is_bundle>tRuE</g:is_bundle>
<g:is_bundle>fAlSE</g:is_bundle>

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.

<g:is_bundle>unknown</g:is_bundle>

Properties

PropertyValueDescription
Data TypeenumClosest 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