Skip to content

Commit

Permalink
chore: add in more regions
Browse files Browse the repository at this point in the history
  • Loading branch information
samhuk committed Nov 11, 2024
1 parent 98280ad commit 6f17b62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions vortexasdk/endpoints/destination_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ def search(
breakdown_unit: Units to aggregate upon. Must be one of the following: `'b'`, `'t'`, `'cbm'`, `'bpd'`, `'tpd'`, `'mpd'`.
breakdown_geography: Geography hierarchy of the origin to aggregate upon. Must be one of the following: `'terminal'`, `'port'`,`'country'`, `'shipping_region'`,
`'region'`,`'trading_block'`,`'trading_region'`,`'trading_subregion'`,`'sts_zone'`,`'waypoint'`.
breakdown_geography: Geography layer of the origin to aggregate upon. Must be one of the following:
`berth`, `terminal`, `port`, `country`, `country_zone`, `shipping_region`, `shipping_region_v2`,
`wider_shipping_region`, `region`, `alternative_region`, `trading_block`, `trading_region`,
`trading_subregion`, `state_or_province`, `sts_zone`, `waypoint`, `storage`, `storage_terminal`, `basin`,
`root`, or not provided. Default is `berth`.
breakdown_size: Number of top geographies to return. Default is 5.
Expand Down
7 changes: 5 additions & 2 deletions vortexasdk/endpoints/origin_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ def search(
breakdown_unit: Units to aggregate upon. Must be one of the following: `'b'`, `'t'`, `'cbm'`, `'bpd'`, `'tpd'`, `'mpd'`.
breakdown_geography: Geography hierarchy of the origin to aggregate upon. Must be one of the following: `'terminal'`, `'port'`,`'country'`, `'shipping_region'`,
`'region'`,`'trading_block'`,`'trading_region'`,`'trading_subregion'`,`'sts_zone'`,`'waypoint'`.
breakdown_geography: Geography layer of the origin to aggregate upon. Must be one of the following:
`berth`, `terminal`, `port`, `country`, `country_zone`, `shipping_region`, `shipping_region_v2`,
`wider_shipping_region`, `region`, `alternative_region`, `trading_block`, `trading_region`,
`trading_subregion`, `state_or_province`, `sts_zone`, `waypoint`, `storage`, `storage_terminal`, `basin`,
`root`, or not provided. Default is `berth`.
breakdown_size: Number of top geographies to return. Default is 5.
Expand Down

0 comments on commit 6f17b62

Please sign in to comment.