Skip to content

Commit

Permalink
Merge pull request #717 from karrioapi/patch-2024.9.14
Browse files Browse the repository at this point in the history
[patch] 2024.9.14
  • Loading branch information
danh91 authored Oct 29, 2024
2 parents cb3e647 + 54f0708 commit 17fbf66
Show file tree
Hide file tree
Showing 9 changed files with 631 additions and 623 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Karrio 2024.9.14

## Changes

### Feat

- feat: switch export line item description to description (`dhl express`) @DarkSwoop

# Karrio 2024.9.13

## Changes
Expand Down
328 changes: 164 additions & 164 deletions apps/www/docs/reference/api/add-carrier-connection.api.mdx

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions apps/www/docs/reference/api/list-carrier-connections.api.mdx

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions apps/www/docs/reference/api/remove-carrier-connection.api.mdx

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions apps/www/docs/reference/api/retrieve-carrier-connection.api.mdx

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions apps/www/docs/reference/api/update-carrier-connection.api.mdx

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions apps/www/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6021,7 +6021,6 @@ components:
- weight_unit
ConnectionCredentialsField:
oneOf:
- $ref: '#/components/schemas/fedex'
- $ref: '#/components/schemas/zoom2u'
- $ref: '#/components/schemas/usps_wt_international'
- $ref: '#/components/schemas/usps_wt'
Expand All @@ -6044,6 +6043,7 @@ components:
- $ref: '#/components/schemas/generic'
- $ref: '#/components/schemas/freightcom'
- $ref: '#/components/schemas/fedex_ws'
- $ref: '#/components/schemas/fedex'
- $ref: '#/components/schemas/eshipper'
- $ref: '#/components/schemas/easyship'
- $ref: '#/components/schemas/easypost'
Expand Down Expand Up @@ -11389,7 +11389,6 @@ tags:
## Carriers
| Carrier Name | Display Name |
| ------------ | ------------ |
| fedex | FedEx |
| zoom2u | Zoom2u |
| usps_wt_international | USPS Web Tools International |
| usps_wt | USPS Web Tools |
Expand All @@ -11411,6 +11410,7 @@ tags:
| geodis | GEODIS |
| freightcom | Freightcom |
| fedex_ws | FedEx Web Service |
| fedex | FedEx |
| eshipper | eShipper |
| easyship | Easyship |
| easypost | EasyPost |
Expand Down Expand Up @@ -11440,48 +11440,6 @@ tags:
when purchasing shipping labels using single call label creation.
You can also find all of the possible service levels for each of your carrier
accounts by using [this endpoint](#operation/&&get_services).
### FedEx
| Code | Service Name |
| ------------ | ------------ |
| fedex_international_priority_express | FEDEX_INTERNATIONAL_PRIORITY_EXPRESS |
| fedex_international_first | INTERNATIONAL_FIRST |
| fedex_international_priority | FEDEX_INTERNATIONAL_PRIORITY |
| fedex_international_economy | INTERNATIONAL_ECONOMY |
| fedex_ground | FEDEX_GROUND |
| fedex_cargo_mail | FEDEX_CARGO_MAIL |
| fedex_cargo_international_premium | FEDEX_CARGO_INTERNATIONAL_PREMIUM |
| fedex_first_overnight | FIRST_OVERNIGHT |
| fedex_first_overnight_freight | FIRST_OVERNIGHT_FREIGHT |
| fedex_1_day_freight | FEDEX_1_DAY_FREIGHT |
| fedex_2_day_freight | FEDEX_2_DAY_FREIGHT |
| fedex_3_day_freight | FEDEX_3_DAY_FREIGHT |
| fedex_international_priority_freight | INTERNATIONAL_PRIORITY_FREIGHT |
| fedex_international_economy_freight | INTERNATIONAL_ECONOMY_FREIGHT |
| fedex_cargo_airport_to_airport | FEDEX_CARGO_AIRPORT_TO_AIRPORT |
| fedex_international_priority_distribution | INTERNATIONAL_PRIORITY_DISTRIBUTION |
| fedex_ip_direct_distribution_freight | FEDEX_IP_DIRECT_DISTRIBUTION_FREIGHT |
| fedex_intl_ground_distribution | INTL_GROUND_DISTRIBUTION |
| fedex_ground_home_delivery | GROUND_HOME_DELIVERY |
| fedex_smart_post | SMART_POST |
| fedex_priority_overnight | PRIORITY_OVERNIGHT |
| fedex_standard_overnight | STANDARD_OVERNIGHT |
| fedex_2_day | FEDEX_2_DAY |
| fedex_2_day_am | FEDEX_2_DAY_AM |
| fedex_express_saver | FEDEX_EXPRESS_SAVER |
| fedex_same_day | SAME_DAY |
| fedex_same_day_city | SAME_DAY_CITY |
| fedex_one_day_freight | FEDEX_ONE_DAY_FREIGHT |
| fedex_international_economy_distribution | INTERNATIONAL_ECONOMY_DISTRIBUTION |
| fedex_international_connect_plus | FEDEX_INTERNATIONAL_CONNECT_PLUS |
| fedex_international_distribution_freight | INTERNATIONAL_DISTRIBUTION_FREIGHT |
| fedex_regional_economy | FEDEX_REGIONAL_ECONOMY |
| fedex_next_day_freight | FEDEX_NEXT_DAY_FREIGHT |
| fedex_next_day | FEDEX_NEXT_DAY |
| fedex_next_day_10am | FEDEX_NEXT_DAY_10AM |
| fedex_next_day_12pm | FEDEX_NEXT_DAY_12PM |
| fedex_next_day_end_of_day | FEDEX_NEXT_DAY_END_OF_DAY |
| fedex_distance_deferred | FEDEX_DISTANCE_DEFERRED |
### Zoom2u
| Code | Service Name |
| ------------ | ------------ |
Expand Down Expand Up @@ -12095,6 +12053,48 @@ tags:
| fedex_standard_overnight | STANDARD_OVERNIGHT |
| fedex_transborder_distribution_consolidation | TRANSBORDER_DISTRIBUTION_CONSOLIDATION |
### FedEx
| Code | Service Name |
| ------------ | ------------ |
| fedex_international_priority_express | FEDEX_INTERNATIONAL_PRIORITY_EXPRESS |
| fedex_international_first | INTERNATIONAL_FIRST |
| fedex_international_priority | FEDEX_INTERNATIONAL_PRIORITY |
| fedex_international_economy | INTERNATIONAL_ECONOMY |
| fedex_ground | FEDEX_GROUND |
| fedex_cargo_mail | FEDEX_CARGO_MAIL |
| fedex_cargo_international_premium | FEDEX_CARGO_INTERNATIONAL_PREMIUM |
| fedex_first_overnight | FIRST_OVERNIGHT |
| fedex_first_overnight_freight | FIRST_OVERNIGHT_FREIGHT |
| fedex_1_day_freight | FEDEX_1_DAY_FREIGHT |
| fedex_2_day_freight | FEDEX_2_DAY_FREIGHT |
| fedex_3_day_freight | FEDEX_3_DAY_FREIGHT |
| fedex_international_priority_freight | INTERNATIONAL_PRIORITY_FREIGHT |
| fedex_international_economy_freight | INTERNATIONAL_ECONOMY_FREIGHT |
| fedex_cargo_airport_to_airport | FEDEX_CARGO_AIRPORT_TO_AIRPORT |
| fedex_international_priority_distribution | INTERNATIONAL_PRIORITY_DISTRIBUTION |
| fedex_ip_direct_distribution_freight | FEDEX_IP_DIRECT_DISTRIBUTION_FREIGHT |
| fedex_intl_ground_distribution | INTL_GROUND_DISTRIBUTION |
| fedex_ground_home_delivery | GROUND_HOME_DELIVERY |
| fedex_smart_post | SMART_POST |
| fedex_priority_overnight | PRIORITY_OVERNIGHT |
| fedex_standard_overnight | STANDARD_OVERNIGHT |
| fedex_2_day | FEDEX_2_DAY |
| fedex_2_day_am | FEDEX_2_DAY_AM |
| fedex_express_saver | FEDEX_EXPRESS_SAVER |
| fedex_same_day | SAME_DAY |
| fedex_same_day_city | SAME_DAY_CITY |
| fedex_one_day_freight | FEDEX_ONE_DAY_FREIGHT |
| fedex_international_economy_distribution | INTERNATIONAL_ECONOMY_DISTRIBUTION |
| fedex_international_connect_plus | FEDEX_INTERNATIONAL_CONNECT_PLUS |
| fedex_international_distribution_freight | INTERNATIONAL_DISTRIBUTION_FREIGHT |
| fedex_regional_economy | FEDEX_REGIONAL_ECONOMY |
| fedex_next_day_freight | FEDEX_NEXT_DAY_FREIGHT |
| fedex_next_day | FEDEX_NEXT_DAY |
| fedex_next_day_10am | FEDEX_NEXT_DAY_10AM |
| fedex_next_day_12pm | FEDEX_NEXT_DAY_12PM |
| fedex_next_day_end_of_day | FEDEX_NEXT_DAY_END_OF_DAY |
| fedex_distance_deferred | FEDEX_DISTANCE_DEFERRED |
### eShipper
| Code | Service Name |
| ------------ | ------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def shipment_request(
Quantity=item.quantity,
QuantityUnit="PCS",
Description=lib.text(
item.title or item.description or "N/A", max=35
item.description or item.title or "N/A", max=75
),
Value=item.value_amount or 0.0,
IsDomestic=None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def test_not_supported_cancel_shipment(self):
<LineNumber>1</LineNumber>
<Quantity>1</Quantity>
<QuantityUnit>PCS</QuantityUnit>
<Description>title</Description>
<Description>description</Description>
<Value>928.1</Value>
<CommodityCode>hs_code</CommodityCode>
<Weight>
Expand Down

0 comments on commit 17fbf66

Please sign in to comment.