shipping_width
Optional Field
This field is optional, but omitting it may leave out functionality on Prisjakt for your offers
Description
It is recommended to add this attribute if delivery costs based on dimensions.
Related Fields
Validation Rules
- Length must be between
1-50
characters - Unit must be one of
cm
orin
Example Values
Here are examples of how a valid shipping_width value should look like in XML and CSV (with header) respectively.
- XML
- CSV
Valid Value
<g:shipping_width>10.12 cm</g:shipping_width>
Click to show more valid XML examples
<g:shipping_width>10.12 cm</g:shipping_width>
<g:shipping_width>0 cm</g:shipping_width>
<g:shipping_width>0.0 in</g:shipping_width>
<g:shipping_width>11 cm</g:shipping_width>
<g:shipping_width>15.2 in</g:shipping_width>
Valid Value
shipping_width
10.12 cm
Click to show more valid CSV examples
shipping_width
10.12 cm
shipping_width
0 cm
shipping_width
0.0 in
shipping_width
11 cm
shipping_width
15.2 in
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_width>123cm</g:shipping_width>
<g:shipping_width> in</g:shipping_width>
<g:shipping_width>2 m</g:shipping_width>
<g:shipping_width>unkn own</g:shipping_width>
<g:shipping_width>111.222.333 in</g:shipping_width>
danger
danger
danger
Properties
Property | Value | Description |
---|---|---|
Data Type | 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 | 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
📅 2022-12-07
Added
Initial definition