> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Billing/Shipping

> Error codes for POST /v3/customer/{id}/{type}

### POST v3/customer/\{id}/\{type}

| Code | Message                     | HTTP Status |
| ---- | --------------------------- | ----------- |
| 2313 | Customer id is missing      | 400         |
| 2314 | Address type is missing     | 400         |
| 2315 | Address details are missing | 400         |
| 2316 | Line 1 address is invalid   | 400         |
| 2317 | City is invalid             | 400         |
| 2318 | State is invalid            | 400         |
| 2319 | Country is invalid          | 400         |
| 2320 | Postal code is invalid      | 400         |
