# Billing Address

```
{
    "email": "john@doe.com",
    "name": "John Doe",
    "country": "USA",
    "address: "214 Old Eagle Rd.",
    "city": "New York",
    "zip_code": "10003",
    "phone": "+1 212-111-1111"
}
```

If you send a request to us, each parameter is optional to fill from your side, if some are missing we will ask the customer to fill it themselves.<br>

{% hint style="info" %}
The phone number is only asked for if they are ordering delivery of a physical product.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-shop.rexdigital.group/entities/billing-address.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
