---
title: "Create a shipping contacts"
method: POST
path: "/customers/{id}/shipping_contacts"
tags: ["Shipping Contacts"]
---

# Create a shipping contacts

`POST /customers/{id}/shipping_contacts`

Create a shipping contacts for a customer.

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Request body

- CustomerShippingContactsRequest — [Shipping](https://developers.conekta.com/v2.3.0/reference/createcustomershippingcontacts) details, required in case of sending a shipping. If we do not receive a shipping_contact on the order, the default shipping_contact of the customer will be used.
  - `phone` string — Phone contact
  - `receiver` string — Name of the person who will receive the order
  - `between_streets` string — The street names between which the order will be delivered.
  - `address` CustomerShippingContactsRequestAddress, required — Address of the person who will receive the order
    - `street1` string
    - `street2` string
    - `postal_code` string
    - `city` string
    - `state` string
    - `country` string — this field follows the [ISO 3166-1 alpha-2 standard](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
    - `residential` boolean, nullable
  - `parent_id` string
  - `default` boolean, nullable
  - `deleted` boolean, nullable
  - `metadata` object — Metadata associated with the shipping contact

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `404` — not found entity
- `422` — parameter validation error
- `500` — internal server error

---

[API](https://skmtc.net/conekta/apis/conekta-api.md) · [All operations](https://skmtc.net/conekta/apis/conekta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conekta/conekta-api/revisions/029df3052bca/schema)
