---
title: "Patch Brand Fulfillment Location"
method: PATCH
path: "/brand/fulfillment_location"
---

# Patch Brand Fulfillment Location

`PATCH /brand/fulfillment_location`

## Request body

- BrandFulfillmentLocationPayload
  - `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

- BrandFulfillmentLocationResponse
  - `is_self_fulfillment` boolean, required
  - `requires_confirmation` boolean, required
  - `location` BrandFulfillmentLocationPayload
    - `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
  - `confirmed_at` string, date-time, 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)
