Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stoplight/styleguide.json

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions ebl/v3/EBL_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6090,6 +6090,18 @@ components:
pattern: ^\S(?:.*\S)?$
description: A line describing the cargo
example: blue shoes size 47
descriptionOfGoodsForCustoms:
type: array
description: |
A detailed plain-language description of the goods provided specifically for customs filing purposes. General terms (i.e. 'consolidated', 'general cargo' 'parts' or 'freight of all kinds') or not sufficiently precise description cannot be accepted.

**Condition:** The order of the items in this array **MUST** be preserved as by the provider of the API.
maxItems: 150
items:
type: string
maxLength: 35
description: A line describing the cargo for filing purposes
example: Smartphones for wireless networks
HSCodes:
type: array
minItems: 1
Expand Down Expand Up @@ -6154,6 +6166,19 @@ components:
description: |
The identifying details of a package or the actual markings that appear on the package(s). This information is provided by the customer.
example: Made in China
shippingMarksForCustoms:
type: array
maxItems: 50
description: |
A list of the `ShippingMarks` provided specifically for customs filing purposes.

**Condition:** The order of the items in this array **MUST** be preserved as by the provider of the API.
items:
type: string
maxLength: 35
description: |
The identifying details of a package or the actual markings that appear on the package(s) for customs filing purposes.
example: Shipment has no wood packaging
cargoItems:
type: array
minItems: 1
Expand Down