From 5d68df95106f028f72aa4d70ffb1d99e6762d490 Mon Sep 17 00:00:00 2001
From: speakeasybot
- Line Items, and their corresponding abstract Products and Variants, might be exposed as a separate resource
- in the future. Currently it's a nested object within the order resource.
-
+
First and Last Name of the addressee | Shwan Ippotle |
-| `company` | *string* | :heavy_minus_sign: | Company Name | Shippo |
-| `street1` | *string* | :heavy_minus_sign: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no). | 215 Clayton St. |
-| `street2` | *string* | :heavy_minus_sign: | Second street line. | |
-| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments. | |
-| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
-| `city` | *string* | :heavy_minus_sign: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results. | San Francisco |
-| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations. | CA |
-| `zip` | *string* | :heavy_minus_sign: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates. | 94117 |
-| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this guide for a list of country codes.
Sending a country is always required. | US |
-| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped. | +1 555 341 9393 |
-| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant. | shippotle@shippo.com |
-| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
-| `isComplete` | *boolean* | :heavy_minus_sign: | Complete addresses contain all required values.
Incomplete addresses have failed one or multiple
validations.
Incomplete Addresses are eligible for requesting rates but lack at least one required
value for purchasing labels. | true |
-| `latitude` | *components.Latitude* | :heavy_minus_sign: | Latitude of address | |
-| `longitude` | *components.Longitude* | :heavy_minus_sign: | Longitude of address | |
-| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of Address creation. | 2014-07-09T02:19:13.174Z |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given Address object.
This ID is required to create a Shipment object. | d799c2679e644279b59fe661ac8fa488 |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the Address object. | shippotle@shippo.com |
-| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last Address update. Since you cannot update Addresses after they were created, this time
stamp reflects the time when the Address was changed by Shippo's systems for the last time, e.g., during the
approximation of one or more values. | 2014-07-09T02:19:13.174Z |
-| `validationResults` | [components.AddressValidationResults](../../models/components/addressvalidationresults.md) | :heavy_minus_sign: | Object that contains information regarding if an address had been validated or not. Also contains any messages
generated during validation. Children keys are is_valid(boolean) and messages(array). | |
-| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `name` | *string* | :heavy_minus_sign: | **required for purchase**
First and Last Name of the addressee
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Either company or name required; No length validation (first 35 chars printed on label) \| | Shwan Ippotle |
+| `company` | *string* | :heavy_minus_sign: | Company Name
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 35 characters; Either company or name required \| | Shippo |
+| `street1` | *string* | :heavy_minus_sign: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no).
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | 215 Clayton St. |
+| `street2` | *string* | :heavy_minus_sign: | Second street line.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
+| `city` | *string* | :heavy_minus_sign: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Max 35 characters \| | San Francisco |
+| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required if country requires state; Max 2 characters for US, CA, PR \| | CA |
+| `zip` | *string* | :heavy_minus_sign: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 10 characters \| | 94117 |
+| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this [guide](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a list of country codes.
Sending a country is always required. | US |
+| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Min 1, max 15 characters \|
\| USPS \| Sender phone required for shipments during label purchase; Min 8, max 15 digits \| | +1 555 341 9393 |
+| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 80 characters \|
\| USPS \| Sender email required for shipments during label purchase \| | shippotle@shippo.com |
+| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
+| `isComplete` | *boolean* | :heavy_minus_sign: | Complete addresses contain all required values.
Incomplete addresses have failed one or multiple validations. Incomplete Addresses are eligible for requesting rates but lack at least one required value for purchasing labels. | true |
+| `latitude` | *components.Latitude* | :heavy_minus_sign: | Latitude of address | |
+| `longitude` | *components.Longitude* | :heavy_minus_sign: | Longitude of address | |
+| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of Address creation. | 2014-07-09T02:19:13.174Z |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given Address object.
This ID is required to create a Shipment object. | d799c2679e644279b59fe661ac8fa488 |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the Address object. | shippotle@shippo.com |
+| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last Address update. Since you cannot update Addresses after they were created, this time
stamp reflects the time when the Address was changed by Shippo's systems for the last time, e.g., during the
approximation of one or more values. | 2014-07-09T02:19:13.174Z |
+| `validationResults` | [components.AddressValidationResults](../../models/components/addressvalidationresults.md) | :heavy_minus_sign: | Object that contains information regarding if an address had been validated or not. Also contains any messages
generated during validation. Children keys are `is_valid`(boolean) and `messages`(array). | |
+| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
\ No newline at end of file
diff --git a/docs/models/components/addresscompletecreaterequest.md b/docs/models/components/addresscompletecreaterequest.md
index 6abbabd5..f8f67a49 100644
--- a/docs/models/components/addresscompletecreaterequest.md
+++ b/docs/models/components/addresscompletecreaterequest.md
@@ -27,20 +27,20 @@ let value: AddressCompleteCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `name` | *string* | :heavy_check_mark: | **required for purchase**
First and Last Name of the addressee | Shwan Ippotle |
-| `company` | *string* | :heavy_minus_sign: | Company Name | Shippo |
-| `street1` | *string* | :heavy_check_mark: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no). | 215 Clayton St. |
-| `street2` | *string* | :heavy_minus_sign: | Second street line. | |
-| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments. | |
-| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
-| `city` | *string* | :heavy_check_mark: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results. | San Francisco |
-| `state` | *string* | :heavy_check_mark: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations. | CA |
-| `zip` | *string* | :heavy_check_mark: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates. | 94117 |
-| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this guide for a list of country codes.
Sending a country is always required. | US |
-| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped. | +1 555 341 9393 |
-| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant. | shippotle@shippo.com |
-| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
-| `validate` | *boolean* | :heavy_minus_sign: | N/A | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `name` | *string* | :heavy_check_mark: | **required for purchase**
First and Last Name of the addressee
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Either company or name required; No length validation (first 35 chars printed on label) \| | Shwan Ippotle |
+| `company` | *string* | :heavy_minus_sign: | Company Name
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 35 characters; Either company or name required \| | Shippo |
+| `street1` | *string* | :heavy_check_mark: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no).
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | 215 Clayton St. |
+| `street2` | *string* | :heavy_minus_sign: | Second street line.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
+| `city` | *string* | :heavy_check_mark: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Max 35 characters \| | San Francisco |
+| `state` | *string* | :heavy_check_mark: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required if country requires state; Max 2 characters for US, CA, PR \| | CA |
+| `zip` | *string* | :heavy_check_mark: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 10 characters \| | 94117 |
+| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this [guide](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a list of country codes.
Sending a country is always required. | US |
+| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Min 1, max 15 characters \|
\| USPS \| Sender phone required for shipments during label purchase; Min 8, max 15 digits \| | +1 555 341 9393 |
+| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 80 characters \|
\| USPS \| Sender email required for shipments during label purchase \| | shippotle@shippo.com |
+| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
+| `validate` | *boolean* | :heavy_minus_sign: | N/A | true |
\ No newline at end of file
diff --git a/docs/models/components/addresscreaterequest.md b/docs/models/components/addresscreaterequest.md
index 298480b4..cbc45b18 100644
--- a/docs/models/components/addresscreaterequest.md
+++ b/docs/models/components/addresscreaterequest.md
@@ -27,20 +27,20 @@ let value: AddressCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `name` | *string* | :heavy_minus_sign: | **required for purchase**
First and Last Name of the addressee | Shwan Ippotle |
-| `company` | *string* | :heavy_minus_sign: | Company Name | Shippo |
-| `street1` | *string* | :heavy_minus_sign: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no). | 215 Clayton St. |
-| `street2` | *string* | :heavy_minus_sign: | Second street line. | |
-| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments. | |
-| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
-| `city` | *string* | :heavy_minus_sign: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results. | San Francisco |
-| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations. | CA |
-| `zip` | *string* | :heavy_minus_sign: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates. | 94117 |
-| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this guide for a list of country codes.
Sending a country is always required. | US |
-| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped. | +1 555 341 9393 |
-| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant. | shippotle@shippo.com |
-| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
-| `validate` | *boolean* | :heavy_minus_sign: | Set to true to validate Address object. | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `name` | *string* | :heavy_minus_sign: | **required for purchase**
First and Last Name of the addressee
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Either company or name required; No length validation (first 35 chars printed on label) \| | Shwan Ippotle |
+| `company` | *string* | :heavy_minus_sign: | Company Name
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 35 characters; Either company or name required \| | Shippo |
+| `street1` | *string* | :heavy_minus_sign: | **required for purchase**
First street line. Usually street number and street name (except for DHL Germany, see street_no).
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | 215 Clayton St. |
+| `street2` | *string* | :heavy_minus_sign: | Second street line.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `street3` | *string* | :heavy_minus_sign: | Third street line.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| At least one street line required; Max 35 characters per line \| | |
+| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | |
+| `city` | *string* | :heavy_minus_sign: | **required for purchase**
Name of a city. When creating a Quote Address, sending a city is optional but will yield more accurate Rates.
Please bear in mind that city names may be ambiguous (there are 34 Springfields in the US). Pass in a state
or a ZIP code (see below), if known, it will yield more accurate results.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Max 35 characters \| | San Francisco |
+| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required if country requires state; Max 2 characters for US, CA, PR \| | CA |
+| `zip` | *string* | :heavy_minus_sign: | **required for purchase**
Postal code of an Address. When creating a Quote Addresses, sending a ZIP is optional but will yield more
accurate Rates.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 10 characters \| | 94117 |
+| `country` | *string* | :heavy_check_mark: | ISO 3166-1 alpha-2 country codes and country names can be used. For most consistent results, we recommend using country codes like `US` or `DE`.
If using country names, please ensure they are spelled correctly and in English. Country names are converted to country codes.
Refer to this [guide](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a list of country codes.
Sending a country is always required. | US |
+| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Required; Min 1, max 15 characters \|
\| USPS \| Sender phone required for shipments during label purchase; Min 8, max 15 digits \| | +1 555 341 9393 |
+| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 80 characters \|
\| USPS \| Sender email required for shipments during label purchase \| | shippotle@shippo.com |
+| `isResidential` | *boolean* | :heavy_minus_sign: | N/A | true |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | Customer ID 123456 |
+| `validate` | *boolean* | :heavy_minus_sign: | Set to true to validate Address object. | true |
\ No newline at end of file
diff --git a/docs/models/components/addressimporter.md b/docs/models/components/addressimporter.md
index 68ea387a..c0ae5c1d 100644
--- a/docs/models/components/addressimporter.md
+++ b/docs/models/components/addressimporter.md
@@ -25,18 +25,18 @@ let value: AddressImporter = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `name` | *string* | :heavy_minus_sign: | First and Last Name of the addressee | Shwan Ippotle |
-| `company` | *string* | :heavy_minus_sign: | Company Name | Shippo |
-| `street1` | *string* | :heavy_minus_sign: | First street line, 35 character limit. Usually street number and street name (except for DHL Germany, see street_no). | Blumenstraße |
-| `street2` | *string* | :heavy_minus_sign: | Second street line, 35 character limit. | |
-| `street3` | *string* | :heavy_minus_sign: | Third street line, 35 character limit.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments. | |
-| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | 22 |
-| `city` | *string* | :heavy_minus_sign: | Name of a city | München |
-| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations. | CA |
-| `zip` | *string* | :heavy_minus_sign: | Postal code of an Address. | 80331 |
-| `country` | *string* | :heavy_minus_sign: | Example: `US` or `DE`. All accepted values can be found on the
Official ISO Website.
Sending a country is always required. | DE |
-| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped. | 80331 |
-| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant. | shippotle@shippo.com |
-| `isResidential` | *boolean* | :heavy_minus_sign: | Indicates whether the address provided is a residential address or not. | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `name` | *string* | :heavy_minus_sign: | First and Last Name of the addressee | Shwan Ippotle |
+| `company` | *string* | :heavy_minus_sign: | Company Name | Shippo |
+| `street1` | *string* | :heavy_minus_sign: | First street line, 35 character limit. Usually street number and street name (except for DHL Germany, see street_no). | Blumenstraße |
+| `street2` | *string* | :heavy_minus_sign: | Second street line, 35 character limit. | |
+| `street3` | *string* | :heavy_minus_sign: | Third street line, 35 character limit.
Only accepted for USPS international shipments, UPS domestic and UPS international shipments. | |
+| `streetNo` | *string* | :heavy_minus_sign: | Street number of the addressed building.
This field can be included in street1 for all carriers except for DHL Germany. | 22 |
+| `city` | *string* | :heavy_minus_sign: | Name of a city | München |
+| `state` | *string* | :heavy_minus_sign: | **required for purchase for some countries**
State/Province values are required for shipments from/to the US, AU, and CA. UPS requires province for some
countries (i.e Ireland). To receive more accurate quotes, passing this field is recommended. Most carriers
only accept two or three character state abbreviations. | CA |
+| `zip` | *string* | :heavy_minus_sign: | Postal code of an Address. | 80331 |
+| `country` | *string* | :heavy_minus_sign: | Example: `US` or `DE`. All accepted values can be found on the
[Official ISO Website](http://www.iso.org/).
Sending a country is always required. | DE |
+| `phone` | *string* | :heavy_minus_sign: | Addresses containing a phone number allow carriers to call the recipient when delivering the Parcel. This
increases the probability of delivery and helps to avoid accessorial charges after a Parcel has been shipped. | 80331 |
+| `email` | *string* | :heavy_minus_sign: | E-mail address of the contact person, RFC3696/5321-compliant. | shippotle@shippo.com |
+| `isResidential` | *boolean* | :heavy_minus_sign: | Indicates whether the address provided is a residential address or not. | true |
\ No newline at end of file
diff --git a/docs/models/components/addressvalidationresults.md b/docs/models/components/addressvalidationresults.md
index 3870bbd3..3d84dc03 100644
--- a/docs/models/components/addressvalidationresults.md
+++ b/docs/models/components/addressvalidationresults.md
@@ -1,7 +1,7 @@
# AddressValidationResults
Object that contains information regarding if an address had been validated or not. Also contains any messages
-generated during validation. Children keys are is_valid(boolean) and messages(array).
+generated during validation. Children keys are `is_valid`(boolean) and `messages`(array).
## Example Usage
diff --git a/docs/models/components/addressvalidationresultsmessage.md b/docs/models/components/addressvalidationresultsmessage.md
index e3caf145..0b74a873 100644
--- a/docs/models/components/addressvalidationresultsmessage.md
+++ b/docs/models/components/addressvalidationresultsmessage.md
@@ -16,9 +16,9 @@ let value: AddressValidationResultsMessage = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
-| `code` | *string* | :heavy_minus_sign: | See Address Validation Codes | Unknown Street |
-| `source` | *string* | :heavy_minus_sign: | See Address Validation Source | Shippo Address Validator |
-| `text` | *string* | :heavy_minus_sign: | N/A | City, State and ZIP Code are valid, but street address is not a match. |
-| `type` | *string* | :heavy_minus_sign: | N/A | address_warning |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
+| `code` | *string* | :heavy_minus_sign: | See [Address Validation Codes](/shippoapi/public-api/address-validation-codes) | Unknown Street |
+| `source` | *string* | :heavy_minus_sign: | See [Address Validation Source](/shippoapi/public-api/address-validation-source) | Shippo Address Validator |
+| `text` | *string* | :heavy_minus_sign: | N/A | City, State and ZIP Code are valid, but street address is not a match. |
+| `type` | *string* | :heavy_minus_sign: | N/A | address_warning |
\ No newline at end of file
diff --git a/docs/models/components/batch.md b/docs/models/components/batch.md
index ed62567b..a53c83d4 100644
--- a/docs/models/components/batch.md
+++ b/docs/models/components/batch.md
@@ -47,18 +47,18 @@ let value: Batch = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `defaultCarrierAccount` | *string* | :heavy_check_mark: | ID of the Carrier Account object to use as the default for all shipments in this Batch.
The carrier account can be changed on a per-shipment basis by changing the carrier_account in the
corresponding BatchShipment object. | 078870331023437cb917f5187429b093 |
-| `defaultServicelevelToken` | *string* | :heavy_check_mark: | Token of the service level to use as the default for all shipments in this Batch.
The servicelevel can be changed on a per-shipment basis by changing the servicelevel_token in the
corresponding BatchShipment object. Servicelevel tokens can be found here. | usps_priority |
-| `labelFiletype` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the label. If empty, will use the default format set from
the Shippo dashboard. | PDF_4x6 |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | BATCH #1 |
-| `batchShipments` | [components.BatchShipmentPaginatedList](../../models/components/batchshipmentpaginatedlist.md) | :heavy_check_mark: | N/A | |
-| `labelUrl` | *string*[] | :heavy_check_mark: | An array of URLs each pointing to a merged file of 100 labels each | |
-| `objectCreated` | *string* | :heavy_check_mark: | Date and time of Batch creation | 2016-01-04T00:15:44.394Z |
-| `objectId` | *string* | :heavy_check_mark: | Unique identifier of the given Batch object | 5ef63c54f5bf45d3b1f8fb37dcb1c5f4 |
-| `objectOwner` | *string* | :heavy_check_mark: | Username of the user who created the Batch object. | shippo@shippo.com |
-| `objectResults` | [components.ObjectResults](../../models/components/objectresults.md) | :heavy_check_mark: | An object containing the following counts:
`creation_succeeded`
`creation_failed`
`purchase_succeeded`
`purchase_failed` | |
-| `objectUpdated` | *string* | :heavy_check_mark: | Date and time of last update to the Batch | 2016-01-04T00:48:13.841Z |
-| `status` | [components.BatchStatus](../../models/components/batchstatus.md) | :heavy_check_mark: | Batches that are `VALIDATING` are being created and validated
`VALID` batches can be purchased
`INVALID` batches cannot be purchased, `INVALID` BatchShipments must be removed
Batches that are in the `PURCHASING` state are being purchased
`PURCHASED` batches are finished purchasing. | VALID |
-| `test` | *boolean* | :heavy_minus_sign: | N/A | false |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `defaultCarrierAccount` | *string* | :heavy_check_mark: | ID of the Carrier Account object to use as the default for all shipments in this Batch.
The carrier account can be changed on a per-shipment basis by changing the carrier_account in the
corresponding BatchShipment object. | 078870331023437cb917f5187429b093 |
+| `defaultServicelevelToken` | *string* | :heavy_check_mark: | Token of the service level to use as the default for all shipments in this Batch.
The servicelevel can be changed on a per-shipment basis by changing the servicelevel_token in the
corresponding BatchShipment object. [Servicelevel tokens can be found here.](/shippoapi/public-api/service-levels) | usps_priority |
+| `labelFiletype` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
[the Shippo dashboard.](https://apps.goshippo.com/settings/labels) | PDF_4x6 |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | BATCH #1 |
+| `batchShipments` | [components.BatchShipmentPaginatedList](../../models/components/batchshipmentpaginatedlist.md) | :heavy_check_mark: | N/A | |
+| `labelUrl` | *string*[] | :heavy_check_mark: | An array of URLs each pointing to a merged file of 100 labels each | |
+| `objectCreated` | *string* | :heavy_check_mark: | Date and time of Batch creation | 2016-01-04T00:15:44.394Z |
+| `objectId` | *string* | :heavy_check_mark: | Unique identifier of the given Batch object | 5ef63c54f5bf45d3b1f8fb37dcb1c5f4 |
+| `objectOwner` | *string* | :heavy_check_mark: | Username of the user who created the Batch object. | shippo@shippo.com |
+| `objectResults` | [components.ObjectResults](../../models/components/objectresults.md) | :heavy_check_mark: | An object containing the following counts: `creation_succeeded`, `creation_failed`, `purchase_succeeded`, `purchase_failed` | |
+| `objectUpdated` | *string* | :heavy_check_mark: | Date and time of last update to the Batch | 2016-01-04T00:48:13.841Z |
+| `status` | [components.BatchStatus](../../models/components/batchstatus.md) | :heavy_check_mark: | - `VALIDATING`: the batch is being created and validated
- `VALID`: the batch can be purchased
- `INVALID`: the batch cannot be purchased; `INVALID` BatchShipments must be removed
- `PURCHASING`: the batch is being purchased
- `PURCHASED`: the batch is finished purchasing | VALID |
+| `test` | *boolean* | :heavy_minus_sign: | N/A | false |
\ No newline at end of file
diff --git a/docs/models/components/batchcreaterequest.md b/docs/models/components/batchcreaterequest.md
index a4439859..0a023c41 100644
--- a/docs/models/components/batchcreaterequest.md
+++ b/docs/models/components/batchcreaterequest.md
@@ -16,10 +16,10 @@ let value: BatchCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `defaultCarrierAccount` | *string* | :heavy_check_mark: | ID of the Carrier Account object to use as the default for all shipments in this Batch.
The carrier account can be changed on a per-shipment basis by changing the carrier_account in the
corresponding BatchShipment object. | 078870331023437cb917f5187429b093 |
-| `defaultServicelevelToken` | *string* | :heavy_check_mark: | Token of the service level to use as the default for all shipments in this Batch.
The servicelevel can be changed on a per-shipment basis by changing the servicelevel_token in the
corresponding BatchShipment object. Servicelevel tokens can be found here. | usps_priority |
-| `labelFiletype` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the label. If empty, will use the default format set from
the Shippo dashboard. | PDF_4x6 |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | BATCH #1 |
-| `batchShipments` | [components.BatchShipmentCreateRequest](../../models/components/batchshipmentcreaterequest.md)[] | :heavy_check_mark: | Array of BatchShipment objects. The response keeps the same order as in the request array. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `defaultCarrierAccount` | *string* | :heavy_check_mark: | ID of the Carrier Account object to use as the default for all shipments in this Batch.
The carrier account can be changed on a per-shipment basis by changing the carrier_account in the
corresponding BatchShipment object. | 078870331023437cb917f5187429b093 |
+| `defaultServicelevelToken` | *string* | :heavy_check_mark: | Token of the service level to use as the default for all shipments in this Batch.
The servicelevel can be changed on a per-shipment basis by changing the servicelevel_token in the
corresponding BatchShipment object. [Servicelevel tokens can be found here.](/shippoapi/public-api/service-levels) | usps_priority |
+| `labelFiletype` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
[the Shippo dashboard.](https://apps.goshippo.com/settings/labels) | PDF_4x6 |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | BATCH #1 |
+| `batchShipments` | [components.BatchShipmentCreateRequest](../../models/components/batchshipmentcreaterequest.md)[] | :heavy_check_mark: | Array of BatchShipment objects. The response keeps the same order as in the request array. | |
\ No newline at end of file
diff --git a/docs/models/components/batchshipment.md b/docs/models/components/batchshipment.md
index cd721e2a..f1d29dca 100644
--- a/docs/models/components/batchshipment.md
+++ b/docs/models/components/batchshipment.md
@@ -1,5 +1,11 @@
# BatchShipment
+The batch shipment object is a wrapper around a shipment object, which include shipment-specific information
+for batch processing.
+
+Note: batch shipments can only be created on the batch endpoint, either when creating a batch object or by through
+the `/batches/{BATCH_OBJECT_ID}/add_shipments` endpoint
+
## Example Usage
```typescript
@@ -18,13 +24,13 @@ let value: BatchShipment = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account to be used for this shipment (will override batch default) | a4391cd4ab974f478f55dc08b5c8e3b3 |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | SHIPMENT #1 |
-| `servicelevelToken` | *string* | :heavy_minus_sign: | A token that sets the shipping method for the batch, overriding the batch default.
Servicelevel tokens can be found in this list
or at this endpoint. | fedex_ground |
-| `messages` | *any*[] | :heavy_minus_sign: | List of Shipment and Transaction error messages. | |
-| `objectId` | *string* | :heavy_check_mark: | Object ID of this batch shipment. Can be used in the remove_shipments endpoint. | e11c95a6788d4ddcaa22f03175838740 |
-| `shipment` | *string* | :heavy_check_mark: | Object ID of the shipment object created for this batch shipment. | adcfdddf8ec64b84ad22772bce3ea37a |
-| `status` | [components.Status](../../models/components/status.md) | :heavy_check_mark: | `INVALID` batch shipments cannot be purchased and will have to be removed, fixed, and added to the batch again.
`VALID` batch shipments can be purchased.
Batch shipments with the status `TRANSACTION_FAILED` were not able to be purchased and the error will be displayed on the message field
`INCOMPLETE` batch shipments have an issue with the Address and will need to be removed, fixed, and added to the batch again. | INVALID |
-| `transaction` | *string* | :heavy_minus_sign: | Object ID of the transaction object created for this batch shipment. | 4c33736a67e2450da88b38c42deef6b7 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account to be used for this shipment (will override batch default) | a4391cd4ab974f478f55dc08b5c8e3b3 |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | SHIPMENT #1 |
+| `servicelevelToken` | *string* | :heavy_minus_sign: | A token that sets the shipping method for the batch, overriding the batch default.
Servicelevel tokens can be found [in this list](/shippoapi/public-api/service-levels)
or [at this endpoint](/shippoapi/public-api/carrier-accounts/listcarrieraccounts). | fedex_ground |
+| `messages` | *any*[] | :heavy_minus_sign: | List of Shipment and Transaction error messages. | |
+| `objectId` | *string* | :heavy_check_mark: | Object ID of this batch shipment. Can be used in the remove_shipments endpoint. | e11c95a6788d4ddcaa22f03175838740 |
+| `shipment` | *string* | :heavy_check_mark: | Object ID of the shipment object created for this batch shipment. | adcfdddf8ec64b84ad22772bce3ea37a |
+| `status` | [components.Status](../../models/components/status.md) | :heavy_check_mark: | - `INVALID`: the batch shipment cannot be purchased and will have to be removed, fixed, and added to the batch again
- `VALID`: the batch shipment can be purchased
- `TRANSACTION_FAILED`: the batch shipment was not able to be purchased and the error will be displayed on the message field
- `INCOMPLETE`: the batch shipment has an issue with the Address and will need to be removed, fixed, and added to the batch again | INVALID |
+| `transaction` | *string* | :heavy_minus_sign: | Object ID of the transaction object created for this batch shipment. | 4c33736a67e2450da88b38c42deef6b7 |
\ No newline at end of file
diff --git a/docs/models/components/batchshipmentcreaterequest.md b/docs/models/components/batchshipmentcreaterequest.md
index 039bc63b..cc15adee 100644
--- a/docs/models/components/batchshipmentcreaterequest.md
+++ b/docs/models/components/batchshipmentcreaterequest.md
@@ -130,9 +130,9 @@ let value: BatchShipmentCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account to be used for this shipment (will override batch default) | a4391cd4ab974f478f55dc08b5c8e3b3 |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | SHIPMENT #1 |
-| `servicelevelToken` | *string* | :heavy_minus_sign: | A token that sets the shipping method for the batch, overriding the batch default.
Servicelevel tokens can be found in this list
or at this endpoint. | fedex_ground |
-| `shipment` | [components.ShipmentCreateRequest](../../models/components/shipmentcreaterequest.md) | :heavy_check_mark: | N/A | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account to be used for this shipment (will override batch default) | a4391cd4ab974f478f55dc08b5c8e3b3 |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want
to attach to the object. | SHIPMENT #1 |
+| `servicelevelToken` | *string* | :heavy_minus_sign: | A token that sets the shipping method for the batch, overriding the batch default.
Servicelevel tokens can be found [in this list](/shippoapi/public-api/service-levels)
or [at this endpoint](/shippoapi/public-api/carrier-accounts/listcarrieraccounts). | fedex_ground |
+| `shipment` | [components.ShipmentCreateRequest](../../models/components/shipmentcreaterequest.md) | :heavy_check_mark: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/batchshipmentpaginatedlist.md b/docs/models/components/batchshipmentpaginatedlist.md
index 23e0c3d1..baf9a630 100644
--- a/docs/models/components/batchshipmentpaginatedlist.md
+++ b/docs/models/components/batchshipmentpaginatedlist.md
@@ -1,6 +1,6 @@
# BatchShipmentPaginatedList
-Array of BatchShipment objects.
+Array of [BatchShipment](/shippoapi/public-api/batches/batchshipment) objects.
The response keeps the same order as in the request array.
## Example Usage
diff --git a/docs/models/components/batchstatus.md b/docs/models/components/batchstatus.md
index cbb48b1b..8bbadfb6 100644
--- a/docs/models/components/batchstatus.md
+++ b/docs/models/components/batchstatus.md
@@ -1,10 +1,10 @@
# BatchStatus
-Batches that are `VALIDATING` are being created and validated
-`VALID` batches can be purchased
-`INVALID` batches cannot be purchased, `INVALID` BatchShipments must be removed
-Batches that are in the `PURCHASING` state are being purchased
-`PURCHASED` batches are finished purchasing.
+- `VALIDATING`: the batch is being created and validated
+- `VALID`: the batch can be purchased
+- `INVALID`: the batch cannot be purchased; `INVALID` BatchShipments must be removed
+- `PURCHASING`: the batch is being purchased
+- `PURCHASED`: the batch is finished purchasing
## Example Usage
diff --git a/docs/models/components/carrieraccount.md b/docs/models/components/carrieraccount.md
index 6e64acf5..f4db276c 100644
--- a/docs/models/components/carrieraccount.md
+++ b/docs/models/components/carrieraccount.md
@@ -49,16 +49,16 @@ let value: CarrierAccount = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `accountId` | *string* | :heavy_check_mark: | Unique identifier of the account. Please check the carrier accounts tutorial
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
-| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
-| `carrier` | *string* | :heavy_check_mark: | Carrier token, see Carriers
Please check the carrier accounts tutorial page for all supported carriers. | usps |
-| `parameters` | *components.CarrierAccountParameters* | :heavy_minus_sign: | N/A | |
-| `carrierName` | *any* | :heavy_minus_sign: | Carrier name, see Carriers
| USPS |
-| `isShippoAccount` | *boolean* | :heavy_minus_sign: | N/A | false |
-| `metadata` | *string* | :heavy_minus_sign: | N/A | |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the carrier account object. | 6aa34d5f6865448fbb1ee93636e98999 |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the carrier account object. | bob+22@gmail.com |
-| `serviceLevels` | [components.CarrierAccountServiceLevel](../../models/components/carrieraccountservicelevel.md)[] | :heavy_minus_sign: | N/A | |
-| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `accountId` | *string* | :heavy_check_mark: | Unique identifier of the account. Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/)
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
+| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
+| `carrier` | *string* | :heavy_check_mark: | Carrier token, see [Carriers](/shippoapi/public-api/carriers)
Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/) page for all supported carriers. | usps |
+| `parameters` | *components.CarrierAccountParameters* | :heavy_minus_sign: | N/A | |
+| `carrierName` | *any* | :heavy_minus_sign: | Carrier name, see [Carriers](/shippoapi/public-api/carriers) | USPS |
+| `isShippoAccount` | *boolean* | :heavy_minus_sign: | N/A | false |
+| `metadata` | *string* | :heavy_minus_sign: | N/A | |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the carrier account object. | 6aa34d5f6865448fbb1ee93636e98999 |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the carrier account object. | bob+22@gmail.com |
+| `serviceLevels` | [components.CarrierAccountServiceLevel](../../models/components/carrieraccountservicelevel.md)[] | :heavy_minus_sign: | N/A | |
+| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
\ No newline at end of file
diff --git a/docs/models/components/carrieraccountbase.md b/docs/models/components/carrieraccountbase.md
index 1e259036..3da507dc 100644
--- a/docs/models/components/carrieraccountbase.md
+++ b/docs/models/components/carrieraccountbase.md
@@ -37,9 +37,9 @@ let value: CarrierAccountBase = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `accountId` | *string* | :heavy_check_mark: | Unique identifier of the account. Please check the carrier accounts tutorial
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
-| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
-| `carrier` | *string* | :heavy_check_mark: | Carrier token, see Carriers
Please check the carrier accounts tutorial page for all supported carriers. | usps |
-| `parameters` | *components.CarrierAccountBaseParameters* | :heavy_minus_sign: | N/A | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `accountId` | *string* | :heavy_check_mark: | Unique identifier of the account. Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/)
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
+| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
+| `carrier` | *string* | :heavy_check_mark: | Carrier token, see [Carriers](/shippoapi/public-api/carriers)
Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/) page for all supported carriers. | usps |
+| `parameters` | *components.CarrierAccountBaseParameters* | :heavy_minus_sign: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/carrieraccountbaseparameters.md b/docs/models/components/carrieraccountbaseparameters.md
index cf0bec59..bb6f7fe0 100644
--- a/docs/models/components/carrieraccountbaseparameters.md
+++ b/docs/models/components/carrieraccountbaseparameters.md
@@ -25,6 +25,11 @@ const value: components.FedExConnectExistingOwnAccountParameters = {
fromAddressState: "
A service level commonly defines the transit time of a Shipment (e.g., Express vs. Standard), along with other properties.
These names vary depending on the provider.
See Service Levels. | Priority Mail Express |
-| `token` | *string* | :heavy_minus_sign: | Service level token, e.g. `usps_priority` or `fedex_ground`.
See Service Levels. | usps_priority_express |
-| `supportsReturnLabels` | *boolean* | :heavy_minus_sign: | Whether or not the service level supports return labels. | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `name` | *string* | :heavy_minus_sign: | Service level name, e.g. `Priority Mail` or `FedEx Ground®`.
A service level commonly defines the transit time of a Shipment (e.g., Express vs. Standard), along with other properties.
These names vary depending on the provider.
See [Service Levels](/shippoapi/public-api/service-levels). | Priority Mail Express |
+| `token` | *string* | :heavy_minus_sign: | Service level token, e.g. `usps_priority` or `fedex_ground`.
See [Service Levels](/shippoapi/public-api/service-levels). | usps_priority_express |
+| `supportsReturnLabels` | *boolean* | :heavy_minus_sign: | Whether or not the service level supports return labels. | true |
\ No newline at end of file
diff --git a/docs/models/components/carrieraccountwithextrainfo.md b/docs/models/components/carrieraccountwithextrainfo.md
index 0b653418..86ac149c 100644
--- a/docs/models/components/carrieraccountwithextrainfo.md
+++ b/docs/models/components/carrieraccountwithextrainfo.md
@@ -17,6 +17,11 @@ let value: CarrierAccountWithExtraInfo = {
"from_address_state": "
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
-| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
-| `carrier` | *string* | :heavy_check_mark: | Carrier token, see Carriers
Please check the carrier accounts tutorial page for all supported carriers. | usps |
-| `parameters` | *components.ParametersT* | :heavy_minus_sign: | N/A | |
-| `carrierName` | *any* | :heavy_minus_sign: | Carrier name, see Carriers
| USPS |
-| `isShippoAccount` | *boolean* | :heavy_minus_sign: | N/A | false |
-| `metadata` | *string* | :heavy_minus_sign: | N/A | |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the carrier account object. | 6aa34d5f6865448fbb1ee93636e98999 |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the carrier account object. | bob+22@gmail.com |
-| `serviceLevels` | [components.CarrierAccountServiceLevel](../../models/components/carrieraccountservicelevel.md)[] | :heavy_minus_sign: | N/A | |
-| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
-| `objectInfo` | [components.ObjectInfo](../../models/components/objectinfo.md) | :heavy_minus_sign: | Holds internal state relevant to users. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `accountId` | *string* | :heavy_check_mark: | Unique identifier of the account. Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/)
page for the `account_id` per carrier.
To protect account information, this field will be masked in any API response. | **** |
+| `active` | *boolean* | :heavy_minus_sign: | Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly
passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. | |
+| `carrier` | *string* | :heavy_check_mark: | Carrier token, see [Carriers](/shippoapi/public-api/carriers)
Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/) page for all supported carriers. | usps |
+| `parameters` | *components.ParametersT* | :heavy_minus_sign: | N/A | |
+| `carrierName` | *any* | :heavy_minus_sign: | Carrier name, see [Carriers](/shippoapi/public-api/carriers) | USPS |
+| `isShippoAccount` | *boolean* | :heavy_minus_sign: | N/A | false |
+| `metadata` | *string* | :heavy_minus_sign: | N/A | |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the carrier account object. | 6aa34d5f6865448fbb1ee93636e98999 |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the carrier account object. | bob+22@gmail.com |
+| `serviceLevels` | [components.CarrierAccountServiceLevel](../../models/components/carrieraccountservicelevel.md)[] | :heavy_minus_sign: | N/A | |
+| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | false |
+| `objectInfo` | [components.ObjectInfo](../../models/components/objectinfo.md) | :heavy_minus_sign: | Holds internal state relevant to users. | |
\ No newline at end of file
diff --git a/docs/models/components/carrierparceltemplatelist.md b/docs/models/components/carrierparceltemplatelist.md
index 5f451623..71957b8e 100644
--- a/docs/models/components/carrierparceltemplatelist.md
+++ b/docs/models/components/carrierparceltemplatelist.md
@@ -1,5 +1,7 @@
# CarrierParcelTemplateList
+List of carrier parcel templates
+
## Example Usage
```typescript
diff --git a/docs/models/components/carriersenum.md b/docs/models/components/carriersenum.md
index 6ff96a7a..3ed71d7a 100644
--- a/docs/models/components/carriersenum.md
+++ b/docs/models/components/carriersenum.md
@@ -14,7 +14,6 @@
| boxberry | Boxberry|
| bring | Bring (also used for Posten Norge)|
| canada_post | Canada Post|
-| cdl | CDL|
| chronopost | Chronopost|
| collect_plus | CollectPlus|
| correios_br | CorreiosBR|
@@ -68,11 +67,11 @@
```typescript
import { CarriersEnum } from "shippo/models/components";
-let value: CarriersEnum = "royal_mail_sf";
+let value: CarriersEnum = "rr_donnelley";
```
## Values
```typescript
-"airterra" | "apc_postal" | "apg" | "aramex" | "asendia_us" | "australia_post" | "axlehire" | "better_trucks" | "borderguru" | "boxberry" | "bring" | "canada_post" | "cdl" | "chronopost" | "collect_plus" | "correios_br" | "correos_espana" | "colissimo" | "deutsche_post" | "dhl_benelux" | "dhl_ecommerce" | "dhl_express" | "dhl_germany_c2c" | "dhl_germany" | "dpd_de" | "dpd_uk" | "estafeta" | "fastway_australia" | "fedex" | "globegistics" | "gls_us" | "gophr" | "gso" | "hermes_germany_b2c" | "hermes_uk" | "hongkong_post" | "lasership" | "lso" | "mondial_relay" | "new_zealand_post" | "nippon_express" | "ontrac" | "parcelforce" | "passport" | "pcf" | "poste_italiane" | "posti" | "purolator" | "royal_mail" | "royal_mail_sf" | "rr_donnelley" | "russian_post" | "skypostal" | "stuart" | "swyft" | "uds" | "ups" | "usps" | "veho"
+"airterra" | "apc_postal" | "apg" | "aramex" | "asendia_us" | "australia_post" | "axlehire" | "better_trucks" | "borderguru" | "boxberry" | "bring" | "canada_post" | "chronopost" | "collect_plus" | "correios_br" | "correos_espana" | "colissimo" | "deutsche_post" | "dhl_benelux" | "dhl_ecommerce" | "dhl_express" | "dhl_germany_c2c" | "dhl_germany" | "dpd_de" | "dpd_uk" | "estafeta" | "fastway_australia" | "fedex" | "globegistics" | "gls_us" | "gophr" | "gso" | "hermes_germany_b2c" | "hermes_uk" | "hongkong_post" | "lasership" | "lso" | "mondial_relay" | "new_zealand_post" | "nippon_express" | "ontrac" | "parcelforce" | "passport" | "pcf" | "poste_italiane" | "posti" | "purolator" | "royal_mail" | "royal_mail_sf" | "rr_donnelley" | "russian_post" | "skypostal" | "stuart" | "swyft" | "uds" | "ups" | "usps" | "veho"
```
\ No newline at end of file
diff --git a/docs/models/components/cod.md b/docs/models/components/cod.md
index fc8292f4..288a9b87 100644
--- a/docs/models/components/cod.md
+++ b/docs/models/components/cod.md
@@ -16,8 +16,8 @@ let value: Cod = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `amount` | *string* | :heavy_minus_sign: | Amount to be collected. | 5.5 |
-| `currency` | *string* | :heavy_minus_sign: | Currency for the amount to be collected. Currently only USD is supported for UPS. | USD |
-| `paymentMethod` | [components.PaymentMethod](../../models/components/paymentmethod.md) | :heavy_minus_sign: | Secured funds include money orders, certified cheques and others (see
UPS for details).
If no payment_method inputted the value defaults to "ANY".) | CASH |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `amount` | *string* | :heavy_minus_sign: | Amount to be collected. | 5.5 |
+| `currency` | *string* | :heavy_minus_sign: | Currency for the amount to be collected. Currently only USD is supported for UPS. | USD |
+| `paymentMethod` | [components.PaymentMethod](../../models/components/paymentmethod.md) | :heavy_minus_sign: | Secured funds include money orders, certified cheques and others (see
[UPS](https://www.ups.com/content/us/en/shipping/time/service/value_added/cod.html) for details).
If no payment_method inputted the value defaults to "ANY".) | CASH |
\ No newline at end of file
diff --git a/docs/models/components/connectexistingownaccountrequestparameters.md b/docs/models/components/connectexistingownaccountrequestparameters.md
index 643c411f..b75412d2 100644
--- a/docs/models/components/connectexistingownaccountrequestparameters.md
+++ b/docs/models/components/connectexistingownaccountrequestparameters.md
@@ -25,6 +25,11 @@ const value: components.FedExConnectExistingOwnAccountParameters = {
fromAddressState: "
The official ISO 4217 currency codes are used, e.g. `USD` or `EUR`. | USD |
-| `currencyLocal` | *string* | :heavy_minus_sign: | Currency used in the recipient's country, refers to `amount_local`.
The official ISO 4217 currency codes are used, e.g. `USD` or "EUR". | USD |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the Rate object. | adcfdddf8ec64b84ad22772bce3ea37a |
-| `provider` | *string* | :heavy_minus_sign: | Carrier offering the rate, e.g., `FedEx` or `Deutsche Post DHL`. | USPS |
-| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account that has been used to retrieve the rate. | 078870331023437cb917f5187429b093 |
-| `servicelevelName` | *string* | :heavy_minus_sign: | Service level name, e.g. `Priority Mail` or `FedEx Ground®`.
A service level commonly defines the transit time of a Shipment (e.g., Express vs. Standard),
along with other properties. These names vary depending on the provider.
See Service Levels. | Priority Mail |
-| `servicelevelToken` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See servicelevels. | fedex_ground |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `amount` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the sender's country. | 5.5 |
+| `amountLocal` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the recipient's country. | 5.5 |
+| `currency` | *string* | :heavy_minus_sign: | Currency used in the sender's country, refers to `amount`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or `EUR`. | USD |
+| `currencyLocal` | *string* | :heavy_minus_sign: | Currency used in the recipient's country, refers to `amount_local`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or "EUR". | USD |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the Rate object. | adcfdddf8ec64b84ad22772bce3ea37a |
+| `provider` | *string* | :heavy_minus_sign: | Carrier offering the rate, e.g., `FedEx` or `Deutsche Post DHL`. | USPS |
+| `carrierAccount` | *string* | :heavy_minus_sign: | Object ID of the carrier account that has been used to retrieve the rate. | 078870331023437cb917f5187429b093 |
+| `servicelevelName` | *string* | :heavy_minus_sign: | Service level name, e.g. `Priority Mail` or `FedEx Ground®`.
A service level commonly defines the transit time of a Shipment (e.g., Express vs. Standard),
along with other properties. These names vary depending on the provider.
See [Service Levels](/shippoapi/public-api/service-levels). | Priority Mail |
+| `servicelevelToken` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See [servicelevels](/shippoapi/public-api/service-levels). | fedex_ground |
\ No newline at end of file
diff --git a/docs/models/components/customerreference.md b/docs/models/components/customerreference.md
index ff77b145..ea9b9e77 100644
--- a/docs/models/components/customerreference.md
+++ b/docs/models/components/customerreference.md
@@ -14,8 +14,8 @@ let value: CustomerReference = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for customer reference field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
-| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for customer reference. Up to 40 characters. If
this is provided, reference_1 will be ignored. | |
-| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 1 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for customer reference field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
+| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for customer reference. Up to 40 characters. If
this is provided, reference_1 will be ignored.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 40 characters (Express services); Max 30 characters (Ground services) \| | |
+| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 1 |
\ No newline at end of file
diff --git a/docs/models/components/customsdeclaration.md b/docs/models/components/customsdeclaration.md
index ffad74c8..936ecea1 100644
--- a/docs/models/components/customsdeclaration.md
+++ b/docs/models/components/customsdeclaration.md
@@ -46,36 +46,36 @@ let value: CustomsDeclaration = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `aesItn` | *string* | :heavy_minus_sign: | **required if eel_pfc is `AES_ITN`**
AES / ITN reference of the shipment. | |
-| `b13aFilingOption` | *string* | :heavy_minus_sign: | B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS).
More information on reporting commercial exports from Canada.
Allowed values available here | FILED_ELECTRONICALLY |
-| `b13aNumber` | *string* | :heavy_minus_sign: | **must be provided if and only if b13a_filing_option is provided**
Represents:
the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`;
the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`;
or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. | |
-| `certificate` | *string* | :heavy_minus_sign: | Certificate reference of the shipment. | |
-| `certify` | *boolean* | :heavy_check_mark: | Expresses that the certify_signer has provided all information of this customs declaration truthfully. | true |
-| `certifySigner` | *string* | :heavy_check_mark: | Name of the person who created the customs declaration and is responsible for the validity of all
information provided. | Shawn Ippotle |
-| `commercialInvoice` | *boolean* | :heavy_minus_sign: | N/A | |
-| `contentsExplanation` | *string* | :heavy_minus_sign: | **required if contents_type is `OTHER`**
Explanation of the type of goods of the shipment. | T-Shirt purchase |
-| `disclaimer` | *string* | :heavy_minus_sign: | Disclaimer for the shipment and customs information that have been provided. | |
-| `dutiesPayor` | [components.CustomsDeclarationDutiesPayor](../../models/components/customsdeclarationdutiespayor.md) | :heavy_minus_sign: | Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments. | |
-| `exporterIdentification` | [components.CustomsExporterIdentification](../../models/components/customsexporteridentification.md) | :heavy_minus_sign: | Additional exporter identification that may be required to ship in certain countries | |
-| `exporterReference` | *string* | :heavy_minus_sign: | Exporter reference of an export shipment. | |
-| `importerReference` | *string* | :heavy_minus_sign: | Importer reference of an import shipment. | |
-| `isVatCollected` | *boolean* | :heavy_minus_sign: | Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. | |
-| `invoice` | *string* | :heavy_minus_sign: | Invoice reference of the shipment. | #123123 |
-| `license` | *string* | :heavy_minus_sign: | License reference of the shipment. | |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID #123123 |
-| `notes` | *string* | :heavy_minus_sign: | Additional notes to be included in the customs declaration. | |
-| `addressImporter` | *string* | :heavy_minus_sign: | Object ID of the Importer address. | 257ba08436604d2aaf069caafe7acb2a |
-| `contentsType` | *string* | :heavy_check_mark: | Type of goods of the shipment.
Allowed values available here | MERCHANDISE |
-| `eelPfc` | *string* | :heavy_minus_sign: | EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most
other shipments from the US, `NOEEI_30_37_a` is applicable.
Allowed values available here | NOEEI_30_37_a |
-| `incoterm` | *string* | :heavy_minus_sign: | The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only.
eDAP is available for DPD UK only. DAP is available for DHL Express and DPD UK.
If expecting DAP for other carriers, please use DDU.
Allowed values available here | DDP |
-| `invoicedCharges` | [components.CustomsInvoicedCharges](../../models/components/customsinvoicedcharges.md) | :heavy_minus_sign: | Additional invoiced charges to be shown on the Customs Declaration Commercial Invoice. | |
-| `items` | *string*[] | :heavy_check_mark: | Distinct Parcel content items as Customs Items object_ids. | [
"5087f181d1dc4b14b73fdbf636498886"
] |
-| `nonDeliveryOption` | *string* | :heavy_check_mark: | Indicates how the carrier should proceed in case the shipment can't be delivered.
Allowed values available here | RETURN |
-| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of object creation. | 2014-07-17T01:01:08.306Z |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given object. | e2197a54da9d470480f4f8796cc419cb |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | shippotle@shippo.com |
-| `objectState` | [components.ObjectStateEnum](../../models/components/objectstateenum.md) | :heavy_minus_sign: | Indicates the validity of the enclosing object | |
-| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last object update. | 2014-07-17T01:01:08.306Z |
-| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `aesItn` | *string* | :heavy_minus_sign: | **required if eel_pfc is `AES_ITN`**
AES / ITN reference of the shipment. | |
+| `b13aFilingOption` | *string* | :heavy_minus_sign: | B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS).
[More information on reporting commercial exports from Canada.](https://www.cbsa-asfc.gc.ca/services/export/guide-eng.html)
Allowed values available [here](/shippoapi/public-api/customs-declaration-b13a-filing-option) | FILED_ELECTRONICALLY |
+| `b13aNumber` | *string* | :heavy_minus_sign: | **must be provided if and only if b13a_filing_option is provided**
Represents the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`; the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`; or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. | |
+| `certificate` | *string* | :heavy_minus_sign: | Certificate reference of the shipment. | |
+| `certify` | *boolean* | :heavy_check_mark: | Expresses that the certify_signer has provided all information of this customs declaration truthfully. | true |
+| `certifySigner` | *string* | :heavy_check_mark: | Name of the person who created the customs declaration and is responsible for the validity of all
information provided. | Shawn Ippotle |
+| `commercialInvoice` | *boolean* | :heavy_minus_sign: | N/A | |
+| `contentsExplanation` | *string* | :heavy_minus_sign: | **required if contents_type is `OTHER`**
Explanation of the type of goods of the shipment. | T-Shirt purchase |
+| `disclaimer` | *string* | :heavy_minus_sign: | Disclaimer for the shipment and customs information that have been provided.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 554 characters \| | |
+| `dutiesPayor` | [components.CustomsDeclarationDutiesPayor](../../models/components/customsdeclarationdutiespayor.md) | :heavy_minus_sign: | Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments. | |
+| `exporterIdentification` | [components.CustomsExporterIdentification](../../models/components/customsexporteridentification.md) | :heavy_minus_sign: | Additional exporter identification that may be required to ship in certain countries | |
+| `exporterReference` | *string* | :heavy_minus_sign: | Exporter reference of an export shipment. | |
+| `importerReference` | *string* | :heavy_minus_sign: | Importer reference of an import shipment. | |
+| `isVatCollected` | *boolean* | :heavy_minus_sign: | Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. | |
+| `invoice` | *string* | :heavy_minus_sign: | Invoice reference of the shipment. | #123123 |
+| `license` | *string* | :heavy_minus_sign: | License reference of the shipment. | |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID #123123 |
+| `notes` | *string* | :heavy_minus_sign: | Additional notes to be included in the customs declaration. | |
+| `addressImporter` | *string* | :heavy_minus_sign: | Object ID of the Importer address. | 257ba08436604d2aaf069caafe7acb2a |
+| `contentsType` | *string* | :heavy_check_mark: | Type of goods of the shipment.
Allowed values available [here](/shippoapi/public-api/customs-declaration-contents-type) | MERCHANDISE |
+| `eelPfc` | *string* | :heavy_minus_sign: | EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most
other shipments from the US, `NOEEI_30_37_a` is applicable.
Allowed values available [here](/shippoapi/public-api/customs-declaration-eelpfc) | NOEEI_30_37_a |
+| `incoterm` | *string* | :heavy_minus_sign: | The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only.
eDAP is available for DPD UK only. DAP is available for DHL Express, FedEx, and DPD UK.
If expecting DAP for other carriers, please use DDU.
Allowed values available [here](/shippoapi/public-api/customs-declaration-incoterm)
Carrier-specific restrictions are in the table below.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Must be one of DDP, DDU, FCA, DAP \| | DDP |
+| `invoicedCharges` | [components.CustomsInvoicedCharges](../../models/components/customsinvoicedcharges.md) | :heavy_minus_sign: | Additional invoiced charges to be shown on the Customs Declaration Commercial Invoice. | |
+| `items` | *string*[] | :heavy_check_mark: | Distinct Parcel content items as Customs Items object_ids. | [
"5087f181d1dc4b14b73fdbf636498886"
] |
+| `nonDeliveryOption` | *string* | :heavy_check_mark: | Indicates how the carrier should proceed in case the shipment can't be delivered.
Allowed values available [here](/shippoapi/public-api/customs-declaration-non-delivery-option) | RETURN |
+| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of object creation. | 2014-07-17T01:01:08.306Z |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given object. | e2197a54da9d470480f4f8796cc419cb |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | shippotle@shippo.com |
+| `objectState` | [components.ObjectStateEnum](../../models/components/objectstateenum.md) | :heavy_minus_sign: | Indicates the validity of the enclosing object | |
+| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last object update. | 2014-07-17T01:01:08.306Z |
+| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | true |
\ No newline at end of file
diff --git a/docs/models/components/customsdeclarationb13afilingoptionenum.md b/docs/models/components/customsdeclarationb13afilingoptionenum.md
index 35619c00..674066b4 100644
--- a/docs/models/components/customsdeclarationb13afilingoptionenum.md
+++ b/docs/models/components/customsdeclarationb13afilingoptionenum.md
@@ -1,8 +1,8 @@
# CustomsDeclarationB13AFilingOptionEnum
B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS).
- More information on reporting commercial exports from Canada.
-Allowed values available here
+[More information on reporting commercial exports from Canada.](https://www.cbsa-asfc.gc.ca/services/export/guide-eng.html)
+Allowed values available [here](/shippoapi/public-api/customs-declaration-b13a-filing-option)
## Example Usage
diff --git a/docs/models/components/customsdeclarationcontentstypeenum.md b/docs/models/components/customsdeclarationcontentstypeenum.md
index a0d433fc..6e1d08d2 100644
--- a/docs/models/components/customsdeclarationcontentstypeenum.md
+++ b/docs/models/components/customsdeclarationcontentstypeenum.md
@@ -1,7 +1,7 @@
# CustomsDeclarationContentsTypeEnum
Type of goods of the shipment.
-Allowed values available here
+Allowed values available [here](/shippoapi/public-api/customs-declaration-contents-type)
## Example Usage
diff --git a/docs/models/components/customsdeclarationcreaterequest.md b/docs/models/components/customsdeclarationcreaterequest.md
index 715e145b..17d6ad05 100644
--- a/docs/models/components/customsdeclarationcreaterequest.md
+++ b/docs/models/components/customsdeclarationcreaterequest.md
@@ -53,30 +53,30 @@ let value: CustomsDeclarationCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `aesItn` | *string* | :heavy_minus_sign: | **required if eel_pfc is `AES_ITN`**
AES / ITN reference of the shipment. | |
-| `b13aFilingOption` | [components.CustomsDeclarationB13AFilingOptionEnum](../../models/components/customsdeclarationb13afilingoptionenum.md) | :heavy_minus_sign: | N/A | FILED_ELECTRONICALLY |
-| `b13aNumber` | *string* | :heavy_minus_sign: | **must be provided if and only if b13a_filing_option is provided**
Represents:
the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`;
the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`;
or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. | |
-| `certificate` | *string* | :heavy_minus_sign: | Certificate reference of the shipment. | |
-| `certify` | *boolean* | :heavy_check_mark: | Expresses that the certify_signer has provided all information of this customs declaration truthfully. | true |
-| `certifySigner` | *string* | :heavy_check_mark: | Name of the person who created the customs declaration and is responsible for the validity of all
information provided. | Shawn Ippotle |
-| `commercialInvoice` | *boolean* | :heavy_minus_sign: | N/A | |
-| `contentsExplanation` | *string* | :heavy_minus_sign: | **required if contents_type is `OTHER`**
Explanation of the type of goods of the shipment. | T-Shirt purchase |
-| `disclaimer` | *string* | :heavy_minus_sign: | Disclaimer for the shipment and customs information that have been provided. | |
-| `dutiesPayor` | [components.DutiesPayor](../../models/components/dutiespayor.md) | :heavy_minus_sign: | Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments. | |
-| `exporterIdentification` | [components.CustomsExporterIdentification](../../models/components/customsexporteridentification.md) | :heavy_minus_sign: | Additional exporter identification that may be required to ship in certain countries | |
-| `exporterReference` | *string* | :heavy_minus_sign: | Exporter reference of an export shipment. | |
-| `importerReference` | *string* | :heavy_minus_sign: | Importer reference of an import shipment. | |
-| `isVatCollected` | *boolean* | :heavy_minus_sign: | Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. | |
-| `invoice` | *string* | :heavy_minus_sign: | Invoice reference of the shipment. | #123123 |
-| `license` | *string* | :heavy_minus_sign: | License reference of the shipment. | |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID #123123 |
-| `notes` | *string* | :heavy_minus_sign: | Additional notes to be included in the customs declaration. | |
-| `addressImporter` | [components.AddressImporter](../../models/components/addressimporter.md) | :heavy_minus_sign: | Object that represents the address of the importer | |
-| `contentsType` | [components.CustomsDeclarationContentsTypeEnum](../../models/components/customsdeclarationcontentstypeenum.md) | :heavy_check_mark: | N/A | MERCHANDISE |
-| `eelPfc` | [components.CustomsDeclarationEelPfcEnum](../../models/components/customsdeclarationeelpfcenum.md) | :heavy_minus_sign: | N/A | NOEEI_30_37_a |
-| `incoterm` | [components.CustomsDeclarationIncotermEnum](../../models/components/customsdeclarationincotermenum.md) | :heavy_minus_sign: | N/A | DDP |
-| `items` | [components.CustomsItemCreateRequest](../../models/components/customsitemcreaterequest.md)[] | :heavy_check_mark: | N/A | |
-| `nonDeliveryOption` | [components.CustomsDeclarationNonDeliveryOptionEnum](../../models/components/customsdeclarationnondeliveryoptionenum.md) | :heavy_check_mark: | N/A | RETURN |
-| `test` | *boolean* | :heavy_minus_sign: | N/A | true |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `aesItn` | *string* | :heavy_minus_sign: | **required if eel_pfc is `AES_ITN`**
AES / ITN reference of the shipment. | |
+| `b13aFilingOption` | [components.CustomsDeclarationB13AFilingOptionEnum](../../models/components/customsdeclarationb13afilingoptionenum.md) | :heavy_minus_sign: | N/A | FILED_ELECTRONICALLY |
+| `b13aNumber` | *string* | :heavy_minus_sign: | **must be provided if and only if b13a_filing_option is provided**
Represents the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`; the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`; or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. | |
+| `certificate` | *string* | :heavy_minus_sign: | Certificate reference of the shipment. | |
+| `certify` | *boolean* | :heavy_check_mark: | Expresses that the certify_signer has provided all information of this customs declaration truthfully. | true |
+| `certifySigner` | *string* | :heavy_check_mark: | Name of the person who created the customs declaration and is responsible for the validity of all
information provided. | Shawn Ippotle |
+| `commercialInvoice` | *boolean* | :heavy_minus_sign: | N/A | |
+| `contentsExplanation` | *string* | :heavy_minus_sign: | **required if contents_type is `OTHER`**
Explanation of the type of goods of the shipment. | T-Shirt purchase |
+| `disclaimer` | *string* | :heavy_minus_sign: | Disclaimer for the shipment and customs information that have been provided.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 554 characters \| | |
+| `dutiesPayor` | [components.DutiesPayor](../../models/components/dutiespayor.md) | :heavy_minus_sign: | Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments. | |
+| `exporterIdentification` | [components.CustomsExporterIdentification](../../models/components/customsexporteridentification.md) | :heavy_minus_sign: | Additional exporter identification that may be required to ship in certain countries | |
+| `exporterReference` | *string* | :heavy_minus_sign: | Exporter reference of an export shipment. | |
+| `importerReference` | *string* | :heavy_minus_sign: | Importer reference of an import shipment. | |
+| `isVatCollected` | *boolean* | :heavy_minus_sign: | Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. | |
+| `invoice` | *string* | :heavy_minus_sign: | Invoice reference of the shipment. | #123123 |
+| `license` | *string* | :heavy_minus_sign: | License reference of the shipment. | |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID #123123 |
+| `notes` | *string* | :heavy_minus_sign: | Additional notes to be included in the customs declaration. | |
+| `addressImporter` | [components.AddressImporter](../../models/components/addressimporter.md) | :heavy_minus_sign: | Object that represents the address of the importer | |
+| `contentsType` | [components.CustomsDeclarationContentsTypeEnum](../../models/components/customsdeclarationcontentstypeenum.md) | :heavy_check_mark: | N/A | MERCHANDISE |
+| `eelPfc` | [components.CustomsDeclarationEelPfcEnum](../../models/components/customsdeclarationeelpfcenum.md) | :heavy_minus_sign: | N/A | NOEEI_30_37_a |
+| `incoterm` | [components.CustomsDeclarationIncotermEnum](../../models/components/customsdeclarationincotermenum.md) | :heavy_minus_sign: | N/A | DDP |
+| `items` | [components.CustomsItemCreateRequest](../../models/components/customsitemcreaterequest.md)[] | :heavy_check_mark: | N/A | |
+| `nonDeliveryOption` | [components.CustomsDeclarationNonDeliveryOptionEnum](../../models/components/customsdeclarationnondeliveryoptionenum.md) | :heavy_check_mark: | N/A | RETURN |
+| `test` | *boolean* | :heavy_minus_sign: | N/A | true |
\ No newline at end of file
diff --git a/docs/models/components/customsdeclarationeelpfcenum.md b/docs/models/components/customsdeclarationeelpfcenum.md
index 20e28399..2fc160a5 100644
--- a/docs/models/components/customsdeclarationeelpfcenum.md
+++ b/docs/models/components/customsdeclarationeelpfcenum.md
@@ -2,7 +2,7 @@
EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most
other shipments from the US, `NOEEI_30_37_a` is applicable.
-Allowed values available here
+Allowed values available [here](/shippoapi/public-api/customs-declaration-eelpfc)
## Example Usage
diff --git a/docs/models/components/customsdeclarationincotermenum.md b/docs/models/components/customsdeclarationincotermenum.md
index 339f4dd9..b53fd1c1 100644
--- a/docs/models/components/customsdeclarationincotermenum.md
+++ b/docs/models/components/customsdeclarationincotermenum.md
@@ -1,9 +1,15 @@
# CustomsDeclarationIncotermEnum
-The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only.
-eDAP is available for DPD UK only. DAP is available for DHL Express and DPD UK.
+The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only.
+eDAP is available for DPD UK only. DAP is available for DHL Express, FedEx, and DPD UK.
If expecting DAP for other carriers, please use DDU.
-Allowed values available here
+Allowed values available [here](/shippoapi/public-api/customs-declaration-incoterm)
+Carrier-specific restrictions are in the table below.
+
+**Carrier-Specific Constraints:**
+| Carrier | Constraints |
+|:---|:---|
+| FedEx | Must be one of DDP, DDU, FCA, DAP |
## Example Usage
diff --git a/docs/models/components/customsdeclarationnondeliveryoptionenum.md b/docs/models/components/customsdeclarationnondeliveryoptionenum.md
index 90158e59..5ce5f294 100644
--- a/docs/models/components/customsdeclarationnondeliveryoptionenum.md
+++ b/docs/models/components/customsdeclarationnondeliveryoptionenum.md
@@ -1,7 +1,7 @@
# CustomsDeclarationNonDeliveryOptionEnum
Indicates how the carrier should proceed in case the shipment can't be delivered.
-Allowed values available here
+Allowed values available [here](/shippoapi/public-api/customs-declaration-non-delivery-option)
## Example Usage
diff --git a/docs/models/components/customsexporteridentification.md b/docs/models/components/customsexporteridentification.md
index 6df9f634..904c7c1a 100644
--- a/docs/models/components/customsexporteridentification.md
+++ b/docs/models/components/customsexporteridentification.md
@@ -18,7 +18,7 @@ let value: CustomsExporterIdentification = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `eoriNumber` | *string* | :heavy_minus_sign: | Economic Operators' Registration and Identification (EORI) number. Must start with a 2 character
country code followed by a 6-17 character alphanumeric identifier (e.g. PL1234567890ABCDE).
More information on EORI. | PL123456790ABCDE |
-| `taxId` | [components.CustomsTaxIdentification](../../models/components/customstaxidentification.md) | :heavy_minus_sign: | Tax identification that may be required to ship in certain countries. Typically used to assess duties on
goods that are crossing a border. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `eoriNumber` | *string* | :heavy_minus_sign: | Economic Operators' Registration and Identification (EORI) number. Must start with a 2 character
country code followed by a 6-17 character alphanumeric identifier (e.g. PL1234567890ABCDE).
[More information on EORI.](https://ec.europa.eu/taxation_customs/business/customs-procedures/general-overview/economic-operators-registration-identification-number-eori_en) | PL123456790ABCDE |
+| `taxId` | [components.CustomsTaxIdentification](../../models/components/customstaxidentification.md) | :heavy_minus_sign: | Tax identification that may be required to ship in certain countries. Typically used to assess duties on
goods that are crossing a border. | |
\ No newline at end of file
diff --git a/docs/models/components/customsitem.md b/docs/models/components/customsitem.md
index e14dad72..25010490 100644
--- a/docs/models/components/customsitem.md
+++ b/docs/models/components/customsitem.md
@@ -32,13 +32,13 @@ let value: CustomsItem = {
| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID "123454" |
| `netWeight` | *string* | :heavy_check_mark: | Total weight of this item, i.e. quantity * weight per item. | 5 |
-| `originCountry` | *string* | :heavy_check_mark: | Country of origin of the item. Example: `US` or `DE`.
All accepted values can be found on the Official ISO Website. | |
+| `originCountry` | *string* | :heavy_check_mark: | Country of origin of the item. Example: `US` or `DE`.
All accepted values can be found on the [Official ISO Website](http://www.iso.org/). | |
| `quantity` | *number* | :heavy_check_mark: | Quantity of this item in the shipment you send. Must be greater than 0. | 20 |
| `skuCode` | *string* | :heavy_minus_sign: | SKU code of the item, which is required by some carriers. | HM-123 |
| `hsCode` | *string* | :heavy_minus_sign: | HS code of the item, which is required by some carriers. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 50 character limit. | 0901.21 |
| `tariffNumber` | *string* | :heavy_minus_sign: | The tariff number of the item. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 12 character limit. | |
| `valueAmount` | *string* | :heavy_check_mark: | Total value of this item, i.e. quantity * value per item. | 200 |
-| `valueCurrency` | *string* | :heavy_check_mark: | Currency used for value_amount. The official ISO 4217
currency codes are used, e.g. `USD` or `EUR`. | USD |
+| `valueCurrency` | *string* | :heavy_check_mark: | Currency used for value_amount. The [official ISO 4217](http://www.xe.com/iso4217.php)
currency codes are used, e.g. `USD` or `EUR`. | USD |
| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of object creation. | 2014-07-17T00:49:20.631Z |
| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given object. | d799c2679e644279b59fe661ac8fa488 |
| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | shippotle@shippo.com |
diff --git a/docs/models/components/customsitemcreaterequest.md b/docs/models/components/customsitemcreaterequest.md
index f4d3ca7d..8a4735f6 100644
--- a/docs/models/components/customsitemcreaterequest.md
+++ b/docs/models/components/customsitemcreaterequest.md
@@ -28,10 +28,10 @@ let value: CustomsItemCreateRequest = {
| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | Order ID "123454" |
| `netWeight` | *string* | :heavy_check_mark: | Total weight of this item, i.e. quantity * weight per item. | 5 |
-| `originCountry` | *string* | :heavy_check_mark: | Country of origin of the item. Example: `US` or `DE`.
All accepted values can be found on the Official ISO Website. | |
+| `originCountry` | *string* | :heavy_check_mark: | Country of origin of the item. Example: `US` or `DE`.
All accepted values can be found on the [Official ISO Website](http://www.iso.org/). | |
| `quantity` | *number* | :heavy_check_mark: | Quantity of this item in the shipment you send. Must be greater than 0. | 20 |
| `skuCode` | *string* | :heavy_minus_sign: | SKU code of the item, which is required by some carriers. | HM-123 |
| `hsCode` | *string* | :heavy_minus_sign: | HS code of the item, which is required by some carriers. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 50 character limit. | 0901.21 |
| `tariffNumber` | *string* | :heavy_minus_sign: | The tariff number of the item. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 12 character limit. | |
| `valueAmount` | *string* | :heavy_check_mark: | Total value of this item, i.e. quantity * value per item. | 200 |
-| `valueCurrency` | *string* | :heavy_check_mark: | Currency used for value_amount. The official ISO 4217
currency codes are used, e.g. `USD` or `EUR`. | USD |
\ No newline at end of file
+| `valueCurrency` | *string* | :heavy_check_mark: | Currency used for value_amount. The [official ISO 4217](http://www.xe.com/iso4217.php)
currency codes are used, e.g. `USD` or `EUR`. | USD |
\ No newline at end of file
diff --git a/docs/models/components/dangerousgoodscode.md b/docs/models/components/dangerousgoodscode.md
index 23a4a20d..7b74760c 100644
--- a/docs/models/components/dangerousgoodscode.md
+++ b/docs/models/components/dangerousgoodscode.md
@@ -1,6 +1,6 @@
# DangerousGoodsCode
-Dangerous Goods Code (DHL eCommerce only). See Category Codes
+Dangerous Goods Code (DHL eCommerce only). See [Category Codes](https://api-legacy.dhlecs.com/docs/v2/appendix.html#dangerous-goods)
## Example Usage
diff --git a/docs/models/components/dangerousgoodsobject.md b/docs/models/components/dangerousgoodsobject.md
index 86fe66fb..ce8a62dc 100644
--- a/docs/models/components/dangerousgoodsobject.md
+++ b/docs/models/components/dangerousgoodsobject.md
@@ -2,7 +2,7 @@
Container for specifying the presence of dangerous materials. This is specific to USPS, and if any contents
are provided, only certain USPS service levels will be eligible. For more information, see our
-guide on hazardous or dangerous materials shipping.
+[guide on hazardous or dangerous materials shipping](https://docs.goshippo.com/docs/shipments/hazmat/).
## Example Usage
diff --git a/docs/models/components/defaultparceltemplate.md b/docs/models/components/defaultparceltemplate.md
index 30f540a8..6ebe94ff 100644
--- a/docs/models/components/defaultparceltemplate.md
+++ b/docs/models/components/defaultparceltemplate.md
@@ -1,5 +1,7 @@
# DefaultParcelTemplate
+Default parcel template
+
## Example Usage
```typescript
diff --git a/docs/models/components/departmentnumber.md b/docs/models/components/departmentnumber.md
index 0226df00..f29d82dc 100644
--- a/docs/models/components/departmentnumber.md
+++ b/docs/models/components/departmentnumber.md
@@ -17,5 +17,5 @@ let value: DepartmentNumber = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for department number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
-| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for department number. Up to 40 characters. | |
+| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for department number. Up to 40 characters.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 characters \| | |
| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 3 |
\ No newline at end of file
diff --git a/docs/models/components/fedexconnectexistingownaccountparameters.md b/docs/models/components/fedexconnectexistingownaccountparameters.md
index 37e9aa52..9a14ce1e 100644
--- a/docs/models/components/fedexconnectexistingownaccountparameters.md
+++ b/docs/models/components/fedexconnectexistingownaccountparameters.md
@@ -13,6 +13,7 @@ Fields also must consider:
```typescript
import { FedExConnectExistingOwnAccountParameters } from "shippo/models/components";
+import { Decimal, RFCDate } from "shippo/types";
let value: FedExConnectExistingOwnAccountParameters = {
firstName: "Alexander",
@@ -23,18 +24,30 @@ let value: FedExConnectExistingOwnAccountParameters = {
fromAddressState: "
`amount`, `content`, and `currency`.
Alternatively, you can choose carrier provided insurance
-by additionally specifying `provider` (UPS, FedEx and OnTrac only).
If you do not want to add insurance
+To add 3rd party insurance powered by [XCover](https://docs.goshippo.com/docs/shipments/shippinginsurance/),
+specify `amount`, `content`, and `currency`. Alternatively, you can choose carrier provided insurance
+by additionally specifying `provider` (UPS, FedEx and OnTrac only).
+
+If you do not want to add insurance
to your shipment, do not set these parameters.
## Example Usage
diff --git a/docs/models/components/invoicenumber.md b/docs/models/components/invoicenumber.md
index e26d9d85..1832a59e 100644
--- a/docs/models/components/invoicenumber.md
+++ b/docs/models/components/invoicenumber.md
@@ -14,8 +14,8 @@ let value: InvoiceNumber = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for invoice number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
-| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for invoice number. Up to 40 characters. If
provided, this will be used on the label instead of shipment.customs_declaration.invoice. | |
-| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 2 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for invoice number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
+| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for invoice number. Up to 40 characters. If
provided, this will be used on the label instead of shipment.customs_declaration.invoice.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 characters \| | |
+| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 2 |
\ No newline at end of file
diff --git a/docs/models/components/labelfiletypeenum.md b/docs/models/components/labelfiletypeenum.md
index c23e3b84..ec490108 100644
--- a/docs/models/components/labelfiletypeenum.md
+++ b/docs/models/components/labelfiletypeenum.md
@@ -1,7 +1,7 @@
# LabelFileTypeEnum
-Print format of the label. If empty, will use the default format set from
-the Shippo dashboard.
+Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
+[the Shippo dashboard.](https://apps.goshippo.com/settings/labels)
## Example Usage
diff --git a/docs/models/components/lineitem.md b/docs/models/components/lineitem.md
index dcc55dcd..bb574c5c 100644
--- a/docs/models/components/lineitem.md
+++ b/docs/models/components/lineitem.md
@@ -1,5 +1,10 @@
# LineItem
+Line Items, and their corresponding abstract Products and Variants, might be exposed as a separate resource
+in the future. Currently it's a nested object within the order resource.
+
+A line item is an individual object in an order. For example, if your order contains a t-shirt, shorts, and a jacket, each item is represented by a line item.
+
## Example Usage
```typescript
@@ -25,7 +30,7 @@ let value: LineItem = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `currency` | *string* | :heavy_minus_sign: | Currency of the total_price amount. | USD |
+| `currency` | *string* | :heavy_minus_sign: | Currency of the `total_price` amount. | USD |
| `manufactureCountry` | *string* | :heavy_minus_sign: | Country the item was manufactured in. In the Shippo dashboard, this value will be used ot pre-fill the customs declaration when creating a label for this order. | US |
| `maxDeliveryTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time this item needs to be delivered by, i.e. by when the carrier delivers it to the buyer.
This value is used by some platforms such as eBay to measure a seller's shipping time and performance.
It will be displayed in the Shippo dashboard. | 2016-07-23T00:00:00Z |
| `maxShipTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time this item needs to be fulfilled by, i.e. by when the shipping label needs to be
created and handed over to the carrier. This value is used by some platforms such as eBay to measure
a seller's handling time and performance. It will be displayed in the Shippo dashboard. | 2016-07-23T00:00:00Z |
@@ -34,6 +39,6 @@ let value: LineItem = {
| `title` | *string* | :heavy_minus_sign: | Title of the line item. | Hippo Magazines |
| `totalPrice` | *string* | :heavy_minus_sign: | Total price paid by the buyer for this item (or these items, if quantity > 1). | 12.1 |
| `variantTitle` | *string* | :heavy_minus_sign: | A variant is a specific variation of an item (e.g. `size M` or `color blue`).
Variants might be exposed as a separate resource in the future too.
Currently the variant title is a free text field describing the variant. | June Edition |
-| `weight` | *string* | :heavy_minus_sign: | Total weight of this/these item(s). Instead of specifying the weight of all items,
you can also set the total_weight value of the order object. | 0.4 |
+| `weight` | *string* | :heavy_minus_sign: | Total weight of this/these item(s). Instead of specifying the weight of all items,
you can also set the `total_weight` value of the order object. | 0.4 |
| `weightUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_minus_sign: | The unit used for weight. | lb |
| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the line item object. | abf7d5675d744b6ea9fdb6f796b28f28 |
\ No newline at end of file
diff --git a/docs/models/components/lineitembase.md b/docs/models/components/lineitembase.md
index 8867d011..a7b57e31 100644
--- a/docs/models/components/lineitembase.md
+++ b/docs/models/components/lineitembase.md
@@ -24,7 +24,7 @@ let value: LineItemBase = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `currency` | *string* | :heavy_minus_sign: | Currency of the total_price amount. | USD |
+| `currency` | *string* | :heavy_minus_sign: | Currency of the `total_price` amount. | USD |
| `manufactureCountry` | *string* | :heavy_minus_sign: | Country the item was manufactured in. In the Shippo dashboard, this value will be used ot pre-fill the customs declaration when creating a label for this order. | US |
| `maxDeliveryTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time this item needs to be delivered by, i.e. by when the carrier delivers it to the buyer.
This value is used by some platforms such as eBay to measure a seller's shipping time and performance.
It will be displayed in the Shippo dashboard. | 2016-07-23T00:00:00Z |
| `maxShipTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time this item needs to be fulfilled by, i.e. by when the shipping label needs to be
created and handed over to the carrier. This value is used by some platforms such as eBay to measure
a seller's handling time and performance. It will be displayed in the Shippo dashboard. | 2016-07-23T00:00:00Z |
@@ -33,5 +33,5 @@ let value: LineItemBase = {
| `title` | *string* | :heavy_minus_sign: | Title of the line item. | Hippo Magazines |
| `totalPrice` | *string* | :heavy_minus_sign: | Total price paid by the buyer for this item (or these items, if quantity > 1). | 12.1 |
| `variantTitle` | *string* | :heavy_minus_sign: | A variant is a specific variation of an item (e.g. `size M` or `color blue`).
Variants might be exposed as a separate resource in the future too.
Currently the variant title is a free text field describing the variant. | June Edition |
-| `weight` | *string* | :heavy_minus_sign: | Total weight of this/these item(s). Instead of specifying the weight of all items,
you can also set the total_weight value of the order object. | 0.4 |
+| `weight` | *string* | :heavy_minus_sign: | Total weight of this/these item(s). Instead of specifying the weight of all items,
you can also set the `total_weight` value of the order object. | 0.4 |
| `weightUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_minus_sign: | The unit used for weight. | lb |
\ No newline at end of file
diff --git a/docs/models/components/liverate.md b/docs/models/components/liverate.md
index 2dcc4abc..1a1c3b24 100644
--- a/docs/models/components/liverate.md
+++ b/docs/models/components/liverate.md
@@ -17,11 +17,11 @@ let value: LiveRate = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `amount` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the sender's country. | 5.5 |
-| `amountLocal` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the recipient's country. | 5.5 |
-| `currency` | *string* | :heavy_minus_sign: | Currency used in the sender's country, refers to `amount`.
The official ISO 4217 currency codes are used, e.g. `USD` or `EUR`. | USD |
-| `currencyLocal` | *string* | :heavy_minus_sign: | Currency used in the recipient's country, refers to `amount_local`.
The official ISO 4217 currency codes are used, e.g. `USD` or "EUR". | USD |
-| `estimatedDays` | *number* | :heavy_minus_sign: | The estimated days in transit of the rate that powers the shipping option, if available. | 2 |
-| `title` | *string* | :heavy_minus_sign: | The name of the service group being returned | Shipping Option 1 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `amount` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the sender's country. | 5.5 |
+| `amountLocal` | *string* | :heavy_minus_sign: | Final Rate price, expressed in the currency used in the recipient's country. | 5.5 |
+| `currency` | *string* | :heavy_minus_sign: | Currency used in the sender's country, refers to `amount`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or `EUR`. | USD |
+| `currencyLocal` | *string* | :heavy_minus_sign: | Currency used in the recipient's country, refers to `amount_local`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or "EUR". | USD |
+| `estimatedDays` | *number* | :heavy_minus_sign: | The estimated days in transit of the rate that powers the shipping option, if available. | 2 |
+| `title` | *string* | :heavy_minus_sign: | The name of the service group being returned | Shipping Option 1 |
\ No newline at end of file
diff --git a/docs/models/components/objectinfo.md b/docs/models/components/objectinfo.md
index 4bfeb731..cca40126 100644
--- a/docs/models/components/objectinfo.md
+++ b/docs/models/components/objectinfo.md
@@ -14,4 +14,5 @@ let value: ObjectInfo = {};
| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
-| `authentication` | [components.Authentication](../../models/components/authentication.md) | :heavy_minus_sign: | N/A |
\ No newline at end of file
+| `authentication` | [components.Authentication](../../models/components/authentication.md) | :heavy_minus_sign: | N/A |
+| `verification` | [components.Verification](../../models/components/verification.md) | :heavy_minus_sign: | N/A |
\ No newline at end of file
diff --git a/docs/models/components/objectresults.md b/docs/models/components/objectresults.md
index 52a5250c..efe39f4e 100644
--- a/docs/models/components/objectresults.md
+++ b/docs/models/components/objectresults.md
@@ -1,6 +1,6 @@
# ObjectResults
-An object containing the following counts:
`creation_succeeded`
`creation_failed`
`purchase_succeeded`
`purchase_failed`
+An object containing the following counts: `creation_succeeded`, `creation_failed`, `purchase_succeeded`, `purchase_failed`
## Example Usage
diff --git a/docs/models/components/order.md b/docs/models/components/order.md
index 3118ccd4..9f8c5052 100644
--- a/docs/models/components/order.md
+++ b/docs/models/components/order.md
@@ -109,25 +109,25 @@ let value: Order = {
## Fields
-| Field | Type | Required | Description | Example |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `currency` | *string* | :heavy_minus_sign: | **Required if total_price is provided**
Currency of the total_price and total_tax amounts. | USD |
-| `notes` | *string* | :heavy_minus_sign: | Custom buyer- or seller-provided notes about the order. | This customer is a VIP |
-| `orderNumber` | *string* | :heavy_minus_sign: | An alphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique. | #1068 |
-| `orderStatus` | [components.OrderStatusEnum](../../models/components/orderstatusenum.md) | :heavy_minus_sign: | Current state of the order. See the orders tutorial
for the logic of how the status is handled. | PAID |
-| `placedAt` | *string* | :heavy_check_mark: | Date and time when the order was placed. This datetime can be different from the datetime of the order object creation on Shippo. | 2016-09-23T01:28:12Z |
-| `shippingCost` | *string* | :heavy_minus_sign: | Amount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping. | 12.83 |
-| `shippingCostCurrency` | *string* | :heavy_minus_sign: | **Required if shipping_cost is provided**
Currency of the shipping_cost amount. | USD |
-| `shippingMethod` | *string* | :heavy_minus_sign: | Shipping method (carrier + service or other free text description) chosen by the buyer.
This value can be different from the shipping method the seller will actually choose. | USPS First Class Package |
-| `subtotalPrice` | *string* | :heavy_minus_sign: | N/A | 12.1 |
-| `totalPrice` | *string* | :heavy_minus_sign: | Total amount paid by the buyer for this order. | 24.93 |
-| `totalTax` | *string* | :heavy_minus_sign: | Total tax amount paid by the buyer for this order. | 0.0 |
-| `weight` | *string* | :heavy_minus_sign: | Total weight of the order. | 0.4 |
-| `weightUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_minus_sign: | The unit used for weight. | lb |
-| `fromAddress` | [components.Address](../../models/components/address.md) | :heavy_minus_sign: | Address object of the sender / seller. Will be returned expanded by default. | |
-| `toAddress` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | Address object of the recipient / buyer. Will be returned expanded by default. | |
-| `lineItems` | [components.LineItem](../../models/components/lineitem.md)[] | :heavy_minus_sign: | Array of line item objects representing the items in this order.
All objects will be returned expanded by default. | |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the order object. | adcfdddf8ec64b84ad22772bce3ea37a |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | shippotle@shippo.com |
-| `shopApp` | [components.OrderShopAppEnum](../../models/components/ordershopappenum.md) | :heavy_minus_sign: | Platform the order was created on and, if applicable, imported from.
Orders created via the Shippo API or dashboard will have the value "Shippo". | Shippo |
-| `transactions` | [components.Transactions](../../models/components/transactions.md)[] | :heavy_minus_sign: | Array of transaction objects representing all shipping labels purchased for this order.
All objects are returned expanded with a limited number of fields by default. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `currency` | *string* | :heavy_minus_sign: | **Required if total_price is provided**
Currency of the `total_price` and `total_tax` amounts. | USD |
+| `notes` | *string* | :heavy_minus_sign: | Custom buyer- or seller-provided notes about the order. | This customer is a VIP |
+| `orderNumber` | *string* | :heavy_minus_sign: | An alphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique. | #1068 |
+| `orderStatus` | [components.OrderStatusEnum](../../models/components/orderstatusenum.md) | :heavy_minus_sign: | Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
for the logic of how the status is handled. | PAID |
+| `placedAt` | *string* | :heavy_check_mark: | Date and time when the order was placed. This datetime can be different from the datetime of the order object creation on Shippo. | 2016-09-23T01:28:12Z |
+| `shippingCost` | *string* | :heavy_minus_sign: | Amount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping. | 12.83 |
+| `shippingCostCurrency` | *string* | :heavy_minus_sign: | **Required if shipping_cost is provided**
Currency of the `shipping_cost` amount. | USD |
+| `shippingMethod` | *string* | :heavy_minus_sign: | Shipping method (carrier + service or other free text description) chosen by the buyer.
This value can be different from the shipping method the seller will actually choose. | USPS First Class Package |
+| `subtotalPrice` | *string* | :heavy_minus_sign: | N/A | 12.1 |
+| `totalPrice` | *string* | :heavy_minus_sign: | Total amount paid by the buyer for this order. | 24.93 |
+| `totalTax` | *string* | :heavy_minus_sign: | Total tax amount paid by the buyer for this order. | 0.0 |
+| `weight` | *string* | :heavy_minus_sign: | Total weight of the order. | 0.4 |
+| `weightUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_minus_sign: | The unit used for weight. | lb |
+| `fromAddress` | [components.Address](../../models/components/address.md) | :heavy_minus_sign: | [Address](/shippoapi/public-api/addresses) object of the sender / seller. Will be returned expanded by default. | |
+| `toAddress` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | [Address](/shippoapi/public-api/addresses) object of the recipient / buyer. Will be returned expanded by default. | |
+| `lineItems` | [components.LineItem](../../models/components/lineitem.md)[] | :heavy_minus_sign: | Array of [line item](/shippoapi/public-api/orders/lineitem) objects representing the items in this order.
All objects will be returned expanded by default. | |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the order object. | adcfdddf8ec64b84ad22772bce3ea37a |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the object. | shippotle@shippo.com |
+| `shopApp` | [components.OrderShopAppEnum](../../models/components/ordershopappenum.md) | :heavy_minus_sign: | Platform the order was created on and, if applicable, imported from.
Orders created via the Shippo API or dashboard will have the value "Shippo". | Shippo |
+| `transactions` | [components.Transactions](../../models/components/transactions.md)[] | :heavy_minus_sign: | Array of [transaction](/shippoapi/public-api/transactions) objects representing all shipping labels purchased for this order.
All objects are returned expanded with a limited number of fields by default. | |
\ No newline at end of file
diff --git a/docs/models/components/ordercreaterequest.md b/docs/models/components/ordercreaterequest.md
index 51d356b2..41e98a99 100644
--- a/docs/models/components/ordercreaterequest.md
+++ b/docs/models/components/ordercreaterequest.md
@@ -73,19 +73,19 @@ let value: OrderCreateRequest = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `currency` | *string* | :heavy_minus_sign: | **Required if total_price is provided**
Currency of the total_price and total_tax amounts. | USD |
+| `currency` | *string* | :heavy_minus_sign: | **Required if total_price is provided**
Currency of the `total_price` and `total_tax` amounts. | USD |
| `notes` | *string* | :heavy_minus_sign: | Custom buyer- or seller-provided notes about the order. | This customer is a VIP |
| `orderNumber` | *string* | :heavy_minus_sign: | An alphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique. | #1068 |
-| `orderStatus` | [components.OrderStatusEnum](../../models/components/orderstatusenum.md) | :heavy_minus_sign: | Current state of the order. See the orders tutorial
for the logic of how the status is handled. | PAID |
+| `orderStatus` | [components.OrderStatusEnum](../../models/components/orderstatusenum.md) | :heavy_minus_sign: | Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
for the logic of how the status is handled. | PAID |
| `placedAt` | *string* | :heavy_check_mark: | Date and time when the order was placed. This datetime can be different from the datetime of the order object creation on Shippo. | 2016-09-23T01:28:12Z |
| `shippingCost` | *string* | :heavy_minus_sign: | Amount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping. | 12.83 |
-| `shippingCostCurrency` | *string* | :heavy_minus_sign: | **Required if shipping_cost is provided**
Currency of the shipping_cost amount. | USD |
+| `shippingCostCurrency` | *string* | :heavy_minus_sign: | **Required if shipping_cost is provided**
Currency of the `shipping_cost` amount. | USD |
| `shippingMethod` | *string* | :heavy_minus_sign: | Shipping method (carrier + service or other free text description) chosen by the buyer.
This value can be different from the shipping method the seller will actually choose. | USPS First Class Package |
| `subtotalPrice` | *string* | :heavy_minus_sign: | N/A | 12.1 |
| `totalPrice` | *string* | :heavy_minus_sign: | Total amount paid by the buyer for this order. | 24.93 |
| `totalTax` | *string* | :heavy_minus_sign: | Total tax amount paid by the buyer for this order. | 0.0 |
| `weight` | *string* | :heavy_minus_sign: | Total weight of the order. | 0.4 |
| `weightUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_minus_sign: | The unit used for weight. | lb |
-| `fromAddress` | [components.AddressCreateRequest](../../models/components/addresscreaterequest.md) | :heavy_minus_sign: | Address object of the sender / seller. Will be returned expanded by default.. | |
-| `toAddress` | [components.AddressCreateRequest](../../models/components/addresscreaterequest.md) | :heavy_check_mark: | Address object of the recipient / buyer. Will be returned expanded by default. | |
-| `lineItems` | [components.LineItemBase](../../models/components/lineitembase.md)[] | :heavy_minus_sign: | Array of line item objects representing the items in this order.
All objects will be returned expanded by default. | |
\ No newline at end of file
+| `fromAddress` | [components.AddressCreateRequest](../../models/components/addresscreaterequest.md) | :heavy_minus_sign: | [Address](/shippoapi/public-api/addresses) object of the sender / seller. Will be returned expanded by default.. | |
+| `toAddress` | [components.AddressCreateRequest](../../models/components/addresscreaterequest.md) | :heavy_check_mark: | [Address](/shippoapi/public-api/addresses) object of the recipient / buyer. Will be returned expanded by default. | |
+| `lineItems` | [components.LineItemBase](../../models/components/lineitembase.md)[] | :heavy_minus_sign: | Array of [line item](/shippoapi/public-api/orders/lineitem) objects representing the items in this order.
All objects will be returned expanded by default. | |
\ No newline at end of file
diff --git a/docs/models/components/orderstatusenum.md b/docs/models/components/orderstatusenum.md
index 55a45470..2bf77fe5 100644
--- a/docs/models/components/orderstatusenum.md
+++ b/docs/models/components/orderstatusenum.md
@@ -1,6 +1,6 @@
# OrderStatusEnum
-Current state of the order. See the orders tutorial
+Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
for the logic of how the status is handled.
## Example Usage
diff --git a/docs/models/components/parameterst.md b/docs/models/components/parameterst.md
index 95b14e44..3697f30c 100644
--- a/docs/models/components/parameterst.md
+++ b/docs/models/components/parameterst.md
@@ -25,6 +25,11 @@ const value: components.FedExConnectExistingOwnAccountParameters = {
fromAddressState: "
See the Parcel Extra table below for all available services. | |
+| `extra` | [components.ParcelExtra](../../models/components/parcelextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
The following values are supported for the `extra` field of the parcel object. | |
| `metadata` | *string* | :heavy_minus_sign: | N/A | Customer ID 123456 |
| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
| `weight` | *string* | :heavy_check_mark: | Weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
diff --git a/docs/models/components/parcelcreatefromtemplaterequest.md b/docs/models/components/parcelcreatefromtemplaterequest.md
index 87283656..134a4675 100644
--- a/docs/models/components/parcelcreatefromtemplaterequest.md
+++ b/docs/models/components/parcelcreatefromtemplaterequest.md
@@ -28,10 +28,10 @@ let value: ParcelCreateFromTemplateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `extra` | [components.ParcelExtra](../../models/components/parcelextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
See the Parcel Extra table below for all available services. | |
-| `metadata` | *string* | :heavy_minus_sign: | N/A | Customer ID 123456 |
-| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
-| `weight` | *string* | :heavy_check_mark: | Weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
-| `template` | *components.ParcelTemplateEnumSet* | :heavy_check_mark: | If template is passed, `length`, `width`, `height`, and `distance_unit` are not required | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `extra` | [components.ParcelExtra](../../models/components/parcelextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
The following values are supported for the `extra` field of the parcel object. | |
+| `metadata` | *string* | :heavy_minus_sign: | N/A | Customer ID 123456 |
+| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
+| `weight` | *string* | :heavy_check_mark: | Weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
+| `template` | *components.ParcelTemplateEnumSet* | :heavy_check_mark: | If template is passed, `length`, `width`, `height`, and `distance_unit` are not required | |
\ No newline at end of file
diff --git a/docs/models/components/parcelcreaterequest.md b/docs/models/components/parcelcreaterequest.md
index c6e8350d..74594dd1 100644
--- a/docs/models/components/parcelcreaterequest.md
+++ b/docs/models/components/parcelcreaterequest.md
@@ -31,13 +31,13 @@ let value: ParcelCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `extra` | [components.ParcelExtra](../../models/components/parcelextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
See the Parcel Extra table below for all available services. | |
-| `metadata` | *string* | :heavy_minus_sign: | N/A | Customer ID 123456 |
-| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
-| `weight` | *string* | :heavy_check_mark: | Weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
-| `distanceUnit` | [components.DistanceUnitEnum](../../models/components/distanceunitenum.md) | :heavy_check_mark: | The measure unit used for length, width and height. | in |
-| `height` | *string* | :heavy_check_mark: | Height of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
-| `length` | *string* | :heavy_check_mark: | Length of the Parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
-| `width` | *string* | :heavy_check_mark: | Width of the Parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `extra` | [components.ParcelExtra](../../models/components/parcelextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
The following values are supported for the `extra` field of the parcel object. | |
+| `metadata` | *string* | :heavy_minus_sign: | N/A | Customer ID 123456 |
+| `massUnit` | [components.WeightUnitEnum](../../models/components/weightunitenum.md) | :heavy_check_mark: | The unit used for weight. | lb |
+| `weight` | *string* | :heavy_check_mark: | Weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
+| `distanceUnit` | [components.DistanceUnitEnum](../../models/components/distanceunitenum.md) | :heavy_check_mark: | The measure unit used for length, width and height. | in |
+| `height` | *string* | :heavy_check_mark: | Height of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
+| `length` | *string* | :heavy_check_mark: | Length of the Parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
+| `width` | *string* | :heavy_check_mark: | Width of the Parcel. Up to six digits in front and four digits after the decimal separator are accepted. | 1 |
\ No newline at end of file
diff --git a/docs/models/components/parcelextra.md b/docs/models/components/parcelextra.md
index 3260a0a4..cc010890 100644
--- a/docs/models/components/parcelextra.md
+++ b/docs/models/components/parcelextra.md
@@ -1,7 +1,7 @@
# ParcelExtra
-An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
-See the Parcel Extra table below for all available services.
+An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
+The following values are supported for the `extra` field of the parcel object.
## Example Usage
@@ -25,9 +25,9 @@ let value: ParcelExtra = {
## Fields
-| Field | Type | Required | Description |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `cod` | [components.Cod](../../models/components/cod.md) | :heavy_minus_sign: | Specify collection on delivery details (UPS only). |
-| `insurance` | [components.ParcelInsurance](../../models/components/parcelinsurance.md) | :heavy_minus_sign: | To add insurance to your parcel, specify `amount`, `content` and `currency`.
If you do not want to add insurance to you parcel, do not set these parameters. |
-| `reference1` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters. |
-| `reference2` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters. |
\ No newline at end of file
+| Field | Type | Required | Description |
+| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `cod` | [components.Cod](../../models/components/cod.md) | :heavy_minus_sign: | Specify collection on delivery details (UPS only). |
+| `insurance` | [components.ParcelInsurance](../../models/components/parcelinsurance.md) | :heavy_minus_sign: | To add insurance to your parcel, specify `amount`, `content` and `currency`. If you do not want to add insurance to your parcel, do not set these parameters. |
+| `reference1` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 40 characters (Express services); Max 30 characters (Ground services) \| |
+| `reference2` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 characters \| |
\ No newline at end of file
diff --git a/docs/models/components/parcelinsurance.md b/docs/models/components/parcelinsurance.md
index a22888cd..228604aa 100644
--- a/docs/models/components/parcelinsurance.md
+++ b/docs/models/components/parcelinsurance.md
@@ -1,6 +1,6 @@
# ParcelInsurance
-To add insurance to your parcel, specify `amount`, `content` and `currency`.
If you do not want to add insurance to you parcel, do not set these parameters.
+To add insurance to your parcel, specify `amount`, `content` and `currency`. If you do not want to add insurance to your parcel, do not set these parameters.
## Example Usage
diff --git a/docs/models/components/parceltemplatefedexenum.md b/docs/models/components/parceltemplatefedexenum.md
index 4cc23b9f..ba27591a 100644
--- a/docs/models/components/parceltemplatefedexenum.md
+++ b/docs/models/components/parceltemplatefedexenum.md
@@ -11,7 +11,7 @@
| FedEx_Box_Medium_1 | FedEx® Medium Box (M1) | 13.25 x 11.50 x 2.38 in|
| FedEx_Box_Medium_2 | FedEx® Medium Box (M2) | 11.25 x 8.75 x 4.38 in|
| FedEx_Box_Small_1 | FedEx® Small Box (S1) | 12.38 x 10.88 x 1.50 in|
-| FedEx_Box_Small_2 | FedEx® Small Box (S2) | 11.25 x 8.75 x 4.38 in|
+| FedEx_Box_Small_2 | FedEx® Small Box (S2) | 11.25 x 8.75 x 2.38 in|
| FedEx_Envelope | FedEx® Envelope | 12.50 x 9.50 x 0.80 in|
| FedEx_Padded_Pak | FedEx® Padded Pak | 11.75 x 14.75 x 2.00 in|
| FedEx_Pak_1 | FedEx® Large Pak | 15.50 x 12.00 x 0.80 in|
diff --git a/docs/models/components/paymentmethod.md b/docs/models/components/paymentmethod.md
index 7281a658..4a97898e 100644
--- a/docs/models/components/paymentmethod.md
+++ b/docs/models/components/paymentmethod.md
@@ -1,7 +1,7 @@
# PaymentMethod
Secured funds include money orders, certified cheques and others (see
-UPS for details).
+[UPS](https://www.ups.com/content/us/en/shipping/time/service/value_added/cod.html) for details).
If no payment_method inputted the value defaults to "ANY".)
## Example Usage
diff --git a/docs/models/components/pickup.md b/docs/models/components/pickup.md
index bb04a4cc..29c3e9ef 100644
--- a/docs/models/components/pickup.md
+++ b/docs/models/components/pickup.md
@@ -47,7 +47,7 @@ let value: Pickup = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `carrierAccount` | *string* | :heavy_check_mark: | The object ID of your USPS or DHL Express carrier account.
You can retrieve this from your Rate requests or our Carrier Accounts endpoint. | adcfdddf8ec64b84ad22772bce3ea37a |
+| `carrierAccount` | *string* | :heavy_check_mark: | The object ID of your USPS or DHL Express carrier account.
You can retrieve this from your Rate requests or our [Carrier Accounts](/shippoapi/public-api/carrier-accounts) endpoint. | adcfdddf8ec64b84ad22772bce3ea37a |
| `location` | [components.Location](../../models/components/location.md) | :heavy_check_mark: | Location where the parcel(s) will be picked up. | |
| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | |
| `requestedEndTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The latest that you requested your parcels to be available for pickup.
Expressed in the timezone specified in the response. | |
diff --git a/docs/models/components/pickupbase.md b/docs/models/components/pickupbase.md
index 71e9e421..579186e1 100644
--- a/docs/models/components/pickupbase.md
+++ b/docs/models/components/pickupbase.md
@@ -38,11 +38,11 @@ let value: PickupBase = {
## Fields
-| Field | Type | Required | Description | Example |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `carrierAccount` | *string* | :heavy_check_mark: | The object ID of your USPS or DHL Express carrier account.
You can retrieve this from your Rate requests or our Carrier Accounts endpoint. | adcfdddf8ec64b84ad22772bce3ea37a |
-| `location` | [components.Location](../../models/components/location.md) | :heavy_check_mark: | Location where the parcel(s) will be picked up. | |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | |
-| `requestedEndTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The latest that you requested your parcels to be available for pickup.
Expressed in the timezone specified in the response. | |
-| `requestedStartTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The earliest that you requested your parcels to be ready for pickup.
Expressed in the timezone specified in the response. | |
-| `transactions` | *string*[] | :heavy_check_mark: | The transaction(s) object ID(s) for the parcel(s) that need to be picked up. | [
"adcfdddf8ec64b84ad22772bce3ea37a"
] |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `carrierAccount` | *string* | :heavy_check_mark: | The object ID of your USPS or DHL Express carrier account.
You can retrieve this from your Rate requests or our [Carrier Accounts](/shippoapi/public-api/carrier-accounts) endpoint. | adcfdddf8ec64b84ad22772bce3ea37a |
+| `location` | [components.Location](../../models/components/location.md) | :heavy_check_mark: | Location where the parcel(s) will be picked up. | |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you
want to attach to the object. | |
+| `requestedEndTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The latest that you requested your parcels to be available for pickup.
Expressed in the timezone specified in the response. | |
+| `requestedStartTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The earliest that you requested your parcels to be ready for pickup.
Expressed in the timezone specified in the response. | |
+| `transactions` | *string*[] | :heavy_check_mark: | The transaction(s) object ID(s) for the parcel(s) that need to be picked up. | [
"adcfdddf8ec64b84ad22772bce3ea37a"
] |
\ No newline at end of file
diff --git a/docs/models/components/policy.md b/docs/models/components/policy.md
new file mode 100644
index 00000000..a72581c1
--- /dev/null
+++ b/docs/models/components/policy.md
@@ -0,0 +1,17 @@
+# Policy
+
+Policy to indicate if the Account needs multi-factor verification.
+
+## Example Usage
+
+```typescript
+import { Policy } from "shippo/models/components";
+
+let value: Policy = "not-required";
+```
+
+## Values
+
+```typescript
+"required" | "not-required"
+```
\ No newline at end of file
diff --git a/docs/models/components/ponumber.md b/docs/models/components/ponumber.md
index a024ea71..3725604b 100644
--- a/docs/models/components/ponumber.md
+++ b/docs/models/components/ponumber.md
@@ -14,8 +14,8 @@ let value: PoNumber = {
## Fields
-| Field | Type | Required | Description | Example |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for PO number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
-| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for PO number. Up to 40 characters. If
this is provided, reference_2 will be ignored. | |
-| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 2 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for PO number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
+| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for PO number. Up to 40 characters. If
this is provided, reference_2 will be ignored.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 characters \| | |
+| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 2 |
\ No newline at end of file
diff --git a/docs/models/components/rate.md b/docs/models/components/rate.md
index 43b3f581..b321d011 100644
--- a/docs/models/components/rate.md
+++ b/docs/models/components/rate.md
@@ -48,8 +48,8 @@ let value: Rate = {
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `amount` | *string* | :heavy_check_mark: | Final Rate price, expressed in the currency used in the sender's country. | 5.5 |
| `amountLocal` | *string* | :heavy_check_mark: | Final Rate price, expressed in the currency used in the recipient's country. | 5.5 |
-| `currency` | *string* | :heavy_check_mark: | Currency used in the sender's country, refers to `amount`.
The official ISO 4217 currency codes are used, e.g. `USD` or `EUR`. | USD |
-| `currencyLocal` | *string* | :heavy_check_mark: | Currency used in the recipient's country, refers to `amount_local`.
The official ISO 4217 currency codes are used, e.g. `USD` or "EUR". | USD |
+| `currency` | *string* | :heavy_check_mark: | Currency used in the sender's country, refers to `amount`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or `EUR`. | USD |
+| `currencyLocal` | *string* | :heavy_check_mark: | Currency used in the recipient's country, refers to `amount_local`.
The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or "EUR". | USD |
| `arrivesBy` | *string* | :heavy_minus_sign: | Predicted time the carrier will deliver the package in the destination's local time zone. In the format `HH:MM:SS`. | 08:30:00 |
| `attributes` | [components.Attributes](../../models/components/attributes.md)[] | :heavy_check_mark: | An array containing specific attributes of this Rate in context of the entire shipment.
Attributes can be assigned `CHEAPEST`, `FASTEST`, or `BESTVALUE`. | |
| `carrierAccount` | *string* | :heavy_check_mark: | Object ID of the carrier account that has been used to retrieve the rate. | 078870331023437cb917f5187429b093 |
diff --git a/docs/models/components/refund.md b/docs/models/components/refund.md
index 9957e287..0b505709 100644
--- a/docs/models/components/refund.md
+++ b/docs/models/components/refund.md
@@ -1,5 +1,7 @@
# Refund
+Refund
+
## Example Usage
```typescript
diff --git a/docs/models/components/rmanumber.md b/docs/models/components/rmanumber.md
index db42813f..eb0549ed 100644
--- a/docs/models/components/rmanumber.md
+++ b/docs/models/components/rmanumber.md
@@ -17,5 +17,5 @@ let value: RmaNumber = {
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `prefix` | *string* | :heavy_minus_sign: | Custom prefix for RMA number field (ZPL labels only). Up to 11 characters, including trailing
spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include
this property. | |
-| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for RMA number. Up to 40 characters. | |
+| `value` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label for RMA number. Up to 40 characters.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 20 characters \| | |
| `refSort` | *number* | :heavy_minus_sign: | Order UPS reference fields are printed on ZPL labels. For UPS shipments, if you choose to set `ref_sort` for one reference, you must set `ref_sort` for all other supported UPS references using unique integers. | 1 |
\ No newline at end of file
diff --git a/docs/models/components/servicegroup.md b/docs/models/components/servicegroup.md
index 751ee464..d77b6e52 100644
--- a/docs/models/components/servicegroup.md
+++ b/docs/models/components/servicegroup.md
@@ -27,16 +27,16 @@ let value: ServiceGroup = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
-| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
-| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
-| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
-| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
-| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
`LIVE_RATE` - Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
`FLAT_RATE` - Returns a shipping option with the specified flat rate amount.
`FREE_SHIPPING` - Returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
-| `objectId` | *string* | :heavy_check_mark: | The unique identifier of the given Service Group object. | 80feb1633d4a43c898f005850 |
-| `isActive` | *boolean* | :heavy_minus_sign: | True if the service group is enabled, false otherwise. | true |
-| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
+| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
+| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
+| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
+| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
+| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
- `LIVE_RATE`: Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
- `FLAT_RATE`: returns a shipping option with the specified flat rate amount.
- `FREE_SHIPPING`: returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
+| `objectId` | *string* | :heavy_check_mark: | The unique identifier of the given Service Group object. | 80feb1633d4a43c898f005850 |
+| `isActive` | *boolean* | :heavy_minus_sign: | True if the service group is enabled, false otherwise. | true |
+| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/servicegroupaccountandservicelevel.md b/docs/models/components/servicegroupaccountandservicelevel.md
index 24fca047..fc826ec8 100644
--- a/docs/models/components/servicegroupaccountandservicelevel.md
+++ b/docs/models/components/servicegroupaccountandservicelevel.md
@@ -13,7 +13,7 @@ let value: ServiceGroupAccountAndServiceLevel = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
-| `accountObjectId` | *string* | :heavy_minus_sign: | ID of a Carrier Account object | 80feb1633d4a43c898f0058506cfd82d |
-| `serviceLevelToken` | *string* | :heavy_minus_sign: | Service level token, e.g. `usps_priority` or `fedex_ground`.
See Service Levels. | ups_next_day_air_saver |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
+| `accountObjectId` | *string* | :heavy_minus_sign: | ID of a Carrier Account object | 80feb1633d4a43c898f0058506cfd82d |
+| `serviceLevelToken` | *string* | :heavy_minus_sign: | Service level token, e.g. `usps_priority` or `fedex_ground`.
See [Service Levels](/shippoapi/public-api/service-levels). | ups_next_day_air_saver |
\ No newline at end of file
diff --git a/docs/models/components/servicegroupcreaterequest.md b/docs/models/components/servicegroupcreaterequest.md
index 075a3b27..7653823e 100644
--- a/docs/models/components/servicegroupcreaterequest.md
+++ b/docs/models/components/servicegroupcreaterequest.md
@@ -25,14 +25,14 @@ let value: ServiceGroupCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
-| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
-| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
-| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
-| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
-| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
`LIVE_RATE` - Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
`FLAT_RATE` - Returns a shipping option with the specified flat rate amount.
`FREE_SHIPPING` - Returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
-| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
+| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
+| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
+| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
+| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
+| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
- `LIVE_RATE`: Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
- `FLAT_RATE`: returns a shipping option with the specified flat rate amount.
- `FREE_SHIPPING`: returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
+| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/servicegrouptypeenum.md b/docs/models/components/servicegrouptypeenum.md
index ae977e0f..a71c106b 100644
--- a/docs/models/components/servicegrouptypeenum.md
+++ b/docs/models/components/servicegrouptypeenum.md
@@ -1,9 +1,10 @@
# ServiceGroupTypeEnum
-The type of the service group.
-`LIVE_RATE` - Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
-`FLAT_RATE` - Returns a shipping option with the specified flat rate amount.
-`FREE_SHIPPING` - Returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min`
+The type of the service group.
+
+- `LIVE_RATE`: Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
+- `FLAT_RATE`: returns a shipping option with the specified flat rate amount.
+- `FREE_SHIPPING`: returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min`
## Example Usage
diff --git a/docs/models/components/servicegroupupdaterequest.md b/docs/models/components/servicegroupupdaterequest.md
index 11af31ee..4d11c989 100644
--- a/docs/models/components/servicegroupupdaterequest.md
+++ b/docs/models/components/servicegroupupdaterequest.md
@@ -22,16 +22,16 @@ let value: ServiceGroupUpdateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
-| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
-| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
-| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
-| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
-| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
-| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
`LIVE_RATE` - Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
`FLAT_RATE` - Returns a shipping option with the specified flat rate amount.
`FREE_SHIPPING` - Returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
-| `objectId` | *string* | :heavy_check_mark: | The unique identifier of the given Service Group object. | 80feb1633d4a43c898f005850 |
-| `isActive` | *boolean* | :heavy_check_mark: | True if the service group is enabled, false otherwise. | true |
-| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `description` | *string* | :heavy_check_mark: | Description for the service group | USPS shipping options |
+| `flatRate` | *string* | :heavy_minus_sign: | String representation of an amount to be returned as the flat rate
if 1. The service group is of type `LIVE_RATE` and no matching rates
were found; or 2. The service group is of type `FLAT_RATE`. Either
integers or decimals are accepted. Required unless type is
`FREE_SHIPPING` | 5 |
+| `flatRateCurrency` | *string* | :heavy_minus_sign: | required unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdCurrency` | *string* | :heavy_minus_sign: | optional unless type is `FREE_SHIPPING`. (ISO 4217 currency) | USD |
+| `freeShippingThresholdMin` | *string* | :heavy_minus_sign: | For service groups of type `FREE_SHIPPING`, this field must be required to configure the minimum
cart total (total cost of items in the cart) for this service group to be returned for rates at
checkout. Optional unless type is `FREE_SHIPPING` | 5 |
+| `name` | *string* | :heavy_check_mark: | Name for the service group that will be shown to customers in the response | USPS Shipping |
+| `rateAdjustment` | *number* | :heavy_minus_sign: | The amount in percent (%) that the service group's returned rate should be adjusted. For example, if this field is set to 5 and the matched rate price is $5.00, the returned value of the service group will be $5.25. Negative integers are also accepted and will discount the rate price by the defined percentage amount. | 15 |
+| `type` | [components.ServiceGroupTypeEnum](../../models/components/servicegrouptypeenum.md) | :heavy_check_mark: | The type of the service group.
- `LIVE_RATE`: Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
- `FLAT_RATE`: returns a shipping option with the specified flat rate amount.
- `FREE_SHIPPING`: returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by `free_shipping_threshold_min` | FLAT_RATE |
+| `objectId` | *string* | :heavy_check_mark: | The unique identifier of the given Service Group object. | 80feb1633d4a43c898f005850 |
+| `isActive` | *boolean* | :heavy_check_mark: | True if the service group is enabled, false otherwise. | true |
+| `serviceLevels` | [components.ServiceGroupAccountAndServiceLevel](../../models/components/servicegroupaccountandservicelevel.md)[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/servicelevel.md b/docs/models/components/servicelevel.md
index ccac4bdd..e63aed77 100644
--- a/docs/models/components/servicelevel.md
+++ b/docs/models/components/servicelevel.md
@@ -22,5 +22,5 @@ let value: ServiceLevel = {
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | *string* | :heavy_minus_sign: | Name of the Rate's servicelevel, e.g. `International Priority` or `Standard Post`.
A servicelevel commonly defines the transit time of a Shipment (e.g., Express vs. Standard), along with other properties.
These names vary depending on the provider. | Priority Mail Express |
| `terms` | *string* | :heavy_minus_sign: | Further clarification of the service. | |
-| `token` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See servicelevels. | usps_priority_express |
+| `token` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See [servicelevels](/shippoapi/public-api/service-levels). | usps_priority_express |
| `extendedToken` | *string* | :heavy_minus_sign: | Unique, extended version of the Service Level "token".
Guaranteed to be unique across all Service Levels, and may help offer insight into the specific Service Level it describes. | |
\ No newline at end of file
diff --git a/docs/models/components/servicelevelcdlenum.md b/docs/models/components/servicelevelcdlenum.md
deleted file mode 100644
index 4193171b..00000000
--- a/docs/models/components/servicelevelcdlenum.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# ServiceLevelCDLEnum
-
-|Token | Service name|
-|:---|:---|
-| cdl_next_day | Next Day|
-
-
-## Example Usage
-
-```typescript
-import { ServiceLevelCDLEnum } from "shippo/models/components";
-
-let value: ServiceLevelCDLEnum = "cdl_next_day";
-```
-
-## Values
-
-```typescript
-"cdl_next_day"
-```
\ No newline at end of file
diff --git a/docs/models/components/servicelevelenumset.md b/docs/models/components/servicelevelenumset.md
index aedbfb88..e9b848f1 100644
--- a/docs/models/components/servicelevelenumset.md
+++ b/docs/models/components/servicelevelenumset.md
@@ -66,12 +66,6 @@ const value: components.ServiceLevelBetterTrucksEnum = "better_trucks_same_day";
const value: components.ServiceLevelCanadaPostEnum = "canada_post_xpresspost";
```
-### `components.ServiceLevelCDLEnum`
-
-```typescript
-const value: components.ServiceLevelCDLEnum = "cdl_next_day";
-```
-
### `components.ServiceLevelChronopostEnum`
```typescript
diff --git a/docs/models/components/servicelevelwithparent.md b/docs/models/components/servicelevelwithparent.md
index 713b1f7c..7e9f638a 100644
--- a/docs/models/components/servicelevelwithparent.md
+++ b/docs/models/components/servicelevelwithparent.md
@@ -23,6 +23,6 @@ let value: ServiceLevelWithParent = {
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | *string* | :heavy_minus_sign: | Name of the Rate's servicelevel, e.g. `International Priority` or `Standard Post`.
A servicelevel commonly defines the transit time of a Shipment (e.g., Express vs. Standard), along with other properties.
These names vary depending on the provider. | Priority Mail Express |
| `terms` | *string* | :heavy_minus_sign: | Further clarification of the service. | |
-| `token` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See servicelevels. | usps_priority_express |
+| `token` | *string* | :heavy_minus_sign: | Token of the Rate's servicelevel, e.g. `usps_priority` or `fedex_ground`.
See [servicelevels](/shippoapi/public-api/service-levels). | usps_priority_express |
| `extendedToken` | *string* | :heavy_minus_sign: | Unique, extended version of the Service Level "token".
Guaranteed to be unique across all Service Levels, and may help offer insight into the specific Service Level it describes. | |
| `parentServicelevel` | [components.ServiceLevel](../../models/components/servicelevel.md) | :heavy_minus_sign: | N/A | |
\ No newline at end of file
diff --git a/docs/models/components/shipment.md b/docs/models/components/shipment.md
index 3b45452c..67216718 100644
--- a/docs/models/components/shipment.md
+++ b/docs/models/components/shipment.md
@@ -269,9 +269,9 @@ let value: Shipment = {
| `extra` | [components.ShipmentExtra](../../models/components/shipmentextra.md) | :heavy_minus_sign: | An object holding optional extra services to be requested. | |
| `metadata` | *string* | :heavy_check_mark: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | Customer ID 123456 |
| `shipmentDate` | *string* | :heavy_minus_sign: | Date the shipment will be tendered to the carrier. Must be in the format `2014-01-18T00:35:03.463Z`.
Defaults to current date and time if no value is provided. Please note that some carriers require this value to
be in the future, on a working day, or similar. | 2021-03-22T12:00:00Z |
-| `addressFrom` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | Address object of the sender / seller. Will be returned expanded by default. | |
-| `addressReturn` | [components.Address](../../models/components/address.md) | :heavy_minus_sign: | ID of the Address object where the shipment will be sent back to if it is not delivered
(Only available for UPS, USPS, and Fedex shipments).
If this field is not set, your shipments will be returned to the address_from. | |
-| `addressTo` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | Address object of the recipient / buyer. Will be returned expanded by default. | |
+| `addressFrom` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | [Address](/shippoapi/public-api/addresses) object of the sender / seller. Will be returned expanded by default. | |
+| `addressReturn` | [components.Address](../../models/components/address.md) | :heavy_minus_sign: | ID of the Address object where the shipment will be sent back to if it is not delivered (Only available for UPS, USPS, and Fedex shipments).
If this field is not set, your shipments will be returned to the address_from. | |
+| `addressTo` | [components.Address](../../models/components/address.md) | :heavy_check_mark: | [Address](/shippoapi/public-api/addresses) object of the recipient / buyer. Will be returned expanded by default. | |
| `carrierAccounts` | *string*[] | :heavy_check_mark: | An array of object_ids of the carrier account objects to be used for getting shipping rates for this shipment.
If no carrier account object_ids are set in this field, Shippo will attempt to generate rates using all the
carrier accounts that have the `active` field set. | |
| `customsDeclaration` | [components.CustomsDeclaration](../../models/components/customsdeclaration.md) | :heavy_minus_sign: | N/A | |
| `messages` | [components.ResponseMessage](../../models/components/responsemessage.md)[] | :heavy_check_mark: | N/A | |
@@ -280,6 +280,6 @@ let value: Shipment = {
| `objectOwner` | *string* | :heavy_check_mark: | Username of the user who created the Shipment object. | pp@gmail.com |
| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Date and time of last Shipment update. | |
| `parcels` | [components.Parcel](../../models/components/parcel.md)[] | :heavy_check_mark: | List of Parcel objects to be shipped. | |
-| `rates` | [components.Rate](../../models/components/rate.md)[] | :heavy_check_mark: | An array with all available rates. If async has been set to false in the request,
this will be populated with all available rates in the response. Otherwise rates will be created
asynchronously and this array will initially be empty. | |
+| `rates` | [components.Rate](../../models/components/rate.md)[] | :heavy_check_mark: | An array with all available rates. If `async` has been set to `false` in the request,
this will be populated with all available rates in the response. Otherwise rates will be created
asynchronously and this array will initially be empty. | |
| `status` | [components.ShipmentStatus](../../models/components/shipmentstatus.md) | :heavy_check_mark: | `Waiting` shipments have been successfully submitted but not yet been processed.
`Queued` shipments are currently being processed.
`Success` shipments have been processed successfully, meaning that rate generation has concluded.
`Error` does not occur currently and is reserved for future use. | QUEUED |
| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | |
\ No newline at end of file
diff --git a/docs/models/components/shipmentcreaterequest.md b/docs/models/components/shipmentcreaterequest.md
index 6b432b0e..629610f2 100644
--- a/docs/models/components/shipmentcreaterequest.md
+++ b/docs/models/components/shipmentcreaterequest.md
@@ -135,5 +135,5 @@ let value: ShipmentCreateRequest = {
| `addressTo` | *components.AddressTo* | :heavy_check_mark: | N/A | |
| `customsDeclaration` | *components.ShipmentCreateRequestCustomsDeclaration* | :heavy_minus_sign: | N/A | |
| `async` | *boolean* | :heavy_minus_sign: | N/A | |
-| `carrierAccounts` | *string*[] | :heavy_minus_sign: | List of Carrier Accounts `object_id`s used to filter
the returned rates. If set, only rates from these carriers will be returned. | [
"065a4a8c10d24a34ab932163a1b87f52",
"73f706f4bdb94b54a337563840ce52b0"
] |
-| `parcels` | *components.Parcels*[] | :heavy_check_mark: | N/A | |
\ No newline at end of file
+| `carrierAccounts` | *string*[] | :heavy_minus_sign: | List of [Carrier Accounts](/shippoapi/public-api/carrier-accounts) `object_id`s used to filter
the returned rates. If set, only rates from these carriers will be returned. | [
"065a4a8c10d24a34ab932163a1b87f52",
"73f706f4bdb94b54a337563840ce52b0"
] |
+| `parcels` | *components.Parcels*[] | :heavy_check_mark: | List of parcels to be shipped.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 items \| | |
\ No newline at end of file
diff --git a/docs/models/components/shipmentextra.md b/docs/models/components/shipmentextra.md
index 81024ad6..de87d7e8 100644
--- a/docs/models/components/shipmentextra.md
+++ b/docs/models/components/shipmentextra.md
@@ -131,17 +131,17 @@ let value: ShipmentExtra = {
| `criticalPullTime` | *string* | :heavy_minus_sign: | Carrier arrival time to pickup packages from the fulfillment center.
UTC format: `%Y-%m-%dT%H:%M:%SZ` |
| `customerBranch` | *string* | :heavy_minus_sign: | Specify customer branch (Lasership only). |
| `customerReference` | [components.CustomerReference](../../models/components/customerreference.md) | :heavy_minus_sign: | Specify the reference field on the label (FedEx and UPS only). |
-| `dangerousGoods` | [components.DangerousGoodsObject](../../models/components/dangerousgoodsobject.md) | :heavy_minus_sign: | Container for specifying the presence of dangerous materials. This is specific to USPS, and if any contents
are provided, only certain USPS service levels will be eligible. For more information, see our
guide on hazardous or dangerous materials shipping. |
-| `dangerousGoodsCode` | [components.DangerousGoodsCode](../../models/components/dangerousgoodscode.md) | :heavy_minus_sign: | Dangerous Goods Code (DHL eCommerce only). See Category Codes |
+| `dangerousGoods` | [components.DangerousGoodsObject](../../models/components/dangerousgoodsobject.md) | :heavy_minus_sign: | Container for specifying the presence of dangerous materials. This is specific to USPS, and if any contents
are provided, only certain USPS service levels will be eligible. For more information, see our
[guide on hazardous or dangerous materials shipping](https://docs.goshippo.com/docs/shipments/hazmat/). |
+| `dangerousGoodsCode` | [components.DangerousGoodsCode](../../models/components/dangerousgoodscode.md) | :heavy_minus_sign: | Dangerous Goods Code (DHL eCommerce only). See [Category Codes](https://api-legacy.dhlecs.com/docs/v2/appendix.html#dangerous-goods) |
| `dealerOrderNumber` | [components.UPSReferenceFields](../../models/components/upsreferencefields.md) | :heavy_minus_sign: | N/A |
| `deliveryInstructions` | *string* | :heavy_minus_sign: | Specify delivery instructions. Up to 500 characters. (FedEx and OnTrac only). |
| `deptNumber` | [components.DepartmentNumber](../../models/components/departmentnumber.md) | :heavy_minus_sign: | Specify the department number field on the label (FedEx and UPS only). |
| `dryIce` | [components.DryIce](../../models/components/dryice.md) | :heavy_minus_sign: | Specify that the package contains Dry Ice (FedEx, Veho, and UPS only). |
| `fdaProductCode` | [components.UPSReferenceFields](../../models/components/upsreferencefields.md) | :heavy_minus_sign: | N/A |
| `fulfillmentCenter` | *string* | :heavy_minus_sign: | The fulfilment center where the package originates from. |
-| `insurance` | [components.Insurance](../../models/components/insurance.md) | :heavy_minus_sign: | To add 3rd party insurance powered by XCover,
specify
`amount`, `content`, and `currency`.
Alternatively, you can choose carrier provided insurance
by additionally specifying `provider` (UPS, FedEx and OnTrac only).
If you do not want to add insurance
to your shipment, do not set these parameters. |
+| `insurance` | [components.Insurance](../../models/components/insurance.md) | :heavy_minus_sign: | To add 3rd party insurance powered by [XCover](https://docs.goshippo.com/docs/shipments/shippinginsurance/),
specify `amount`, `content`, and `currency`. Alternatively, you can choose carrier provided insurance
by additionally specifying `provider` (UPS, FedEx and OnTrac only).
If you do not want to add insurance
to your shipment, do not set these parameters. |
| `invoiceNumber` | [components.InvoiceNumber](../../models/components/invoicenumber.md) | :heavy_minus_sign: | Specify the invoice number field on the label (FedEx and UPS only). |
-| `isReturn` | *boolean* | :heavy_minus_sign: | This field specifies if it is a scan-based return shipment. See the Create a return shipment section for more details. |
+| `isReturn` | *boolean* | :heavy_minus_sign: | This field specifies if it is a scan-based return shipment. See the [Create a return shipment](https://docs.goshippo.com/docs/shipments/returns/) section for more details. |
| `lasershipAttrs` | [components.ShipmentExtraLasershipAttributesEnum](../../models/components/shipmentextralasershipattributesenum.md)[] | :heavy_minus_sign: | Specify Lasership Attributes (Lasership only). Multiple options accepted. |
| `lasershipDeclaredValue` | *string* | :heavy_minus_sign: | Declared value (Lasership only). Defaults to `50.00`. |
| `manifestNumber` | [components.UPSReferenceFields](../../models/components/upsreferencefields.md) | :heavy_minus_sign: | N/A |
@@ -153,8 +153,8 @@ let value: ShipmentExtra = {
| `productionCode` | [components.UPSReferenceFields](../../models/components/upsreferencefields.md) | :heavy_minus_sign: | N/A |
| `purchaseRequestNumber` | [components.UPSReferenceFields](../../models/components/upsreferencefields.md) | :heavy_minus_sign: | N/A |
| `qrCodeRequested` | *boolean* | :heavy_minus_sign: | Request a QR code for a given transaction when creating a shipping label (USPS domestic and Evri UK only). |
-| `reference1` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters. |
-| `reference2` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters. For DHL eCommerce, this field can be used for billing reference. |
+| `reference1` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 40 characters (Express services); Max 30 characters (Ground services) \| |
+| `reference2` | *string* | :heavy_minus_sign: | Optional text to be printed on the shipping label if supported by carrier. Up to 50 characters. For DHL eCommerce, this field can be used for billing reference.
**Carrier-Specific Constraints:**
\| Carrier \| Constraints \|
\|:---\|:---\|
\| FedEx \| Max 30 characters \| |
| `requestRetailRates` | *boolean* | :heavy_minus_sign: | Returns retail rates instead of account-based rates (UPS and FedEx only). |
| `returnServiceType` | *components.ReturnServiceType* | :heavy_minus_sign: | Request additional return option for return shipments (UPS and Lasership only). |
| `rmaNumber` | [components.RmaNumber](../../models/components/rmanumber.md) | :heavy_minus_sign: | Specify the RMA number field on the label (FedEx and UPS only). |
diff --git a/docs/models/components/status.md b/docs/models/components/status.md
index 66f0e677..bdc63ce3 100644
--- a/docs/models/components/status.md
+++ b/docs/models/components/status.md
@@ -1,9 +1,9 @@
# Status
-`INVALID` batch shipments cannot be purchased and will have to be removed, fixed, and added to the batch again.
-`VALID` batch shipments can be purchased.
-Batch shipments with the status `TRANSACTION_FAILED` were not able to be purchased and the error will be displayed on the message field
-`INCOMPLETE` batch shipments have an issue with the Address and will need to be removed, fixed, and added to the batch again.
+- `INVALID`: the batch shipment cannot be purchased and will have to be removed, fixed, and added to the batch again
+- `VALID`: the batch shipment can be purchased
+- `TRANSACTION_FAILED`: the batch shipment was not able to be purchased and the error will be displayed on the message field
+- `INCOMPLETE`: the batch shipment has an issue with the Address and will need to be removed, fixed, and added to the batch again
## Example Usage
diff --git a/docs/models/components/track.md b/docs/models/components/track.md
index 6f1166cf..95cfc2f5 100644
--- a/docs/models/components/track.md
+++ b/docs/models/components/track.md
@@ -1,5 +1,7 @@
# Track
+Tracking status
+
## Example Usage
```typescript
@@ -60,17 +62,17 @@ let value: Track = {
## Fields
-| Field | Type | Required | Description | Example |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `addressFrom` | [components.TrackingStatusLocationBase](../../models/components/trackingstatuslocationbase.md) | :heavy_minus_sign: | The sender address with city, state, zip and country information. | |
-| `addressTo` | [components.TrackingStatusLocationBase](../../models/components/trackingstatuslocationbase.md) | :heavy_minus_sign: | The recipient address with city, state, zip and country information. | |
-| `carrier` | *string* | :heavy_check_mark: | Name of the carrier of the shipment to track. See Carriers. | usps |
-| `eta` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The estimated time of arrival according to the carrier, this might be updated by carriers during the life of the shipment. | |
-| `messages` | *string*[] | :heavy_check_mark: | N/A | |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | Order 000123 |
-| `originalEta` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The estimated time of arrival according to the carrier at the time the shipment first entered the system. | 2021-07-23T00:00:00Z |
-| `servicelevel` | [components.ServiceLevelWithParent](../../models/components/servicelevelwithparent.md) | :heavy_minus_sign: | N/A | |
-| `trackingHistory` | [components.TrackingStatus](../../models/components/trackingstatus.md)[] | :heavy_check_mark: | A list of tracking events, following the same structure as tracking_status.
It contains a full history of all tracking statuses, starting with the earlier tracking event first. | |
-| `trackingNumber` | *string* | :heavy_check_mark: | Tracking number to track. | 9205590164917312751089 |
-| `trackingStatus` | [components.TrackingStatus](../../models/components/trackingstatus.md) | :heavy_minus_sign: | The latest tracking information of this shipment. | |
-| `transaction` | *string* | :heavy_minus_sign: | The object_id of the transaction associated with this tracking object.
This field is visible only to the object owner of the transaction. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `addressFrom` | [components.TrackingStatusLocationBase](../../models/components/trackingstatuslocationbase.md) | :heavy_minus_sign: | The sender address with city, state, zip and country information. | |
+| `addressTo` | [components.TrackingStatusLocationBase](../../models/components/trackingstatuslocationbase.md) | :heavy_minus_sign: | The recipient address with city, state, zip and country information. | |
+| `carrier` | *string* | :heavy_check_mark: | Name of the carrier of the shipment to track. See [Carriers](/shippoapi/public-api/carriers). | usps |
+| `eta` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The estimated time of arrival according to the carrier, this might be updated by carriers during the life of the shipment. | |
+| `messages` | *string*[] | :heavy_check_mark: | N/A | |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | Order 000123 |
+| `originalEta` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The estimated time of arrival according to the carrier at the time the shipment first entered the system. | 2021-07-23T00:00:00Z |
+| `servicelevel` | [components.ServiceLevelWithParent](../../models/components/servicelevelwithparent.md) | :heavy_minus_sign: | N/A | |
+| `trackingHistory` | [components.TrackingStatus](../../models/components/trackingstatus.md)[] | :heavy_check_mark: | A list of tracking events, following the same structure as `tracking_status`.
It contains a full history of all tracking statuses, starting with the earlier tracking event first. | |
+| `trackingNumber` | *string* | :heavy_check_mark: | Tracking number to track. | 9205590164917312751089 |
+| `trackingStatus` | [components.TrackingStatus](../../models/components/trackingstatus.md) | :heavy_minus_sign: | The latest tracking information of this shipment. | |
+| `transaction` | *string* | :heavy_minus_sign: | The `object_id` of the transaction associated with this tracking object.
This field is visible only to the object owner of the transaction. | |
\ No newline at end of file
diff --git a/docs/models/components/trackingstatussubstatus.md b/docs/models/components/trackingstatussubstatus.md
index da8e0faa..9d1f780b 100644
--- a/docs/models/components/trackingstatussubstatus.md
+++ b/docs/models/components/trackingstatussubstatus.md
@@ -16,8 +16,8 @@ let value: TrackingStatusSubstatus = {
## Fields
-| Field | Type | Required | Description | Example |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `code` | *string* | :heavy_check_mark: | A code that represents the substatus of the shipment. See the Event Definitions for more information. | information_received |
-| `text` | *string* | :heavy_check_mark: | A human-readable description of the substatus. See the Event Definitions for more information. | Information about the package received. |
-| `actionRequired` | *boolean* | :heavy_check_mark: | Indicates whether the substatus requires action from the shipper or recipient to complete delivery. | |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `code` | *string* | :heavy_check_mark: | A code that represents the substatus of the shipment. See the [Event Definitions](https://docs.goshippo.com/docs/tracking/tracking/#event-definitions) for more information. | information_received |
+| `text` | *string* | :heavy_check_mark: | A human-readable description of the substatus. See the [Event Definitions](https://docs.goshippo.com/docs/tracking/tracking/#event-definitions) for more information. | Information about the package received. |
+| `actionRequired` | *boolean* | :heavy_check_mark: | Indicates whether the substatus requires action from the shipper or recipient to complete delivery. | |
\ No newline at end of file
diff --git a/docs/models/components/transaction.md b/docs/models/components/transaction.md
index 5a54f402..9fcd3a75 100644
--- a/docs/models/components/transaction.md
+++ b/docs/models/components/transaction.md
@@ -37,25 +37,25 @@ let value: Transaction = {
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `commercialInvoiceUrl` | *string* | :heavy_minus_sign: | A URL pointing to the commercial invoice as a 8.5x11 inch PDF file.
A value will only be returned if the Transactions has been processed successfully and if the shipment is international. | |
-| `createdBy` | [components.CreatedBy](../../models/components/createdby.md) | :heavy_minus_sign: | N/A | |
-| `eta` | *string* | :heavy_minus_sign: | The estimated time of arrival according to the carrier. | |
-| `labelFileType` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the label. If empty, will use the default format set from
the Shippo dashboard. | PDF_4x6 |
-| `labelUrl` | *string* | :heavy_minus_sign: | A URL pointing directly to the label in the format you've set in your settings.
A value will only be returned if the Transactions has been processed successfully. | https://shippo-delivery.s3.amazonaws.com/70ae8117ee1749e393f249d5b77c45e0.pdf?Signature=vDw1ltcyGveVR1OQoUDdzC43BY8%3D&Expires=1437093830&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA |
-| `messages` | [components.ResponseMessage](../../models/components/responsemessage.md)[] | :heavy_minus_sign: | N/A | |
-| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to
attach to the object. | |
-| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of Transaction creation. | |
-| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given Transaction object. | 915d94940ea54c3a80cbfa328722f5a1 |
-| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the Transaction object. | shippotle@shippo.com |
-| `objectState` | [components.ObjectStateEnum](../../models/components/objectstateenum.md) | :heavy_minus_sign: | Indicates the validity of the enclosing object | |
-| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last Transaction update. | |
-| `parcel` | *string* | :heavy_minus_sign: | Object ID of the Parcel object that is being shipped. | e94c7fdfdc7b495dbb390a28d929d90a |
-| `qrCodeUrl` | *string* | :heavy_minus_sign: | A URL pointing directly to the QR code in PNG format.
A value will only be returned if requested using qr_code_requested flag and the carrier provides such an option. | https://shippo-delivery.s3.amazonaws.com/96_qr_code.pdf?Signature=PEdWrp0mFWAGwJp7FW3b%2FeA2eyY%3D&Expires=1385930652&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA |
-| `rate` | *components.TransactionRate* | :heavy_minus_sign: | ID of the Rate object for which a Label has to be obtained.
If you purchase a label by calling the transaction endpoint without a rate (instalabel),
this field will be a simplified Rate object in the Transaction model returned from the POST request.
Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing. | |
-| `status` | [components.TransactionStatusEnum](../../models/components/transactionstatusenum.md) | :heavy_minus_sign: | Indicates the status of the Transaction. | SUCCESS |
-| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | |
-| `trackingNumber` | *string* | :heavy_minus_sign: | The carrier-specific tracking number that can be used to track the Shipment.
A value will only be returned if the Rate is for a trackable Shipment and if the Transactions has been processed successfully. | 9499907123456123456781 |
-| `trackingStatus` | [components.TrackingStatusEnum](../../models/components/trackingstatusenum.md) | :heavy_minus_sign: | Indicates the high level status of the shipment. | DELIVERED |
-| `trackingUrlProvider` | *string* | :heavy_minus_sign: | A link to track this item on the carrier-provided tracking website.
A value will only be returned if tracking is available and the carrier provides such a service. | https://tools.usps.com/go/TrackConfirmAction_input?origTrackNum=9499907123456123456781 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `commercialInvoiceUrl` | *string* | :heavy_minus_sign: | A URL pointing to the commercial invoice as a 8.5x11 inch PDF file.
A value will only be returned if the Transactions has been processed successfully and if the shipment is international. | |
+| `createdBy` | [components.CreatedBy](../../models/components/createdby.md) | :heavy_minus_sign: | N/A | |
+| `eta` | *string* | :heavy_minus_sign: | The estimated time of arrival according to the carrier. | |
+| `labelFileType` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
[the Shippo dashboard.](https://apps.goshippo.com/settings/labels) | PDF_4x6 |
+| `labelUrl` | *string* | :heavy_minus_sign: | A URL pointing directly to the label in the format you've set in your settings.
A value will only be returned if the Transactions has been processed successfully. | https://shippo-delivery.s3.amazonaws.com/70ae8117ee1749e393f249d5b77c45e0.pdf?Signature=vDw1ltcyGveVR1OQoUDdzC43BY8%3D&Expires=1437093830&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA |
+| `messages` | [components.ResponseMessage](../../models/components/responsemessage.md)[] | :heavy_minus_sign: | N/A | |
+| `metadata` | *string* | :heavy_minus_sign: | A string of up to 100 characters that can be filled with any additional information you want to
attach to the object. | |
+| `objectCreated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of Transaction creation. | |
+| `objectId` | *string* | :heavy_minus_sign: | Unique identifier of the given Transaction object. | 915d94940ea54c3a80cbfa328722f5a1 |
+| `objectOwner` | *string* | :heavy_minus_sign: | Username of the user who created the Transaction object. | shippotle@shippo.com |
+| `objectState` | [components.ObjectStateEnum](../../models/components/objectstateenum.md) | :heavy_minus_sign: | Indicates the validity of the enclosing object | |
+| `objectUpdated` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Date and time of last Transaction update. | |
+| `parcel` | *string* | :heavy_minus_sign: | Object ID of the Parcel object that is being shipped. | e94c7fdfdc7b495dbb390a28d929d90a |
+| `qrCodeUrl` | *string* | :heavy_minus_sign: | A URL pointing directly to the QR code in PNG format.
A value will only be returned if requested using qr_code_requested flag and the carrier provides such an option. | https://shippo-delivery.s3.amazonaws.com/96_qr_code.pdf?Signature=PEdWrp0mFWAGwJp7FW3b%2FeA2eyY%3D&Expires=1385930652&AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA |
+| `rate` | *components.TransactionRate* | :heavy_minus_sign: | ID of the Rate object for which a Label has to be obtained.
If you purchase a label by calling the transaction endpoint without a rate (instalabel),
this field will be a simplified Rate object in the Transaction model returned from the POST request.
Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing. | |
+| `status` | [components.TransactionStatusEnum](../../models/components/transactionstatusenum.md) | :heavy_minus_sign: | Indicates the status of the Transaction. | SUCCESS |
+| `test` | *boolean* | :heavy_minus_sign: | Indicates whether the object has been created in test mode. | |
+| `trackingNumber` | *string* | :heavy_minus_sign: | The carrier-specific tracking number that can be used to track the Shipment.
A value will only be returned if the Rate is for a trackable Shipment and if the Transactions has been processed successfully. | 9499907123456123456781 |
+| `trackingStatus` | [components.TrackingStatusEnum](../../models/components/trackingstatusenum.md) | :heavy_minus_sign: | Indicates the high level status of the shipment. | DELIVERED |
+| `trackingUrlProvider` | *string* | :heavy_minus_sign: | A link to track this item on the carrier-provided tracking website.
A value will only be returned if tracking is available and the carrier provides such a service. | https://tools.usps.com/go/TrackConfirmAction_input?origTrackNum=9499907123456123456781 |
\ No newline at end of file
diff --git a/docs/models/components/transactioncreaterequest.md b/docs/models/components/transactioncreaterequest.md
index e07fa31b..dae238da 100644
--- a/docs/models/components/transactioncreaterequest.md
+++ b/docs/models/components/transactioncreaterequest.md
@@ -16,10 +16,10 @@ let value: TransactionCreateRequest = {
## Fields
-| Field | Type | Required | Description | Example |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `async` | *boolean* | :heavy_minus_sign: | N/A | false |
-| `labelFileType` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the label. If empty, will use the default format set from
the Shippo dashboard. | PDF_4x6 |
-| `metadata` | *string* | :heavy_minus_sign: | N/A | Order ID #12345 |
-| `rate` | *string* | :heavy_check_mark: | N/A | ec9f0d3adc9441449c85d315f0997fd5 |
-| `order` | *string* | :heavy_minus_sign: | N/A | adcfdddf8ec64b84ad22772bce3ea37a |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `async` | *boolean* | :heavy_minus_sign: | N/A | false |
+| `labelFileType` | [components.LabelFileTypeEnum](../../models/components/labelfiletypeenum.md) | :heavy_minus_sign: | Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
[the Shippo dashboard.](https://apps.goshippo.com/settings/labels) | PDF_4x6 |
+| `metadata` | *string* | :heavy_minus_sign: | N/A | Order ID #12345 |
+| `rate` | *string* | :heavy_check_mark: | N/A | ec9f0d3adc9441449c85d315f0997fd5 |
+| `order` | *string* | :heavy_minus_sign: | N/A | adcfdddf8ec64b84ad22772bce3ea37a |
\ No newline at end of file
diff --git a/docs/models/components/transactionrate.md b/docs/models/components/transactionrate.md
index cde71381..77724d52 100644
--- a/docs/models/components/transactionrate.md
+++ b/docs/models/components/transactionrate.md
@@ -3,7 +3,7 @@
ID of the Rate object for which a Label has to be obtained.
If you purchase a label by calling the transaction endpoint without a rate (instalabel),
this field will be a simplified Rate object in the Transaction model returned from the POST request.
-Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
+Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
## Supported Types
diff --git a/docs/models/components/upsconnectexistingownaccountparameters.md b/docs/models/components/upsconnectexistingownaccountparameters.md
index c3723ed4..126a9120 100644
--- a/docs/models/components/upsconnectexistingownaccountparameters.md
+++ b/docs/models/components/upsconnectexistingownaccountparameters.md
@@ -1,7 +1,7 @@
# UPSConnectExistingOwnAccountParameters
An array of additional parameters for the account, such as e.g. password or token.
-Please check the carrier accounts tutorial page for the parameters per carrier.
+Please check the [carrier accounts tutorial](https://docs.goshippo.com/docs/carriers/carrieraccounts/) page for the parameters per carrier.
To protect account information, this field will be masked in any API response.
In the case of masked fields, they should be handled carefully.
diff --git a/docs/models/components/userparceltemplatelist.md b/docs/models/components/userparceltemplatelist.md
index d741dffe..199a26e3 100644
--- a/docs/models/components/userparceltemplatelist.md
+++ b/docs/models/components/userparceltemplatelist.md
@@ -1,5 +1,7 @@
# UserParcelTemplateList
+List of user parcel templates
+
## Example Usage
```typescript
diff --git a/docs/models/components/verification.md b/docs/models/components/verification.md
new file mode 100644
index 00000000..ea31363b
--- /dev/null
+++ b/docs/models/components/verification.md
@@ -0,0 +1,15 @@
+# Verification
+
+## Example Usage
+
+```typescript
+import { Verification } from "shippo/models/components";
+
+let value: Verification = {};
+```
+
+## Fields
+
+| Field | Type | Required | Description |
+| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
+| `policy` | [components.Policy](../../models/components/policy.md) | :heavy_minus_sign: | Policy to indicate if the Account needs multi-factor verification. |
\ No newline at end of file
diff --git a/docs/models/components/verificationoption.md b/docs/models/components/verificationoption.md
new file mode 100644
index 00000000..dae337d3
--- /dev/null
+++ b/docs/models/components/verificationoption.md
@@ -0,0 +1,17 @@
+# VerificationOption
+
+Determines the verification option to use for the account registration (Enum: SMS, EMAIL, CALL, INVOICE).
+
+## Example Usage
+
+```typescript
+import { VerificationOption } from "shippo/models/components";
+
+let value: VerificationOption = "SMS";
+```
+
+## Values
+
+```typescript
+"SMS" | "EMAIL" | "CALL" | "INVOICE"
+```
\ No newline at end of file
diff --git a/docs/models/components/webhookpayload.md b/docs/models/components/webhookpayload.md
index ca85d092..d2456af6 100644
--- a/docs/models/components/webhookpayload.md
+++ b/docs/models/components/webhookpayload.md
@@ -1,5 +1,7 @@
# WebhookPayload
+The payload is the body of the POST request Shippo sends to the URL specified at the time of webhook registration.
+
## Supported Types
diff --git a/docs/models/operations/addshipmentstobatchglobals.md b/docs/models/operations/addshipmentstobatchglobals.md
index 4f777f06..883ef98d 100644
--- a/docs/models/operations/addshipmentstobatchglobals.md
+++ b/docs/models/operations/addshipmentstobatchglobals.md
@@ -5,13 +5,11 @@
```typescript
import { AddShipmentsToBatchGlobals } from "shippo/models/operations";
-let value: AddShipmentsToBatchGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: AddShipmentsToBatchGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createaddressglobals.md b/docs/models/operations/createaddressglobals.md
index eff8f1f2..f35b7250 100644
--- a/docs/models/operations/createaddressglobals.md
+++ b/docs/models/operations/createaddressglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateAddressGlobals } from "shippo/models/operations";
-let value: CreateAddressGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateAddressGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createbatchglobals.md b/docs/models/operations/createbatchglobals.md
index 0854699b..c0d242c0 100644
--- a/docs/models/operations/createbatchglobals.md
+++ b/docs/models/operations/createbatchglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateBatchGlobals } from "shippo/models/operations";
-let value: CreateBatchGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateBatchGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createcarrieraccountglobals.md b/docs/models/operations/createcarrieraccountglobals.md
index 9ff4f930..3ff543b9 100644
--- a/docs/models/operations/createcarrieraccountglobals.md
+++ b/docs/models/operations/createcarrieraccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateCarrierAccountGlobals } from "shippo/models/operations";
-let value: CreateCarrierAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateCarrierAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createcustomsdeclarationglobals.md b/docs/models/operations/createcustomsdeclarationglobals.md
index 9c31c494..0b3cb305 100644
--- a/docs/models/operations/createcustomsdeclarationglobals.md
+++ b/docs/models/operations/createcustomsdeclarationglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateCustomsDeclarationGlobals } from "shippo/models/operations";
-let value: CreateCustomsDeclarationGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateCustomsDeclarationGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createcustomsitemglobals.md b/docs/models/operations/createcustomsitemglobals.md
index 279b403a..71167338 100644
--- a/docs/models/operations/createcustomsitemglobals.md
+++ b/docs/models/operations/createcustomsitemglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateCustomsItemGlobals } from "shippo/models/operations";
-let value: CreateCustomsItemGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateCustomsItemGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createliverateglobals.md b/docs/models/operations/createliverateglobals.md
index 70fcbdf6..c85ad762 100644
--- a/docs/models/operations/createliverateglobals.md
+++ b/docs/models/operations/createliverateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateLiveRateGlobals } from "shippo/models/operations";
-let value: CreateLiveRateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateLiveRateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createmanifestglobals.md b/docs/models/operations/createmanifestglobals.md
index 53fcae69..6a603287 100644
--- a/docs/models/operations/createmanifestglobals.md
+++ b/docs/models/operations/createmanifestglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateManifestGlobals } from "shippo/models/operations";
-let value: CreateManifestGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateManifestGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createorderglobals.md b/docs/models/operations/createorderglobals.md
index 08938693..10537142 100644
--- a/docs/models/operations/createorderglobals.md
+++ b/docs/models/operations/createorderglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateOrderGlobals } from "shippo/models/operations";
-let value: CreateOrderGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateOrderGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createparcelglobals.md b/docs/models/operations/createparcelglobals.md
index e725be60..68ccc91b 100644
--- a/docs/models/operations/createparcelglobals.md
+++ b/docs/models/operations/createparcelglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateParcelGlobals } from "shippo/models/operations";
-let value: CreateParcelGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateParcelGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createpickupglobals.md b/docs/models/operations/createpickupglobals.md
index 746a2872..61b09249 100644
--- a/docs/models/operations/createpickupglobals.md
+++ b/docs/models/operations/createpickupglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreatePickupGlobals } from "shippo/models/operations";
-let value: CreatePickupGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreatePickupGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createrefundglobals.md b/docs/models/operations/createrefundglobals.md
index b43ca09a..312ef184 100644
--- a/docs/models/operations/createrefundglobals.md
+++ b/docs/models/operations/createrefundglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateRefundGlobals } from "shippo/models/operations";
-let value: CreateRefundGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateRefundGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createservicegroupglobals.md b/docs/models/operations/createservicegroupglobals.md
index a5cdce2a..7ba4b83e 100644
--- a/docs/models/operations/createservicegroupglobals.md
+++ b/docs/models/operations/createservicegroupglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateServiceGroupGlobals } from "shippo/models/operations";
-let value: CreateServiceGroupGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateServiceGroupGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createshipmentglobals.md b/docs/models/operations/createshipmentglobals.md
index bff880cd..3d9305f1 100644
--- a/docs/models/operations/createshipmentglobals.md
+++ b/docs/models/operations/createshipmentglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateShipmentGlobals } from "shippo/models/operations";
-let value: CreateShipmentGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateShipmentGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createshippoaccountglobals.md b/docs/models/operations/createshippoaccountglobals.md
index 1f55a172..c51dd420 100644
--- a/docs/models/operations/createshippoaccountglobals.md
+++ b/docs/models/operations/createshippoaccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateShippoAccountGlobals } from "shippo/models/operations";
-let value: CreateShippoAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateShippoAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createtrackglobals.md b/docs/models/operations/createtrackglobals.md
index 42e8c530..8307da7c 100644
--- a/docs/models/operations/createtrackglobals.md
+++ b/docs/models/operations/createtrackglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateTrackGlobals } from "shippo/models/operations";
-let value: CreateTrackGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateTrackGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createtransactionglobals.md b/docs/models/operations/createtransactionglobals.md
index 2867a611..6e158ec5 100644
--- a/docs/models/operations/createtransactionglobals.md
+++ b/docs/models/operations/createtransactionglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateTransactionGlobals } from "shippo/models/operations";
-let value: CreateTransactionGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateTransactionGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/createuserparceltemplateglobals.md b/docs/models/operations/createuserparceltemplateglobals.md
index 3f1305cf..b0c5ac89 100644
--- a/docs/models/operations/createuserparceltemplateglobals.md
+++ b/docs/models/operations/createuserparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { CreateUserParcelTemplateGlobals } from "shippo/models/operations";
-let value: CreateUserParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: CreateUserParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/deletedefaultparceltemplateglobals.md b/docs/models/operations/deletedefaultparceltemplateglobals.md
index 1993ede4..d5344724 100644
--- a/docs/models/operations/deletedefaultparceltemplateglobals.md
+++ b/docs/models/operations/deletedefaultparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { DeleteDefaultParcelTemplateGlobals } from "shippo/models/operations";
-let value: DeleteDefaultParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: DeleteDefaultParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/deleteservicegroupglobals.md b/docs/models/operations/deleteservicegroupglobals.md
index aa1f662c..8eb0c2dc 100644
--- a/docs/models/operations/deleteservicegroupglobals.md
+++ b/docs/models/operations/deleteservicegroupglobals.md
@@ -5,13 +5,11 @@
```typescript
import { DeleteServiceGroupGlobals } from "shippo/models/operations";
-let value: DeleteServiceGroupGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: DeleteServiceGroupGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/deleteuserparceltemplateglobals.md b/docs/models/operations/deleteuserparceltemplateglobals.md
index 7084150a..2835d0fe 100644
--- a/docs/models/operations/deleteuserparceltemplateglobals.md
+++ b/docs/models/operations/deleteuserparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { DeleteUserParcelTemplateGlobals } from "shippo/models/operations";
-let value: DeleteUserParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: DeleteUserParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getaddressglobals.md b/docs/models/operations/getaddressglobals.md
index 746af1ca..8ca815e4 100644
--- a/docs/models/operations/getaddressglobals.md
+++ b/docs/models/operations/getaddressglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetAddressGlobals } from "shippo/models/operations";
-let value: GetAddressGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetAddressGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getbatchglobals.md b/docs/models/operations/getbatchglobals.md
index b479169d..9a367d64 100644
--- a/docs/models/operations/getbatchglobals.md
+++ b/docs/models/operations/getbatchglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetBatchGlobals } from "shippo/models/operations";
-let value: GetBatchGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetBatchGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getcarrieraccountglobals.md b/docs/models/operations/getcarrieraccountglobals.md
index 1199f77a..88adc9f8 100644
--- a/docs/models/operations/getcarrieraccountglobals.md
+++ b/docs/models/operations/getcarrieraccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetCarrierAccountGlobals } from "shippo/models/operations";
-let value: GetCarrierAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetCarrierAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getcarrierparceltemplateglobals.md b/docs/models/operations/getcarrierparceltemplateglobals.md
index 945ddb3e..0e4d7a50 100644
--- a/docs/models/operations/getcarrierparceltemplateglobals.md
+++ b/docs/models/operations/getcarrierparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetCarrierParcelTemplateGlobals } from "shippo/models/operations";
-let value: GetCarrierParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetCarrierParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getcarrierregistrationstatusglobals.md b/docs/models/operations/getcarrierregistrationstatusglobals.md
index 83342ab8..3f910bba 100644
--- a/docs/models/operations/getcarrierregistrationstatusglobals.md
+++ b/docs/models/operations/getcarrierregistrationstatusglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetCarrierRegistrationStatusGlobals } from "shippo/models/operations";
-let value: GetCarrierRegistrationStatusGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetCarrierRegistrationStatusGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getcustomsdeclarationglobals.md b/docs/models/operations/getcustomsdeclarationglobals.md
index 7ef105c5..fa3f2026 100644
--- a/docs/models/operations/getcustomsdeclarationglobals.md
+++ b/docs/models/operations/getcustomsdeclarationglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetCustomsDeclarationGlobals } from "shippo/models/operations";
-let value: GetCustomsDeclarationGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetCustomsDeclarationGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getcustomsitemglobals.md b/docs/models/operations/getcustomsitemglobals.md
index 2abf3a8c..536d9305 100644
--- a/docs/models/operations/getcustomsitemglobals.md
+++ b/docs/models/operations/getcustomsitemglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetCustomsItemGlobals } from "shippo/models/operations";
-let value: GetCustomsItemGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetCustomsItemGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getdefaultparceltemplateglobals.md b/docs/models/operations/getdefaultparceltemplateglobals.md
index 5bfd8479..380fe44c 100644
--- a/docs/models/operations/getdefaultparceltemplateglobals.md
+++ b/docs/models/operations/getdefaultparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetDefaultParcelTemplateGlobals } from "shippo/models/operations";
-let value: GetDefaultParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetDefaultParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getmanifestglobals.md b/docs/models/operations/getmanifestglobals.md
index f85318d7..560aa820 100644
--- a/docs/models/operations/getmanifestglobals.md
+++ b/docs/models/operations/getmanifestglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetManifestGlobals } from "shippo/models/operations";
-let value: GetManifestGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetManifestGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getorderglobals.md b/docs/models/operations/getorderglobals.md
index 007fa2b1..503de866 100644
--- a/docs/models/operations/getorderglobals.md
+++ b/docs/models/operations/getorderglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetOrderGlobals } from "shippo/models/operations";
-let value: GetOrderGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetOrderGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getparcelglobals.md b/docs/models/operations/getparcelglobals.md
index bbb754b6..f8e23aff 100644
--- a/docs/models/operations/getparcelglobals.md
+++ b/docs/models/operations/getparcelglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetParcelGlobals } from "shippo/models/operations";
-let value: GetParcelGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetParcelGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getrateglobals.md b/docs/models/operations/getrateglobals.md
index 572765e0..dbf4e3f0 100644
--- a/docs/models/operations/getrateglobals.md
+++ b/docs/models/operations/getrateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetRateGlobals } from "shippo/models/operations";
-let value: GetRateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetRateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getrefundglobals.md b/docs/models/operations/getrefundglobals.md
index b87702b1..15546dd4 100644
--- a/docs/models/operations/getrefundglobals.md
+++ b/docs/models/operations/getrefundglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetRefundGlobals } from "shippo/models/operations";
-let value: GetRefundGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetRefundGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getshipmentglobals.md b/docs/models/operations/getshipmentglobals.md
index f87252fb..9e76bccf 100644
--- a/docs/models/operations/getshipmentglobals.md
+++ b/docs/models/operations/getshipmentglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetShipmentGlobals } from "shippo/models/operations";
-let value: GetShipmentGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetShipmentGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getshippoaccountglobals.md b/docs/models/operations/getshippoaccountglobals.md
index 5cde580f..1c0cf115 100644
--- a/docs/models/operations/getshippoaccountglobals.md
+++ b/docs/models/operations/getshippoaccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetShippoAccountGlobals } from "shippo/models/operations";
-let value: GetShippoAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetShippoAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/gettrackglobals.md b/docs/models/operations/gettrackglobals.md
index 9309cd38..1933d2bc 100644
--- a/docs/models/operations/gettrackglobals.md
+++ b/docs/models/operations/gettrackglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetTrackGlobals } from "shippo/models/operations";
-let value: GetTrackGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetTrackGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/gettransactionglobals.md b/docs/models/operations/gettransactionglobals.md
index a01c23b7..ed357ac0 100644
--- a/docs/models/operations/gettransactionglobals.md
+++ b/docs/models/operations/gettransactionglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetTransactionGlobals } from "shippo/models/operations";
-let value: GetTransactionGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetTransactionGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/getuserparceltemplateglobals.md b/docs/models/operations/getuserparceltemplateglobals.md
index bc80bea7..56c4d8b2 100644
--- a/docs/models/operations/getuserparceltemplateglobals.md
+++ b/docs/models/operations/getuserparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { GetUserParcelTemplateGlobals } from "shippo/models/operations";
-let value: GetUserParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: GetUserParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/initiateoauth2signinglobals.md b/docs/models/operations/initiateoauth2signinglobals.md
index 26c045d6..eab06c7d 100644
--- a/docs/models/operations/initiateoauth2signinglobals.md
+++ b/docs/models/operations/initiateoauth2signinglobals.md
@@ -5,13 +5,11 @@
```typescript
import { InitiateOauth2SigninGlobals } from "shippo/models/operations";
-let value: InitiateOauth2SigninGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: InitiateOauth2SigninGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listaddressesglobals.md b/docs/models/operations/listaddressesglobals.md
index 819612da..9b6cf65e 100644
--- a/docs/models/operations/listaddressesglobals.md
+++ b/docs/models/operations/listaddressesglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListAddressesGlobals } from "shippo/models/operations";
-let value: ListAddressesGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListAddressesGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listcarrieraccountsglobals.md b/docs/models/operations/listcarrieraccountsglobals.md
index d7c95f61..3f16522c 100644
--- a/docs/models/operations/listcarrieraccountsglobals.md
+++ b/docs/models/operations/listcarrieraccountsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListCarrierAccountsGlobals } from "shippo/models/operations";
-let value: ListCarrierAccountsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListCarrierAccountsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listcarrierparceltemplatesglobals.md b/docs/models/operations/listcarrierparceltemplatesglobals.md
index 919d0822..531216f3 100644
--- a/docs/models/operations/listcarrierparceltemplatesglobals.md
+++ b/docs/models/operations/listcarrierparceltemplatesglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListCarrierParcelTemplatesGlobals } from "shippo/models/operations";
-let value: ListCarrierParcelTemplatesGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListCarrierParcelTemplatesGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listcustomsdeclarationsglobals.md b/docs/models/operations/listcustomsdeclarationsglobals.md
index de8e4300..3f768f65 100644
--- a/docs/models/operations/listcustomsdeclarationsglobals.md
+++ b/docs/models/operations/listcustomsdeclarationsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListCustomsDeclarationsGlobals } from "shippo/models/operations";
-let value: ListCustomsDeclarationsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListCustomsDeclarationsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listcustomsitemsglobals.md b/docs/models/operations/listcustomsitemsglobals.md
index 27d58fd0..105dade9 100644
--- a/docs/models/operations/listcustomsitemsglobals.md
+++ b/docs/models/operations/listcustomsitemsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListCustomsItemsGlobals } from "shippo/models/operations";
-let value: ListCustomsItemsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListCustomsItemsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listmanifestsglobals.md b/docs/models/operations/listmanifestsglobals.md
index a1cbdcc4..d2d79ba2 100644
--- a/docs/models/operations/listmanifestsglobals.md
+++ b/docs/models/operations/listmanifestsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListManifestsGlobals } from "shippo/models/operations";
-let value: ListManifestsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListManifestsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listordersglobals.md b/docs/models/operations/listordersglobals.md
index 40af5e55..6ecf437d 100644
--- a/docs/models/operations/listordersglobals.md
+++ b/docs/models/operations/listordersglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListOrdersGlobals } from "shippo/models/operations";
-let value: ListOrdersGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListOrdersGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listparcelsglobals.md b/docs/models/operations/listparcelsglobals.md
index 2b9d33dd..efe091a9 100644
--- a/docs/models/operations/listparcelsglobals.md
+++ b/docs/models/operations/listparcelsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListParcelsGlobals } from "shippo/models/operations";
-let value: ListParcelsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListParcelsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listrefundsglobals.md b/docs/models/operations/listrefundsglobals.md
index da74bca3..923d96c0 100644
--- a/docs/models/operations/listrefundsglobals.md
+++ b/docs/models/operations/listrefundsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListRefundsGlobals } from "shippo/models/operations";
-let value: ListRefundsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListRefundsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listservicegroupsglobals.md b/docs/models/operations/listservicegroupsglobals.md
index 1ec03c75..4f95734e 100644
--- a/docs/models/operations/listservicegroupsglobals.md
+++ b/docs/models/operations/listservicegroupsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListServiceGroupsGlobals } from "shippo/models/operations";
-let value: ListServiceGroupsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListServiceGroupsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listshipmentratesbycurrencycodeglobals.md b/docs/models/operations/listshipmentratesbycurrencycodeglobals.md
index 4147efca..007f9d9f 100644
--- a/docs/models/operations/listshipmentratesbycurrencycodeglobals.md
+++ b/docs/models/operations/listshipmentratesbycurrencycodeglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListShipmentRatesByCurrencyCodeGlobals } from "shippo/models/operations";
-let value: ListShipmentRatesByCurrencyCodeGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListShipmentRatesByCurrencyCodeGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listshipmentratesglobals.md b/docs/models/operations/listshipmentratesglobals.md
index 4de80adc..d2672b48 100644
--- a/docs/models/operations/listshipmentratesglobals.md
+++ b/docs/models/operations/listshipmentratesglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListShipmentRatesGlobals } from "shippo/models/operations";
-let value: ListShipmentRatesGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListShipmentRatesGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listshipmentsglobals.md b/docs/models/operations/listshipmentsglobals.md
index b2eadbfa..273035d9 100644
--- a/docs/models/operations/listshipmentsglobals.md
+++ b/docs/models/operations/listshipmentsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListShipmentsGlobals } from "shippo/models/operations";
-let value: ListShipmentsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListShipmentsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listshippoaccountsglobals.md b/docs/models/operations/listshippoaccountsglobals.md
index 9fd46945..a7be04be 100644
--- a/docs/models/operations/listshippoaccountsglobals.md
+++ b/docs/models/operations/listshippoaccountsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListShippoAccountsGlobals } from "shippo/models/operations";
-let value: ListShippoAccountsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListShippoAccountsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listtransactionsglobals.md b/docs/models/operations/listtransactionsglobals.md
index 1b1e8541..d37f0a42 100644
--- a/docs/models/operations/listtransactionsglobals.md
+++ b/docs/models/operations/listtransactionsglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListTransactionsGlobals } from "shippo/models/operations";
-let value: ListTransactionsGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListTransactionsGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/listuserparceltemplatesglobals.md b/docs/models/operations/listuserparceltemplatesglobals.md
index 2a1ffd83..6293ed03 100644
--- a/docs/models/operations/listuserparceltemplatesglobals.md
+++ b/docs/models/operations/listuserparceltemplatesglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ListUserParcelTemplatesGlobals } from "shippo/models/operations";
-let value: ListUserParcelTemplatesGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ListUserParcelTemplatesGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/purchasebatchglobals.md b/docs/models/operations/purchasebatchglobals.md
index 11fe8290..9b80473a 100644
--- a/docs/models/operations/purchasebatchglobals.md
+++ b/docs/models/operations/purchasebatchglobals.md
@@ -5,13 +5,11 @@
```typescript
import { PurchaseBatchGlobals } from "shippo/models/operations";
-let value: PurchaseBatchGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: PurchaseBatchGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/registercarrieraccountglobals.md b/docs/models/operations/registercarrieraccountglobals.md
index 72bb49bc..b2b08c62 100644
--- a/docs/models/operations/registercarrieraccountglobals.md
+++ b/docs/models/operations/registercarrieraccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { RegisterCarrierAccountGlobals } from "shippo/models/operations";
-let value: RegisterCarrierAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: RegisterCarrierAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/removeshipmentsfrombatchglobals.md b/docs/models/operations/removeshipmentsfrombatchglobals.md
index a36ef177..d8d22d0c 100644
--- a/docs/models/operations/removeshipmentsfrombatchglobals.md
+++ b/docs/models/operations/removeshipmentsfrombatchglobals.md
@@ -5,13 +5,11 @@
```typescript
import { RemoveShipmentsFromBatchGlobals } from "shippo/models/operations";
-let value: RemoveShipmentsFromBatchGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: RemoveShipmentsFromBatchGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/updatecarrieraccountglobals.md b/docs/models/operations/updatecarrieraccountglobals.md
index 447b7d8f..aa66dacb 100644
--- a/docs/models/operations/updatecarrieraccountglobals.md
+++ b/docs/models/operations/updatecarrieraccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { UpdateCarrierAccountGlobals } from "shippo/models/operations";
-let value: UpdateCarrierAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: UpdateCarrierAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/updatedefaultparceltemplateglobals.md b/docs/models/operations/updatedefaultparceltemplateglobals.md
index 2415d368..cf0359d7 100644
--- a/docs/models/operations/updatedefaultparceltemplateglobals.md
+++ b/docs/models/operations/updatedefaultparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { UpdateDefaultParcelTemplateGlobals } from "shippo/models/operations";
-let value: UpdateDefaultParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: UpdateDefaultParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/updateservicegroupglobals.md b/docs/models/operations/updateservicegroupglobals.md
index f0815c3b..fbc84f4e 100644
--- a/docs/models/operations/updateservicegroupglobals.md
+++ b/docs/models/operations/updateservicegroupglobals.md
@@ -5,13 +5,11 @@
```typescript
import { UpdateServiceGroupGlobals } from "shippo/models/operations";
-let value: UpdateServiceGroupGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: UpdateServiceGroupGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/updateshippoaccountglobals.md b/docs/models/operations/updateshippoaccountglobals.md
index 319e610f..f9d504d6 100644
--- a/docs/models/operations/updateshippoaccountglobals.md
+++ b/docs/models/operations/updateshippoaccountglobals.md
@@ -5,13 +5,11 @@
```typescript
import { UpdateShippoAccountGlobals } from "shippo/models/operations";
-let value: UpdateShippoAccountGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: UpdateShippoAccountGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/updateuserparceltemplateglobals.md b/docs/models/operations/updateuserparceltemplateglobals.md
index 84a82e97..8831c9cf 100644
--- a/docs/models/operations/updateuserparceltemplateglobals.md
+++ b/docs/models/operations/updateuserparceltemplateglobals.md
@@ -5,13 +5,11 @@
```typescript
import { UpdateUserParcelTemplateGlobals } from "shippo/models/operations";
-let value: UpdateUserParcelTemplateGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: UpdateUserParcelTemplateGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/models/operations/validateaddressglobals.md b/docs/models/operations/validateaddressglobals.md
index 6e4697a3..dc78339b 100644
--- a/docs/models/operations/validateaddressglobals.md
+++ b/docs/models/operations/validateaddressglobals.md
@@ -5,13 +5,11 @@
```typescript
import { ValidateAddressGlobals } from "shippo/models/operations";
-let value: ValidateAddressGlobals = {
- shippoApiVersion: "2018-02-08",
-};
+let value: ValidateAddressGlobals = {};
```
## Fields
-| Field | Type | Required | Description | Example |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our API version guide. | 2018-02-08 |
\ No newline at end of file
+| Field | Type | Required | Description | Example |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `shippoApiVersion` | *string* | :heavy_minus_sign: | Optional string used to pick a non-default API version to use. See our [API version](https://docs.goshippo.com/docs/api_concepts/apiversioning/) guide. | 2018-02-08 |
\ No newline at end of file
diff --git a/docs/sdks/addresses/README.md b/docs/sdks/addresses/README.md
index 22c8dd0a..c3f80f40 100644
--- a/docs/sdks/addresses/README.md
+++ b/docs/sdks/addresses/README.md
@@ -3,7 +3,6 @@
## Overview
Addresses are the locations a parcel is being shipped **from** and **to**. They represent company and residential places. Among other things, you can use address objects to create shipments, calculate shipping rates, and purchase shipping labels.
-
Batch shipments are displayed 100 at a time. You can iterate
-through each `page` using the `?page= query` parameter. You can also filter based on batch shipment
-status, for example, by passing a query param like `?object_results=creation_failed`.
-For more details on filtering results, see our guide on filtering.
+Returns a batch using an object ID.
+
+Batch shipments are displayed 100 at a time. You can iterate through each page using the `?page=` query parameter. You can also filter based on batch shipment status, for example, by passing a query param like `?object_results=creation_failed`.
+
+For more details on filtering results, see our guide on [filtering](https://docs.goshippo.com/docs/api_concepts/filtering/).
### Example Usage
diff --git a/docs/sdks/carrieraccounts/README.md b/docs/sdks/carrieraccounts/README.md
index 81b420ea..ea137d82 100644
--- a/docs/sdks/carrieraccounts/README.md
+++ b/docs/sdks/carrieraccounts/README.md
@@ -4,8 +4,6 @@
Carriers are the companies who deliver your package. Shippo uses Carrier account objects as credentials to retrieve shipping rates and purchase labels from shipping Carriers.
-
-Using it appends the property `service_levels` to each carrier account.
+Additionally, you can get information about the service levels associated with each carrier account by passing in the `?service_levels=true` query parameter.
+Using it appends the property `service_levels` to each carrier account.
By default, if the query parameter is omitted, the `service_levels` property will not be included in the response.
### Example Usage
diff --git a/docs/sdks/carrierparceltemplates/README.md b/docs/sdks/carrierparceltemplates/README.md
index 29d7a5cb..3a2ae7c5 100644
--- a/docs/sdks/carrierparceltemplates/README.md
+++ b/docs/sdks/carrierparceltemplates/README.md
@@ -4,8 +4,6 @@
A carrier parcel template represents a package used for shipping that has preset dimensions defined by a carrier. Some examples of a carrier parcel template include USPS Flat Rate Box and Fedex Small Pak. When using a carrier parcel template, the rates returned may be limited to the carrier that provides the box. You can create user parcel templates using a carrier parcel template. Shippo takes the dimensions of the carrier parcel template but you must configure the weight.
-
Use the following query string params to filter the results as needed.
-
-
+List all carrier parcel template objects.
+
+Use the following query string params to filter the results as needed:
+
+- `include=all` (the default): includes templates from all carriers
+- `include=user`: includes templates only from carriers which the user has added (whether or not they're currently enabled)
+- `include=enabled`: includes templates only for carriers which the user has added and enabled
+- `carrier=
The object_id cannot be updated as it is the unique identifier for the object.
+Updates an existing service group object. The object_id cannot be updated as it is the unique identifier for the object.
### Example Usage
diff --git a/docs/sdks/shipments/README.md b/docs/sdks/shipments/README.md
index 103a69e4..f91776a9 100644
--- a/docs/sdks/shipments/README.md
+++ b/docs/sdks/shipments/README.md
@@ -3,11 +3,6 @@
## Overview
A shipment is the act of transporting goods. A shipment object contains **to** and **from** addresses, and the parcel details that you are shipping. You can use the shipment object to retrieve shipping rates and purchase a shipping label.
-
-In order to filter results, you must use the below path parameters.
-A maximum date range of 90 days is permitted.
-Provided dates should be ISO 8601 UTC dates (timezone offsets are currently not supported).
+Returns a list of all shipment objects.
-Optional path parameters:
- `object_created_gt`- object(s) created greater than a provided date time
- `object_created_gte` - object(s) created greater than or equal to a provided date time
- `object_created_lt` - object(s) created less than a provided date time
- `object_created_lte` - object(s) created less than or equal to a provided date time
+To filter results, use the optional query parameters below. Provided dates should be ISO 8601 UTC dates (timezone offsets are currently not supported).
- Date format examples:
- `2017-01-01`
- `2017-01-01T03:30:30` or `2017-01-01T03:30:30.5`
- `2017-01-01T03:30:30Z`
+- `object_created_gt`: object(s) created after the provided date time
+- `object_created_gte`: object(s) created at or after the provided date time
+- `object_created_lt`: object(s) created before the provided date time
+- `object_created_lte`: object(s) created at or before the provided date time
- Example URL:
- `https://api.goshippo.com/shipments/?object_created_gte=2017-01-01T00:00:30&object_created_lt=2017-04-01T00:00:30`
+Date format examples: `2017-01-01`, `2017-01-01T03:30:30` (or `2017-01-01T03:30:30.5`), `2017-01-01T03:30:30Z`
+
+Example URL: `https://api.goshippo.com/shipments/?object_created_gte=2017-01-01T00:00:30&object_created_lt=2017-04-01T00:00:30`
+
+Note: Shipment objects older than 390 days are not returned.
### Example Usage
@@ -406,7 +397,7 @@ run();
## get
-Returns an existing shipment using an object ID
+Returns an existing shipment using an object ID. Shipment objects older than 390 days are not returned.
### Example Usage
diff --git a/docs/sdks/shippoaccounts/README.md b/docs/sdks/shippoaccounts/README.md
index 53dfc1ab..e9423a33 100644
--- a/docs/sdks/shippoaccounts/README.md
+++ b/docs/sdks/shippoaccounts/README.md
@@ -4,8 +4,7 @@
Shippo Accounts are used by Shippo Platform Accounts to create and manage Managed Shippo Accounts.
Managed Shippo Accounts are headless accounts that represent your customers. They are opaque to your end customers, meaning customers do not need to create their own Shippo login or have a billing relationship with Shippo.
-They can be used by marketplaces, e-commerce platforms, and third-party logistics providers who want to offer, seamless, built-in shipping functionality to their customers. See our guide for more details.
-
If you purchased your shipping label through Shippo, you can also get all the tracking details of your Shipment
-from the Transaction object.
-
is_valid(boolean) and messages(array).
+ * generated during validation. Children keys are `is_valid`(boolean) and `messages`(array).
*/
validationResults?: AddressValidationResults | undefined;
/**
diff --git a/src/models/components/addresscompletecreaterequest.ts b/src/models/components/addresscompletecreaterequest.ts
index d8cedc02..11e4f160 100644
--- a/src/models/components/addresscompletecreaterequest.ts
+++ b/src/models/components/addresscompletecreaterequest.ts
@@ -13,25 +13,51 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
*/
export type AddressCompleteCreateRequest = {
/**
- * **required for purchase**is_valid(boolean) and messages(array).
+ * generated during validation. Children keys are `is_valid`(boolean) and `messages`(array).
*/
export type AddressValidationResults = {
isValid?: boolean | undefined;
diff --git a/src/models/components/addressvalidationresultsmessage.ts b/src/models/components/addressvalidationresultsmessage.ts
index 1bf8d48a..037e26c6 100644
--- a/src/models/components/addressvalidationresultsmessage.ts
+++ b/src/models/components/addressvalidationresultsmessage.ts
@@ -9,11 +9,11 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
export type AddressValidationResultsMessage = {
/**
- * See Address Validation Codes
+ * See [Address Validation Codes](/shippoapi/public-api/address-validation-codes)
*/
code?: string | undefined;
/**
- * See Address Validation Source
+ * See [Address Validation Source](/shippoapi/public-api/address-validation-source)
*/
source?: string | undefined;
text?: string | undefined;
diff --git a/src/models/components/batch.ts b/src/models/components/batch.ts
index 2873a06e..b40b6aa1 100644
--- a/src/models/components/batch.ts
+++ b/src/models/components/batch.ts
@@ -18,7 +18,7 @@ import {
} from "./labelfiletypeenum.js";
/**
- * An object containing the following counts:total_price amount.
+ * Currency of the `total_price` amount.
*/
currency?: string | undefined;
/**
@@ -66,7 +74,7 @@ export type LineItem = {
* Total weight of this/these item(s). Instead of specifying the weight of all items,
*
* @remarks
- * you can also set the total_weight value of the order object.
+ * you can also set the `total_weight` value of the order object.
*/
weight?: string | undefined;
/**
diff --git a/src/models/components/lineitembase.ts b/src/models/components/lineitembase.ts
index 352ca4c3..afbcb225 100644
--- a/src/models/components/lineitembase.ts
+++ b/src/models/components/lineitembase.ts
@@ -11,7 +11,7 @@ import {
export type LineItemBase = {
/**
- * Currency of the total_price amount.
+ * Currency of the `total_price` amount.
*/
currency?: string | undefined;
/**
@@ -62,7 +62,7 @@ export type LineItemBase = {
* Total weight of this/these item(s). Instead of specifying the weight of all items,
*
* @remarks
- * you can also set the total_weight value of the order object.
+ * you can also set the `total_weight` value of the order object.
*/
weight?: string | undefined;
/**
diff --git a/src/models/components/liverate.ts b/src/models/components/liverate.ts
index bdbeb098..64f0ac4a 100644
--- a/src/models/components/liverate.ts
+++ b/src/models/components/liverate.ts
@@ -21,14 +21,14 @@ export type LiveRate = {
* Currency used in the sender's country, refers to `amount`.
*
* @remarks
- * The official ISO 4217 currency codes are used, e.g. `USD` or `EUR`.
+ * The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or `EUR`.
*/
currency?: string | undefined;
/**
* Currency used in the recipient's country, refers to `amount_local`.
*
* @remarks
- * The official ISO 4217 currency codes are used, e.g. `USD` or "EUR".
+ * The [official ISO 4217](http://www.xe.com/iso4217.php) currency codes are used, e.g. `USD` or "EUR".
*/
currencyLocal?: string | undefined;
/**
diff --git a/src/models/components/order.ts b/src/models/components/order.ts
index 6958024c..71b2548f 100644
--- a/src/models/components/order.ts
+++ b/src/models/components/order.ts
@@ -26,10 +26,11 @@ export type Transactions = {};
export type Order = {
/**
- * **Required if total_price is provided**total_price and total_tax amounts.
+ *
+ * Currency of the `total_price` and `total_tax` amounts.
*/
currency?: string | undefined;
/**
@@ -41,7 +42,7 @@ export type Order = {
*/
orderNumber?: string | undefined;
/**
- * Current state of the order. See the orders tutorial
+ * Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
*
* @remarks
* for the logic of how the status is handled.
@@ -56,10 +57,11 @@ export type Order = {
*/
shippingCost?: string | undefined;
/**
- * **Required if shipping_cost is provided**shipping_cost amount.
+ *
+ * Currency of the `shipping_cost` amount.
*/
shippingCostCurrency?: string | undefined;
/**
@@ -87,15 +89,15 @@ export type Order = {
*/
weightUnit?: WeightUnitEnum | undefined;
/**
- * Address object of the sender / seller. Will be returned expanded by default.
+ * [Address](/shippoapi/public-api/addresses) object of the sender / seller. Will be returned expanded by default.
*/
fromAddress?: Address | undefined;
/**
- * Address object of the recipient / buyer. Will be returned expanded by default.
+ * [Address](/shippoapi/public-api/addresses) object of the recipient / buyer. Will be returned expanded by default.
*/
toAddress: Address;
/**
- * Array of line item objects representing the items in this order.
+ * Array of [line item](/shippoapi/public-api/orders/lineitem) objects representing the items in this order.
*
* @remarks
* All objects will be returned expanded by default.
@@ -117,7 +119,7 @@ export type Order = {
*/
shopApp?: OrderShopAppEnum | undefined;
/**
- * Array of transaction objects representing all shipping labels purchased for this order.
+ * Array of [transaction](/shippoapi/public-api/transactions) objects representing all shipping labels purchased for this order.
*
* @remarks
* All objects are returned expanded with a limited number of fields by default.
diff --git a/src/models/components/ordercreaterequest.ts b/src/models/components/ordercreaterequest.ts
index 34bc29e2..bb9b1e8f 100644
--- a/src/models/components/ordercreaterequest.ts
+++ b/src/models/components/ordercreaterequest.ts
@@ -25,10 +25,11 @@ import {
export type OrderCreateRequest = {
/**
- * **Required if total_price is provided**total_price and total_tax amounts.
+ *
+ * Currency of the `total_price` and `total_tax` amounts.
*/
currency?: string | undefined;
/**
@@ -40,7 +41,7 @@ export type OrderCreateRequest = {
*/
orderNumber?: string | undefined;
/**
- * Current state of the order. See the orders tutorial
+ * Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
*
* @remarks
* for the logic of how the status is handled.
@@ -55,10 +56,11 @@ export type OrderCreateRequest = {
*/
shippingCost?: string | undefined;
/**
- * **Required if shipping_cost is provided**shipping_cost amount.
+ *
+ * Currency of the `shipping_cost` amount.
*/
shippingCostCurrency?: string | undefined;
/**
@@ -86,15 +88,15 @@ export type OrderCreateRequest = {
*/
weightUnit?: WeightUnitEnum | undefined;
/**
- * Address object of the sender / seller. Will be returned expanded by default..
+ * [Address](/shippoapi/public-api/addresses) object of the sender / seller. Will be returned expanded by default..
*/
fromAddress?: AddressCreateRequest | undefined;
/**
- * Address object of the recipient / buyer. Will be returned expanded by default.
+ * [Address](/shippoapi/public-api/addresses) object of the recipient / buyer. Will be returned expanded by default.
*/
toAddress: AddressCreateRequest;
/**
- * Array of line item objects representing the items in this order.
+ * Array of [line item](/shippoapi/public-api/orders/lineitem) objects representing the items in this order.
*
* @remarks
* All objects will be returned expanded by default.
diff --git a/src/models/components/orderstatusenum.ts b/src/models/components/orderstatusenum.ts
index 4c4936e4..740e9ab0 100644
--- a/src/models/components/orderstatusenum.ts
+++ b/src/models/components/orderstatusenum.ts
@@ -6,7 +6,7 @@ import * as z from "zod/v4-mini";
import { ClosedEnum } from "../../types/enums.js";
/**
- * Current state of the order. See the orders tutorial
+ * Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
*
* @remarks
* for the logic of how the status is handled.
@@ -21,7 +21,7 @@ export const OrderStatusEnum = {
Shipped: "SHIPPED",
} as const;
/**
- * Current state of the order. See the orders tutorial
+ * Current state of the order. See the [orders tutorial](https://docs.goshippo.com/docs/orders/orders/)
*
* @remarks
* for the logic of how the status is handled.
diff --git a/src/models/components/parcel.ts b/src/models/components/parcel.ts
index eff5b2cb..3dc31772 100644
--- a/src/models/components/parcel.ts
+++ b/src/models/components/parcel.ts
@@ -47,7 +47,7 @@ export type Parcel = {
* An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
*
* @remarks
- * See the Parcel Extra table below for all available services.
+ * The following values are supported for the `extra` field of the parcel object.
*/
extra?: ParcelExtra | undefined;
metadata?: string | undefined;
diff --git a/src/models/components/parcelcreatefromtemplaterequest.ts b/src/models/components/parcelcreatefromtemplaterequest.ts
index 195a5938..af257047 100644
--- a/src/models/components/parcelcreatefromtemplaterequest.ts
+++ b/src/models/components/parcelcreatefromtemplaterequest.ts
@@ -24,7 +24,7 @@ export type ParcelCreateFromTemplateRequest = {
* An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
*
* @remarks
- * See the Parcel Extra table below for all available services.
+ * The following values are supported for the `extra` field of the parcel object.
*/
extra?: ParcelExtra | undefined;
metadata?: string | undefined;
diff --git a/src/models/components/parcelcreaterequest.ts b/src/models/components/parcelcreaterequest.ts
index 8a85c23a..8cf5f10f 100644
--- a/src/models/components/parcelcreaterequest.ts
+++ b/src/models/components/parcelcreaterequest.ts
@@ -23,7 +23,7 @@ export type ParcelCreateRequest = {
* An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
*
* @remarks
- * See the Parcel Extra table below for all available services.
+ * The following values are supported for the `extra` field of the parcel object.
*/
extra?: ParcelExtra | undefined;
metadata?: string | undefined;
diff --git a/src/models/components/parcelextra.ts b/src/models/components/parcelextra.ts
index 5a6364fa..31483441 100644
--- a/src/models/components/parcelextra.ts
+++ b/src/models/components/parcelextra.ts
@@ -24,7 +24,7 @@ import {
* An object holding optional extra services to be requested for each parcel in a multi-piece shipment.
*
* @remarks
- * See the Parcel Extra table below for all available services.
+ * The following values are supported for the `extra` field of the parcel object.
*/
export type ParcelExtra = {
/**
@@ -32,15 +32,29 @@ export type ParcelExtra = {
*/
cod?: Cod | undefined;
/**
- * To add insurance to your parcel, specify `amount`, `content` and `currency`. async has been set to false in the request,
+ * An array with all available rates. If `async` has been set to `false` in the request,
*
* @remarks
* this will be populated with all available rates in the response. Otherwise rates will be created
diff --git a/src/models/components/shipmentcreaterequest.ts b/src/models/components/shipmentcreaterequest.ts
index 017cdb7c..f09e4236 100644
--- a/src/models/components/shipmentcreaterequest.ts
+++ b/src/models/components/shipmentcreaterequest.ts
@@ -68,12 +68,22 @@ export type ShipmentCreateRequest = {
customsDeclaration?: CustomsDeclarationCreateRequest | string | undefined;
async?: boolean | undefined;
/**
- * List of Carrier Accounts `object_id`s used to filter
+ * List of [Carrier Accounts](/shippoapi/public-api/carrier-accounts) `object_id`s used to filter
*
* @remarks
* the returned rates. If set, only rates from these carriers will be returned.
*/
carrierAccounts?: Arraytracking_status.
+ * A list of tracking events, following the same structure as `tracking_status`.
*
* @remarks
* It contains a full history of all tracking statuses, starting with the earlier tracking event first.
@@ -69,7 +72,7 @@ export type Track = {
*/
trackingStatus?: TrackingStatus | undefined;
/**
- * The object_id of the transaction associated with this tracking object.
+ * The `object_id` of the transaction associated with this tracking object.
*
* @remarks
* This field is visible only to the object owner of the transaction.
diff --git a/src/models/components/trackingstatussubstatus.ts b/src/models/components/trackingstatussubstatus.ts
index ea1490ed..74596eb8 100644
--- a/src/models/components/trackingstatussubstatus.ts
+++ b/src/models/components/trackingstatussubstatus.ts
@@ -13,11 +13,11 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
*/
export type TrackingStatusSubstatus = {
/**
- * A code that represents the substatus of the shipment. See the Event Definitions for more information.
+ * A code that represents the substatus of the shipment. See the [Event Definitions](https://docs.goshippo.com/docs/tracking/tracking/#event-definitions) for more information.
*/
code: string;
/**
- * A human-readable description of the substatus. See the Event Definitions for more information.
+ * A human-readable description of the substatus. See the [Event Definitions](https://docs.goshippo.com/docs/tracking/tracking/#event-definitions) for more information.
*/
text: string;
/**
diff --git a/src/models/components/transaction.ts b/src/models/components/transaction.ts
index 9086f49c..02ccf53a 100644
--- a/src/models/components/transaction.ts
+++ b/src/models/components/transaction.ts
@@ -60,7 +60,7 @@ export type CreatedBy = {
* @remarks
* If you purchase a label by calling the transaction endpoint without a rate (instalabel),
* this field will be a simplified Rate object in the Transaction model returned from the POST request.
- * Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
+ * Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
*/
export type TransactionRate = CoreRate | string;
@@ -78,10 +78,10 @@ export type Transaction = {
*/
eta?: string | undefined;
/**
- * Print format of the label. If empty, will use the default format set from
+ * Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
*
* @remarks
- * the Shippo dashboard.
+ * [the Shippo dashboard.](https://apps.goshippo.com/settings/labels)
*/
labelFileType?: LabelFileTypeEnum | undefined;
/**
@@ -136,7 +136,7 @@ export type Transaction = {
* @remarks
* If you purchase a label by calling the transaction endpoint without a rate (instalabel),
* this field will be a simplified Rate object in the Transaction model returned from the POST request.
- * Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
+ * Note, only rates less than 7 days old can be purchased to ensure up-to-date pricing.
*/
rate?: CoreRate | string | undefined;
/**
diff --git a/src/models/components/transactioncreaterequest.ts b/src/models/components/transactioncreaterequest.ts
index 86e7b258..ffea7437 100644
--- a/src/models/components/transactioncreaterequest.ts
+++ b/src/models/components/transactioncreaterequest.ts
@@ -12,10 +12,10 @@ import {
export type TransactionCreateRequest = {
async?: boolean | undefined;
/**
- * Print format of the label. If empty, will use the default format set from
+ * Print format of the [label](https://docs.goshippo.com/docs/shipments/shippinglabelsizes/). If empty, will use the default format set from
*
* @remarks
- * the Shippo dashboard.
+ * [the Shippo dashboard.](https://apps.goshippo.com/settings/labels)
*/
labelFileType?: LabelFileTypeEnum | undefined;
metadata?: string | undefined;
diff --git a/src/models/components/upsconnectexistingownaccountparameters.ts b/src/models/components/upsconnectexistingownaccountparameters.ts
index d2e6dc2b..12c4f4b7 100644
--- a/src/models/components/upsconnectexistingownaccountparameters.ts
+++ b/src/models/components/upsconnectexistingownaccountparameters.ts
@@ -12,7 +12,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
* An array of additional parameters for the account, such as e.g. password or token.
*
* @remarks
- * Please check the carrier accounts tutorial page for the parameters per carrier.