-
Notifications
You must be signed in to change notification settings - Fork 2
docs(SB-2143): ISIC codes to HS codes (and more) #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -31,8 +31,7 @@ used when creating shipments. | |||||
|
|
||||||
| #### 2. Mailbox package | ||||||
|
|
||||||
| This package type is available on <DataType type="platform" id="1" /> | ||||||
| and <DataType type="platform" id="2" /> for PostNL NL shipments that fit into a | ||||||
| This package type is available on <DataType type="platform" id="1" /> for PostNL NL shipments that fit into a | ||||||
| mailbox. It supports the `priority_delivery` shipment option. This option is only available for <DataType type="carrier" name="postnl" />.\ | ||||||
| On <DataType type="platform" id="3" /> this package type is available for bpost BE | ||||||
| shipments that fit into a mailbox. It does not support additional options.\ | ||||||
|
|
@@ -82,15 +81,15 @@ For international shipments, two shipments options are available: tracked and in | |||||
|
|
||||||
| ### 6.A.2 Delivery types | ||||||
|
|
||||||
| There are five different delivery types and these specify how the package is | ||||||
| There are eight different delivery types and these specify how the package is | ||||||
| delivered. The value is sent with the ShipmentOptions.delivery_type field. | ||||||
| Currently, delivery types are only available for NL and BE shipments | ||||||
| with <DataType type="package-type" id="1" />. Delivery types 1-5 for NL and 1,4 | ||||||
| with <DataType type="package-type" id="1" />. Delivery types 1-8 for NL and 1,4 | ||||||
| for BE. The address of the package determines the delivery types available. You | ||||||
| need to use the DeliveryOptions interface to fetch the delivery types for a | ||||||
| specific address. It is also possible to specify a date on which the package has | ||||||
| to be delivered with the ShipmentOptions.delivery_date field. With delivery | ||||||
| types 1 & 3 ShipmentOptions.delivery_date is required. | ||||||
| types 1, 3, and 8 ShipmentOptions.delivery_date is required. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Voor early morning delivery (toegevoegd voor BRT) is geen delivery date verplicht. |
||||||
|
|
||||||
| #### 1. Morning | ||||||
|
|
||||||
|
|
@@ -105,7 +104,7 @@ This is the standard delivery type. | |||||
| #### 3. Evening | ||||||
|
|
||||||
| This option is only available on <DataType type="platform" id="1" /> | ||||||
| and <DataType type="platform" id="2" /> for certain NL addresses. It allows a | ||||||
| for certain NL addresses. It allows a | ||||||
| Customer/Consumer to have their package delivered in the evening on the | ||||||
| specified delivery date. | ||||||
|
|
||||||
|
|
@@ -116,9 +115,21 @@ Consumer/Customer. | |||||
|
|
||||||
| #### 5. Pickup express | ||||||
|
|
||||||
| The same as pickup but the package is available for pickup before 8:30AM on the | ||||||
| The same as pickup, but the package is available for pickup before 8:30AM on the | ||||||
| delivery date specified at the drop-off location. Only available on MyParcel.nl. | ||||||
|
|
||||||
| #### 6. Same Day | ||||||
|
|
||||||
| Same day delivery option. The package will be delivered on the same day it is shipped. | ||||||
|
|
||||||
| #### 7. Express | ||||||
|
|
||||||
| Express delivery option for faster delivery service. | ||||||
|
|
||||||
| #### 8. Early Morning | ||||||
|
|
||||||
| Early morning delivery option. The package will be delivered in the early morning hours (before standard morning delivery). | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I would drop the word standard as that refers to another delivery type. |
||||||
|
|
||||||
| ### 6.A.3 Options | ||||||
|
|
||||||
| These are the different package options such as insurance, recipient only, | ||||||
|
|
@@ -178,8 +189,8 @@ inside The Netherlands (excluding Wadden Islands). | |||||
|
|
||||||
| #### age_check | ||||||
|
|
||||||
| Only available on <DataType type="platform" id="1" /> | ||||||
| and <DataType type="platform" id="2" />. The Customer/Consumer must sign for the | ||||||
| Only available on <DataType type="platform" id="1" />. | ||||||
| The Customer/Consumer must sign for the | ||||||
| package and only receive it when he is at least 18 years. | ||||||
|
|
||||||
| #### priority_delivery | ||||||
|
|
@@ -223,6 +234,30 @@ available for <DataType type="carrier" name="trunkrs" /> | |||||
| The shipment contains frozen items and requires special handling such as cooled transport, same-day delivery and/or a | ||||||
| maximum amount of time outside the freezer. Only available for <DataType type="carrier" name="trunkrs"/> | ||||||
|
|
||||||
| #### hide_sender | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nitpick: |
||||||
|
|
||||||
| Hide the sender information on the label. Only available for <DataType type="carrier" name="DHL for You" /> and <DataType type="carrier" name="DHL Europlus" /> for shipments to Netherlands and Belgium. | ||||||
|
|
||||||
| #### same_day_delivery | ||||||
|
|
||||||
| Same day delivery service. The package will be delivered on the same day it is shipped. Only available for <DataType type="carrier" name="DHL for You" /> for domestic NL shipments. Also known as "DHL Today" with delivery between 16:30 and 21:30. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is ook van toepassing voor Trunkrs. |
||||||
|
|
||||||
| #### printerless_return | ||||||
|
|
||||||
| Printerless return service allows returns without a printed label. Only available for return shipments with <DataType type="carrier" name="postnl" /> (domestic NL) and <DataType type="carrier" name="DHL for You" /> (NL and BE). Cannot be combined with most other shipment options and requires specific account settings. | ||||||
|
|
||||||
| #### collect | ||||||
|
|
||||||
| Collect service option for scheduled package collection. Only available for <DataType type="carrier" name="trunkrs" />. | ||||||
|
|
||||||
| #### drop_off_at_postal_point | ||||||
|
|
||||||
| Drop off the package at a postal point instead of regular collection. | ||||||
|
|
||||||
| #### extra_assurance | ||||||
|
|
||||||
| Additional assurance option for extra peace of mind. Only available for <DataType type="carrier" name="DHL for You" />. | ||||||
|
|
||||||
| ### 6.A.4 Examples | ||||||
|
|
||||||
| ::: expand Pickup | ||||||
|
|
@@ -3464,7 +3499,7 @@ HTTP/1.1 204 No Content | |||||
| [eori_number]: /api-reference/04.data-types.html#eori-number | ||||||
| [float]: /api-reference/04.data-types.html#float | ||||||
| [integer]: /api-reference/04.data-types.html#integer | ||||||
| [isic_code]: /api-reference/04.data-types.html#isic-code | ||||||
| [hs_code]: /api-reference/04.data-types.html#hs-code | ||||||
| [label_position]: /api-reference/04.data-types.html#label-position | ||||||
| [main]: /api-reference/04.data-types.html#main | ||||||
| [month_digit]: /api-reference/04.data-types.html#month-digit | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jij bent echt een topper