CHANGELOG.md
LICENSE
MANIFEST.in
README.md
UPGRADE_GUIDE.md
pyproject.toml
easypost/__init__.py
easypost/constant.py
easypost/easypost_client.py
easypost/easypost_object.py
easypost/py.typed
easypost/requestor.py
easypost/util.py
easypost.egg-info/PKG-INFO
easypost.egg-info/SOURCES.txt
easypost.egg-info/dependency_links.txt
easypost.egg-info/requires.txt
easypost.egg-info/top_level.txt
easypost/errors/__init__.py
easypost/errors/api/__init__.py
easypost/errors/api/api_error.py
easypost/errors/api/bad_request_error.py
easypost/errors/api/encoding_error.py
easypost/errors/api/external_api_error.py
easypost/errors/api/forbidden_error.py
easypost/errors/api/gateway_timeout_error.py
easypost/errors/api/http_error.py
easypost/errors/api/internal_server_error.py
easypost/errors/api/invalid_request_error.py
easypost/errors/api/json_error.py
easypost/errors/api/method_not_allowed_error.py
easypost/errors/api/not_found_error.py
easypost/errors/api/payment_error.py
easypost/errors/api/rate_limit_error.py
easypost/errors/api/redirect_error.py
easypost/errors/api/service_unavailable_error.py
easypost/errors/api/timeout_error.py
easypost/errors/api/unauthorized_error.py
easypost/errors/api/unknown_api_error.py
easypost/errors/general/__init__.py
easypost/errors/general/easypost_error.py
easypost/errors/general/end_of_pagination_error.py
easypost/errors/general/filtering_error.py
easypost/errors/general/invalid_object_error.py
easypost/errors/general/invalid_parameter_error.py
easypost/errors/general/missing_parameter_error.py
easypost/errors/general/signature_verification_error.py
easypost/hooks/__init__.py
easypost/hooks/event_hook.py
easypost/hooks/request_hook.py
easypost/hooks/response_hook.py
easypost/models/__init__.py
easypost/models/address.py
easypost/models/api_key.py
easypost/models/batch.py
easypost/models/billing.py
easypost/models/brand.py
easypost/models/carrier_account.py
easypost/models/claim.py
easypost/models/customs_info.py
easypost/models/customs_item.py
easypost/models/end_shipper.py
easypost/models/event.py
easypost/models/insurance.py
easypost/models/order.py
easypost/models/parcel.py
easypost/models/payload.py
easypost/models/pickup.py
easypost/models/pickup_rate.py
easypost/models/postage_label.py
easypost/models/rate.py
easypost/models/refund.py
easypost/models/report.py
easypost/models/scan_form.py
easypost/models/shipment.py
easypost/models/tracker.py
easypost/models/user.py
easypost/models/webhook.py
easypost/services/__init__.py
easypost/services/address_service.py
easypost/services/api_key_service.py
easypost/services/base_service.py
easypost/services/batch_service.py
easypost/services/beta_rate_service.py
easypost/services/beta_referral_customer_service.py
easypost/services/billing_service.py
easypost/services/carrier_account_service.py
easypost/services/carrier_metadata_service.py
easypost/services/claim_service.py
easypost/services/customer_portal_service.py
easypost/services/customs_info_service.py
easypost/services/customs_item_service.py
easypost/services/embeddable_service.py
easypost/services/end_shipper_service.py
easypost/services/event_service.py
easypost/services/fedex_registration_service.py
easypost/services/insurance_service.py
easypost/services/luma_service.py
easypost/services/order_service.py
easypost/services/parcel_service.py
easypost/services/pickup_service.py
easypost/services/rate_service.py
easypost/services/referral_customer_service.py
easypost/services/refund_service.py
easypost/services/report_service.py
easypost/services/scan_form_service.py
easypost/services/shipment_service.py
easypost/services/smartrate_service.py
easypost/services/tracker_service.py
easypost/services/user_service.py
easypost/services/webhook_service.py
examples/official/docs/python/current/addresses/create-and-verify.py
examples/official/docs/python/current/addresses/create.py
examples/official/docs/python/current/addresses/list.py
examples/official/docs/python/current/addresses/retrieve.py
examples/official/docs/python/current/addresses/verify-param.py
examples/official/docs/python/current/addresses/verify-strict-param.py
examples/official/docs/python/current/addresses/verify.py
examples/official/docs/python/current/api-keys/retrieve.py
examples/official/docs/python/current/batches/add-shipments.py
examples/official/docs/python/current/batches/buy.py
examples/official/docs/python/current/batches/create.py
examples/official/docs/python/current/batches/label.py
examples/official/docs/python/current/batches/list.py
examples/official/docs/python/current/batches/remove-shipments.py
examples/official/docs/python/current/batches/retrieve.py
examples/official/docs/python/current/batches/scan-forms.py
examples/official/docs/python/current/billing/add-stripe-bank-account.py
examples/official/docs/python/current/billing/add-stripe-credit-card.py
examples/official/docs/python/current/billing/create-ep-credit-card.py
examples/official/docs/python/current/billing/create-stripe-bank-account-secret.py
examples/official/docs/python/current/billing/create-stripe-credit-card-secret.py
examples/official/docs/python/current/billing/delete.py
examples/official/docs/python/current/billing/fund.py
examples/official/docs/python/current/billing/list.py
examples/official/docs/python/current/brand/update.py
examples/official/docs/python/current/carrier-accounts/create.py
examples/official/docs/python/current/carrier-accounts/delete.py
examples/official/docs/python/current/carrier-accounts/list.py
examples/official/docs/python/current/carrier-accounts/retrieve.py
examples/official/docs/python/current/carrier-accounts/update.py
examples/official/docs/python/current/carrier-metadata/retrieve.py
examples/official/docs/python/current/carrier-types/list.py
examples/official/docs/python/current/child-users/create.py
examples/official/docs/python/current/child-users/delete.py
examples/official/docs/python/current/child-users/list.py
examples/official/docs/python/current/claims/cancel.py
examples/official/docs/python/current/claims/create.py
examples/official/docs/python/current/claims/list.py
examples/official/docs/python/current/claims/retrieve.py
examples/official/docs/python/current/customs-infos/create.py
examples/official/docs/python/current/customs-infos/retrieve.py
examples/official/docs/python/current/customs-items/create.py
examples/official/docs/python/current/customs-items/retrieve.py
examples/official/docs/python/current/endshipper/buy.py
examples/official/docs/python/current/endshipper/create.py
examples/official/docs/python/current/endshipper/list.py
examples/official/docs/python/current/endshipper/retrieve.py
examples/official/docs/python/current/endshipper/update.py
examples/official/docs/python/current/events/list.py
examples/official/docs/python/current/events/retrieve.py
examples/official/docs/python/current/forms/create.py
examples/official/docs/python/current/insurance/create.py
examples/official/docs/python/current/insurance/list.py
examples/official/docs/python/current/insurance/refund.py
examples/official/docs/python/current/insurance/retrieve.py
examples/official/docs/python/current/options/create-with-options.py
examples/official/docs/python/current/orders/buy.py
examples/official/docs/python/current/orders/create.py
examples/official/docs/python/current/orders/one-call-buy.py
examples/official/docs/python/current/orders/retrieve.py
examples/official/docs/python/current/pagination/get-next-page.py
examples/official/docs/python/current/parcels/create.py
examples/official/docs/python/current/parcels/retrieve.py
examples/official/docs/python/current/payloads/list.py
examples/official/docs/python/current/payloads/retrieve.py
examples/official/docs/python/current/pickups/buy.py
examples/official/docs/python/current/pickups/cancel.py
examples/official/docs/python/current/pickups/create.py
examples/official/docs/python/current/pickups/list.py
examples/official/docs/python/current/pickups/retrieve.py
examples/official/docs/python/current/rates/regenerate.py
examples/official/docs/python/current/rates/retrieve-stateless.py
examples/official/docs/python/current/rates/retrieve.py
examples/official/docs/python/current/referral-customers/add-payment-method-with-bank-account.py
examples/official/docs/python/current/referral-customers/add-payment-method-with-credit-card.py
examples/official/docs/python/current/referral-customers/create.py
examples/official/docs/python/current/referral-customers/list.py
examples/official/docs/python/current/referral-customers/refund-by-amount.py
examples/official/docs/python/current/referral-customers/refund-by-payment-log.py
examples/official/docs/python/current/referral-customers/update.py
examples/official/docs/python/current/refunds/create.py
examples/official/docs/python/current/refunds/list.py
examples/official/docs/python/current/refunds/retrieve.py
examples/official/docs/python/current/reports/create.py
examples/official/docs/python/current/reports/list.py
examples/official/docs/python/current/reports/retrieve.py
examples/official/docs/python/current/returns/create.py
examples/official/docs/python/current/scan-form/create.py
examples/official/docs/python/current/scan-form/list.py
examples/official/docs/python/current/scan-form/retrieve.py
examples/official/docs/python/current/shipments/buy.py
examples/official/docs/python/current/shipments/create.py
examples/official/docs/python/current/shipments/label.py
examples/official/docs/python/current/shipments/list.py
examples/official/docs/python/current/shipments/one-call-buy.py
examples/official/docs/python/current/shipments/retrieve.py
examples/official/docs/python/current/shipping-insurance/insure.py
examples/official/docs/python/current/shipping-refund/refund.py
examples/official/docs/python/current/smartrate/retrieve-estimated-delivery-date.py
examples/official/docs/python/current/smartrate/retrieve-recommend-ship-date.py
examples/official/docs/python/current/smartrate/retrieve-standalone-smartrate-deliver-by.py
examples/official/docs/python/current/smartrate/retrieve-standalone-smartrate-deliver-on.py
examples/official/docs/python/current/smartrate/retrieve-time-in-transit-statistics.py
examples/official/docs/python/current/tax-identifiers/create.py
examples/official/docs/python/current/trackers/create.py
examples/official/docs/python/current/trackers/list.py
examples/official/docs/python/current/trackers/retrieve.py
examples/official/docs/python/current/users/retrieve.py
examples/official/docs/python/current/users/update.py
examples/official/docs/python/current/webhooks/create.py
examples/official/docs/python/current/webhooks/delete.py
examples/official/docs/python/current/webhooks/list.py
examples/official/docs/python/current/webhooks/retrieve.py
examples/official/docs/python/current/webhooks/update.py
examples/official/docs/python/v7/addresses/create-and-verify.py
examples/official/docs/python/v7/addresses/create.py
examples/official/docs/python/v7/addresses/list.py
examples/official/docs/python/v7/addresses/retrieve.py
examples/official/docs/python/v7/addresses/verify-failure.py
examples/official/docs/python/v7/addresses/verify-param.py
examples/official/docs/python/v7/addresses/verify-strict-param.py
examples/official/docs/python/v7/addresses/verify.py
examples/official/docs/python/v7/api-keys/retrieve.py
examples/official/docs/python/v7/batches/add-shipments.py
examples/official/docs/python/v7/batches/buy.py
examples/official/docs/python/v7/batches/create.py
examples/official/docs/python/v7/batches/label.py
examples/official/docs/python/v7/batches/list.py
examples/official/docs/python/v7/batches/remove-shipments.py
examples/official/docs/python/v7/batches/retrieve.py
examples/official/docs/python/v7/batches/scan-forms.py
examples/official/docs/python/v7/billing/create-ep-credit-card.py
examples/official/docs/python/v7/billing/delete.py
examples/official/docs/python/v7/billing/fund.py
examples/official/docs/python/v7/billing/list.py
examples/official/docs/python/v7/brand/update.py
examples/official/docs/python/v7/carbon-offset/buy.py
examples/official/docs/python/v7/carbon-offset/create.py
examples/official/docs/python/v7/carbon-offset/one-call-buy.py
examples/official/docs/python/v7/carrier-accounts/create.py
examples/official/docs/python/v7/carrier-accounts/delete.py
examples/official/docs/python/v7/carrier-accounts/list.py
examples/official/docs/python/v7/carrier-accounts/retrieve.py
examples/official/docs/python/v7/carrier-accounts/update.py
examples/official/docs/python/v7/carrier-metadata/retrieve.py
examples/official/docs/python/v7/carrier-types/list.py
examples/official/docs/python/v7/child-users/create.py
examples/official/docs/python/v7/child-users/delete.py
examples/official/docs/python/v7/customs-infos/create.py
examples/official/docs/python/v7/customs-infos/retrieve.py
examples/official/docs/python/v7/customs-items/create.py
examples/official/docs/python/v7/customs-items/retrieve.py
examples/official/docs/python/v7/endshipper/buy.py
examples/official/docs/python/v7/endshipper/create.py
examples/official/docs/python/v7/endshipper/list.py
examples/official/docs/python/v7/endshipper/retrieve.py
examples/official/docs/python/v7/endshipper/update.py
examples/official/docs/python/v7/events/list.py
examples/official/docs/python/v7/events/retrieve.py
examples/official/docs/python/v7/forms/create.py
examples/official/docs/python/v7/insurance/create.py
examples/official/docs/python/v7/insurance/list.py
examples/official/docs/python/v7/insurance/retrieve.py
examples/official/docs/python/v7/options/create-with-options.py
examples/official/docs/python/v7/orders/buy.py
examples/official/docs/python/v7/orders/create.py
examples/official/docs/python/v7/orders/one-call-buy.py
examples/official/docs/python/v7/orders/retrieve.py
examples/official/docs/python/v7/parcels/create.py
examples/official/docs/python/v7/parcels/retrieve.py
examples/official/docs/python/v7/payloads/list.py
examples/official/docs/python/v7/payloads/retrieve.py
examples/official/docs/python/v7/pickups/buy.py
examples/official/docs/python/v7/pickups/cancel.py
examples/official/docs/python/v7/pickups/create.py
examples/official/docs/python/v7/pickups/list.py
examples/official/docs/python/v7/pickups/retrieve.py
examples/official/docs/python/v7/rates/regenerate.py
examples/official/docs/python/v7/rates/retrieve-stateless.py
examples/official/docs/python/v7/rates/retrieve.py
examples/official/docs/python/v7/referral-customers/add-payment-method-with-bank-account.py
examples/official/docs/python/v7/referral-customers/add-payment-method-with-credit-card.py
examples/official/docs/python/v7/referral-customers/create.py
examples/official/docs/python/v7/referral-customers/list.py
examples/official/docs/python/v7/referral-customers/refund-by-amount.py
examples/official/docs/python/v7/referral-customers/refund-by-payment-log.py
examples/official/docs/python/v7/referral-customers/update.py
examples/official/docs/python/v7/refunds/create.py
examples/official/docs/python/v7/refunds/list.py
examples/official/docs/python/v7/refunds/retrieve.py
examples/official/docs/python/v7/reports/create.py
examples/official/docs/python/v7/reports/list.py
examples/official/docs/python/v7/reports/retrieve.py
examples/official/docs/python/v7/returns/create.py
examples/official/docs/python/v7/scan-form/create.py
examples/official/docs/python/v7/scan-form/list.py
examples/official/docs/python/v7/scan-form/retrieve.py
examples/official/docs/python/v7/shipments/buy.py
examples/official/docs/python/v7/shipments/create.py
examples/official/docs/python/v7/shipments/label.py
examples/official/docs/python/v7/shipments/list.py
examples/official/docs/python/v7/shipments/one-call-buy.py
examples/official/docs/python/v7/shipments/retrieve.py
examples/official/docs/python/v7/shipping-insurance/insure.py
examples/official/docs/python/v7/shipping-refund/refund.py
examples/official/docs/python/v7/smartrate/retrieve-estimated-delivery-date.py
examples/official/docs/python/v7/smartrate/retrieve-time-in-transit-statistics.py
examples/official/docs/python/v7/tax-identifiers/create.py
examples/official/docs/python/v7/trackers/create.py
examples/official/docs/python/v7/trackers/list.py
examples/official/docs/python/v7/trackers/retrieve.py
examples/official/docs/python/v7/users/retrieve.py
examples/official/docs/python/v7/users/update.py
examples/official/docs/python/v7/webhooks/create.py
examples/official/docs/python/v7/webhooks/delete.py
examples/official/docs/python/v7/webhooks/list.py
examples/official/docs/python/v7/webhooks/retrieve.py
examples/official/docs/python/v7/webhooks/update.py
examples/official/docs/python/v8/addresses/create-and-verify.py
examples/official/docs/python/v8/addresses/create.py
examples/official/docs/python/v8/addresses/list.py
examples/official/docs/python/v8/addresses/retrieve.py
examples/official/docs/python/v8/addresses/verify-failure.py
examples/official/docs/python/v8/addresses/verify-param.py
examples/official/docs/python/v8/addresses/verify-strict-param.py
examples/official/docs/python/v8/addresses/verify.py
examples/official/docs/python/v8/api-keys/retrieve.py
examples/official/docs/python/v8/batches/add-shipments.py
examples/official/docs/python/v8/batches/buy.py
examples/official/docs/python/v8/batches/create.py
examples/official/docs/python/v8/batches/label.py
examples/official/docs/python/v8/batches/list.py
examples/official/docs/python/v8/batches/remove-shipments.py
examples/official/docs/python/v8/batches/retrieve.py
examples/official/docs/python/v8/batches/scan-forms.py
examples/official/docs/python/v8/billing/create-ep-credit-card.py
examples/official/docs/python/v8/billing/delete.py
examples/official/docs/python/v8/billing/fund.py
examples/official/docs/python/v8/billing/list.py
examples/official/docs/python/v8/brand/update.py
examples/official/docs/python/v8/carbon-offset/buy.py
examples/official/docs/python/v8/carbon-offset/create.py
examples/official/docs/python/v8/carbon-offset/one-call-buy.py
examples/official/docs/python/v8/carrier-accounts/create.py
examples/official/docs/python/v8/carrier-accounts/delete.py
examples/official/docs/python/v8/carrier-accounts/list.py
examples/official/docs/python/v8/carrier-accounts/retrieve.py
examples/official/docs/python/v8/carrier-accounts/update.py
examples/official/docs/python/v8/carrier-metadata/retrieve.py
examples/official/docs/python/v8/carrier-types/list.py
examples/official/docs/python/v8/child-users/create.py
examples/official/docs/python/v8/child-users/delete.py
examples/official/docs/python/v8/customs-infos/create.py
examples/official/docs/python/v8/customs-infos/retrieve.py
examples/official/docs/python/v8/customs-items/create.py
examples/official/docs/python/v8/customs-items/retrieve.py
examples/official/docs/python/v8/endshipper/buy.py
examples/official/docs/python/v8/endshipper/create.py
examples/official/docs/python/v8/endshipper/list.py
examples/official/docs/python/v8/endshipper/retrieve.py
examples/official/docs/python/v8/endshipper/update.py
examples/official/docs/python/v8/events/list.py
examples/official/docs/python/v8/events/retrieve.py
examples/official/docs/python/v8/forms/create.py
examples/official/docs/python/v8/insurance/create.py
examples/official/docs/python/v8/insurance/list.py
examples/official/docs/python/v8/insurance/retrieve.py
examples/official/docs/python/v8/options/create-with-options.py
examples/official/docs/python/v8/orders/buy.py
examples/official/docs/python/v8/orders/create.py
examples/official/docs/python/v8/orders/one-call-buy.py
examples/official/docs/python/v8/orders/retrieve.py
examples/official/docs/python/v8/pagination/get-next-page.py
examples/official/docs/python/v8/parcels/create.py
examples/official/docs/python/v8/parcels/retrieve.py
examples/official/docs/python/v8/payloads/list.py
examples/official/docs/python/v8/payloads/retrieve.py
examples/official/docs/python/v8/pickups/buy.py
examples/official/docs/python/v8/pickups/cancel.py
examples/official/docs/python/v8/pickups/create.py
examples/official/docs/python/v8/pickups/list.py
examples/official/docs/python/v8/pickups/retrieve.py
examples/official/docs/python/v8/rates/regenerate.py
examples/official/docs/python/v8/rates/retrieve-stateless.py
examples/official/docs/python/v8/rates/retrieve.py
examples/official/docs/python/v8/referral-customers/add-payment-method-with-bank-account.py
examples/official/docs/python/v8/referral-customers/add-payment-method-with-credit-card.py
examples/official/docs/python/v8/referral-customers/create.py
examples/official/docs/python/v8/referral-customers/list.py
examples/official/docs/python/v8/referral-customers/refund-by-amount.py
examples/official/docs/python/v8/referral-customers/refund-by-payment-log.py
examples/official/docs/python/v8/referral-customers/update.py
examples/official/docs/python/v8/refunds/create.py
examples/official/docs/python/v8/refunds/list.py
examples/official/docs/python/v8/refunds/retrieve.py
examples/official/docs/python/v8/reports/create.py
examples/official/docs/python/v8/reports/list.py
examples/official/docs/python/v8/reports/retrieve.py
examples/official/docs/python/v8/returns/create.py
examples/official/docs/python/v8/scan-form/create.py
examples/official/docs/python/v8/scan-form/list.py
examples/official/docs/python/v8/scan-form/retrieve.py
examples/official/docs/python/v8/shipments/buy.py
examples/official/docs/python/v8/shipments/create.py
examples/official/docs/python/v8/shipments/label.py
examples/official/docs/python/v8/shipments/list.py
examples/official/docs/python/v8/shipments/one-call-buy.py
examples/official/docs/python/v8/shipments/retrieve.py
examples/official/docs/python/v8/shipping-insurance/insure.py
examples/official/docs/python/v8/shipping-refund/refund.py
examples/official/docs/python/v8/smartrate/retrieve-estimated-delivery-date.py
examples/official/docs/python/v8/smartrate/retrieve-time-in-transit-statistics.py
examples/official/docs/python/v8/tax-identifiers/create.py
examples/official/docs/python/v8/trackers/create.py
examples/official/docs/python/v8/trackers/list.py
examples/official/docs/python/v8/trackers/retrieve.py
examples/official/docs/python/v8/users/retrieve.py
examples/official/docs/python/v8/users/update.py
examples/official/docs/python/v8/webhooks/create.py
examples/official/docs/python/v8/webhooks/delete.py
examples/official/docs/python/v8/webhooks/list.py
examples/official/docs/python/v8/webhooks/retrieve.py
examples/official/docs/python/v8/webhooks/update.py
examples/official/docs/python/v9/addresses/create-and-verify.py
examples/official/docs/python/v9/addresses/create.py
examples/official/docs/python/v9/addresses/list.py
examples/official/docs/python/v9/addresses/retrieve.py
examples/official/docs/python/v9/addresses/verify-param.py
examples/official/docs/python/v9/addresses/verify-strict-param.py
examples/official/docs/python/v9/addresses/verify.py
examples/official/docs/python/v9/api-keys/retrieve.py
examples/official/docs/python/v9/batches/add-shipments.py
examples/official/docs/python/v9/batches/buy.py
examples/official/docs/python/v9/batches/create.py
examples/official/docs/python/v9/batches/label.py
examples/official/docs/python/v9/batches/list.py
examples/official/docs/python/v9/batches/remove-shipments.py
examples/official/docs/python/v9/batches/retrieve.py
examples/official/docs/python/v9/batches/scan-forms.py
examples/official/docs/python/v9/billing/create-ep-credit-card.py
examples/official/docs/python/v9/billing/delete.py
examples/official/docs/python/v9/billing/fund.py
examples/official/docs/python/v9/billing/list.py
examples/official/docs/python/v9/brand/update.py
examples/official/docs/python/v9/carrier-accounts/create.py
examples/official/docs/python/v9/carrier-accounts/delete.py
examples/official/docs/python/v9/carrier-accounts/list.py
examples/official/docs/python/v9/carrier-accounts/retrieve.py
examples/official/docs/python/v9/carrier-accounts/update.py
examples/official/docs/python/v9/carrier-metadata/retrieve.py
examples/official/docs/python/v9/carrier-types/list.py
examples/official/docs/python/v9/child-users/create.py
examples/official/docs/python/v9/child-users/delete.py
examples/official/docs/python/v9/child-users/list.py
examples/official/docs/python/v9/claims/cancel.py
examples/official/docs/python/v9/claims/create.py
examples/official/docs/python/v9/claims/list.py
examples/official/docs/python/v9/claims/retrieve.py
examples/official/docs/python/v9/customs-infos/create.py
examples/official/docs/python/v9/customs-infos/retrieve.py
examples/official/docs/python/v9/customs-items/create.py
examples/official/docs/python/v9/customs-items/retrieve.py
examples/official/docs/python/v9/endshipper/buy.py
examples/official/docs/python/v9/endshipper/create.py
examples/official/docs/python/v9/endshipper/list.py
examples/official/docs/python/v9/endshipper/retrieve.py
examples/official/docs/python/v9/endshipper/update.py
examples/official/docs/python/v9/events/list.py
examples/official/docs/python/v9/events/retrieve.py
examples/official/docs/python/v9/forms/create.py
examples/official/docs/python/v9/insurance/create.py
examples/official/docs/python/v9/insurance/list.py
examples/official/docs/python/v9/insurance/refund.py
examples/official/docs/python/v9/insurance/retrieve.py
examples/official/docs/python/v9/options/create-with-options.py
examples/official/docs/python/v9/orders/buy.py
examples/official/docs/python/v9/orders/create.py
examples/official/docs/python/v9/orders/one-call-buy.py
examples/official/docs/python/v9/orders/retrieve.py
examples/official/docs/python/v9/pagination/get-next-page.py
examples/official/docs/python/v9/parcels/create.py
examples/official/docs/python/v9/parcels/retrieve.py
examples/official/docs/python/v9/payloads/list.py
examples/official/docs/python/v9/payloads/retrieve.py
examples/official/docs/python/v9/pickups/buy.py
examples/official/docs/python/v9/pickups/cancel.py
examples/official/docs/python/v9/pickups/create.py
examples/official/docs/python/v9/pickups/list.py
examples/official/docs/python/v9/pickups/retrieve.py
examples/official/docs/python/v9/rates/regenerate.py
examples/official/docs/python/v9/rates/retrieve-stateless.py
examples/official/docs/python/v9/rates/retrieve.py
examples/official/docs/python/v9/referral-customers/add-payment-method-with-bank-account.py
examples/official/docs/python/v9/referral-customers/add-payment-method-with-credit-card.py
examples/official/docs/python/v9/referral-customers/create.py
examples/official/docs/python/v9/referral-customers/list.py
examples/official/docs/python/v9/referral-customers/refund-by-amount.py
examples/official/docs/python/v9/referral-customers/refund-by-payment-log.py
examples/official/docs/python/v9/referral-customers/update.py
examples/official/docs/python/v9/refunds/create.py
examples/official/docs/python/v9/refunds/list.py
examples/official/docs/python/v9/refunds/retrieve.py
examples/official/docs/python/v9/reports/create.py
examples/official/docs/python/v9/reports/list.py
examples/official/docs/python/v9/reports/retrieve.py
examples/official/docs/python/v9/returns/create.py
examples/official/docs/python/v9/scan-form/create.py
examples/official/docs/python/v9/scan-form/list.py
examples/official/docs/python/v9/scan-form/retrieve.py
examples/official/docs/python/v9/shipments/buy.py
examples/official/docs/python/v9/shipments/create.py
examples/official/docs/python/v9/shipments/label.py
examples/official/docs/python/v9/shipments/list.py
examples/official/docs/python/v9/shipments/one-call-buy.py
examples/official/docs/python/v9/shipments/retrieve.py
examples/official/docs/python/v9/shipping-insurance/insure.py
examples/official/docs/python/v9/shipping-refund/refund.py
examples/official/docs/python/v9/smartrate/retrieve-estimated-delivery-date.py
examples/official/docs/python/v9/smartrate/retrieve-recommend-ship-date.py
examples/official/docs/python/v9/smartrate/retrieve-standalone-smartrate-deliver-by.py
examples/official/docs/python/v9/smartrate/retrieve-standalone-smartrate-deliver-on.py
examples/official/docs/python/v9/smartrate/retrieve-time-in-transit-statistics.py
examples/official/docs/python/v9/tax-identifiers/create.py
examples/official/docs/python/v9/trackers/create.py
examples/official/docs/python/v9/trackers/list.py
examples/official/docs/python/v9/trackers/retrieve.py
examples/official/docs/python/v9/users/retrieve.py
examples/official/docs/python/v9/users/update.py
examples/official/docs/python/v9/webhooks/create.py
examples/official/docs/python/v9/webhooks/delete.py
examples/official/docs/python/v9/webhooks/list.py
examples/official/docs/python/v9/webhooks/retrieve.py
examples/official/docs/python/v9/webhooks/update.py
examples/official/guides/customs-guide/python/create-international-shipment.py
examples/official/guides/errors-guide/python/catch-error.py
examples/official/guides/partner-white-label-guide/python/configure-recharge.py
examples/official/guides/partner-white-label-guide/python/fund-wallet.py
examples/official/guides/rate-limiting/retry_and_backoff.py
examples/official/guides/sms-tracking-tutorial/step1.py
examples/official/guides/sms-tracking-tutorial/step2a.py
examples/official/guides/sms-tracking-tutorial/step2b.py
examples/official/guides/sms-tracking-tutorial/step2c.py
examples/official/landing_pages/built_for_developers/create_shipment.py
examples/official/landing_pages/built_for_developers/create_tracker.py
examples/official/landing_pages/carrier_language_api/buy-label.py
examples/official/landing_pages/shipping_insurance/insure_shipment.py
examples/official/tools/child_usps_carrier_account_update/export.py
examples/official/tools/child_usps_carrier_account_update/import.py
examples/tools/build_create_carrier_curl_requests/build_curls.py
examples/tools/build_doc_json_responses/setup.py
examples/tools/build_doc_json_responses/builder/__init__.py
examples/tools/build_doc_json_responses/builder/snippets.py
examples/tools/build_doc_json_responses/tests/__init__.py
examples/tools/build_doc_json_responses/tests/conftest.py
examples/tools/build_doc_json_responses/tests/test_address.py
examples/tools/build_doc_json_responses/tests/test_api_keys.py
examples/tools/build_doc_json_responses/tests/test_batch.py
examples/tools/build_doc_json_responses/tests/test_billing.py
examples/tools/build_doc_json_responses/tests/test_brand.py
examples/tools/build_doc_json_responses/tests/test_carrier_account.py
examples/tools/build_doc_json_responses/tests/test_carrier_metadata.py
examples/tools/build_doc_json_responses/tests/test_carrier_types.py
examples/tools/build_doc_json_responses/tests/test_claims.py
examples/tools/build_doc_json_responses/tests/test_customs_info.py
examples/tools/build_doc_json_responses/tests/test_customs_item.py
examples/tools/build_doc_json_responses/tests/test_end_shipper.py
examples/tools/build_doc_json_responses/tests/test_event.py
examples/tools/build_doc_json_responses/tests/test_form.py
examples/tools/build_doc_json_responses/tests/test_insurance.py
examples/tools/build_doc_json_responses/tests/test_luma.py
examples/tools/build_doc_json_responses/tests/test_options.py
examples/tools/build_doc_json_responses/tests/test_order.py
examples/tools/build_doc_json_responses/tests/test_pagination.py
examples/tools/build_doc_json_responses/tests/test_parcel.py
examples/tools/build_doc_json_responses/tests/test_payload.py
examples/tools/build_doc_json_responses/tests/test_pickup.py
examples/tools/build_doc_json_responses/tests/test_rate.py
examples/tools/build_doc_json_responses/tests/test_referral_customer.py
examples/tools/build_doc_json_responses/tests/test_refund.py
examples/tools/build_doc_json_responses/tests/test_report.py
examples/tools/build_doc_json_responses/tests/test_returns.py
examples/tools/build_doc_json_responses/tests/test_scan_form.py
examples/tools/build_doc_json_responses/tests/test_shipment.py
examples/tools/build_doc_json_responses/tests/test_shipping_insurance.py
examples/tools/build_doc_json_responses/tests/test_shipping_refund.py
examples/tools/build_doc_json_responses/tests/test_smartrate.py
examples/tools/build_doc_json_responses/tests/test_tax_identifiers.py
examples/tools/build_doc_json_responses/tests/test_tracker.py
examples/tools/build_doc_json_responses/tests/test_user.py
examples/tools/build_doc_json_responses/tests/test_webhook.py
tests/test_address.py
tests/test_api_key.py
tests/test_base_service.py
tests/test_batch.py
tests/test_beta_rate.py
tests/test_beta_referral_customer.py
tests/test_billing.py
tests/test_carrier_account.py
tests/test_carrier_metadata.py
tests/test_claim.py
tests/test_customer_portal.py
tests/test_customs_info.py
tests/test_customs_item.py
tests/test_easypost_client.py
tests/test_embeddable.py
tests/test_end_shipper.py
tests/test_error.py
tests/test_event.py
tests/test_fedex_registration.py
tests/test_hook.py
tests/test_insurance.py
tests/test_luma.py
tests/test_order.py
tests/test_parcel.py
tests/test_pickup.py
tests/test_rate.py
tests/test_referral_customer.py
tests/test_refund.py
tests/test_report.py
tests/test_scan_form.py
tests/test_shipment.py
tests/test_smartrate.py
tests/test_tracker.py
tests/test_user.py
tests/test_webhook.py