For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

The phone number is only asked for if they are ordering delivery of a physical product.

Last updated