---
title: "Patch Primary Shipping Location"
method: PATCH
path: "/3pl/settings/shipping-location"
---

# Patch Primary Shipping Location

`PATCH /3pl/settings/shipping-location`

## Request body

- ProviderLocation
  - `name` string, required
  - `email` string, required
  - `phone` string, required
  - `company_name` string, required
  - `address1` string, required
  - `address2` string, nullable
  - `city` string, required
  - `province` string, required
  - `postal_code` string, required
  - `country` string, required

## Response `200`

Successful Response

- unknown

## 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)
