---
title: "Patch Provider Rate Account"
method: PATCH
path: "/3pl/settings/rate-account"
---

# Patch Provider Rate Account

`PATCH /3pl/settings/rate-account`

## Request body

- ProviderRateAccountSavePayload
  - `vendor` 'easypost' | 'shipengine' | 'ehub' | 'combined' | 'historical-shipments' | 'perseuss-rapid-rates' | 'parsel' | 'shippo' | 'ups' | 'usps' | 'gofo' | 'dhl_ecommerce' | 'fedex-direct' | 'motivx-hybrid' | 'shipwise'
  - `credentials` object, required
  - `selected_services` ProviderOnboardingRateService[]
    - `external_code` string, required
    - `display_name` string, required
    - `service_code` string, nullable
    - `carrier` string, nullable
    - `sample_price` string, nullable
    - `sample_delivery_days` integer, nullable

## Response `200`

Successful Response

- ProviderRateAccountResponse
  - `rate_integration_id` integer, nullable
  - `name` string, nullable
  - `vendor` 'easypost' | 'shipengine' | 'ehub' | 'combined' | 'historical-shipments' | 'perseuss-rapid-rates' | 'parsel' | 'shippo' | 'ups' | 'usps' | 'gofo' | 'dhl_ecommerce' | 'fedex-direct' | 'motivx-hybrid' | 'shipwise'
  - `is_global_default` boolean
  - `credential_fingerprint` string, nullable
  - `masked_api_key` string, nullable
  - `selected_services` ProviderOnboardingRateService[]
    - `external_code` string, required
    - `display_name` string, required
    - `service_code` string, nullable
    - `carrier` string, nullable
    - `sample_price` string, nullable
    - `sample_delivery_days` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/datesnrates/apis/fastapi.md) · [All operations](https://skmtc.net/datesnrates/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datesnrates/fastapi/revisions/43f2d92fc888/schema)
