Skip to main content

shipping_label

Optional Field

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

Description

Shipping label allows mapping your inventory to specific shipping service. Please see our documentation for shipping services for details.

Validation Rules

  • A maximum of 10 labels is allowed

Best Practices

Do

  • Choose your own values for shipping labels based on your inventory
  • Suggested types of products that should get own shipping_label: oversized products (i.e. white goods), perishable products (i.e. groceries)

Example Values

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

Valid Value
<g:shipping_label>bulky</g:shipping_label>
Click to show more valid XML examples
<g:shipping_label>bulky</g:shipping_label>
<g:shipping_label>dhl/free</g:shipping_label>

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:shipping_label>a/b/c/d/e/f/g/h/i/j/k</g:shipping_label>

Properties

PropertyValueDescription
Data TypeList[String]Closest 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
RepeatableTrueIf you can supply multiple items of this field (it´s a list)
Repeatable limit10If a list, this specifices the max number of items

Changelog

📅 2022-12-07

Added

Initial definition

References