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.
Related Fields
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.
- XML
- CSV
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>
Valid Value
shipping_label
bulky
Click to show more valid CSV examples
shipping_label
bulky
shipping_label
dhl/free
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:shipping_label>a/b/c/d/e/f/g/h/i/j/k</g:shipping_label>
danger
Properties
Property | Value | Description |
---|---|---|
Data Type | List[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 | True | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 10 | If a list, this specifices the max number of items |
Changelog
📅 2022-12-07
Added
Initial definition