Skip to main content
POST
/
public
/
{user_id}
/
orders
/
{publicOrder_uuid}
/
addresses
/
{customerAddress_id}
Create Order Address
curl --request POST \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/orders/{publicOrder_uuid}/addresses/{customerAddress_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "a13651d3-5047-4a12-a7c3-4f345fb026aa",
    "first_name": "Ena",
    "last_name": "Jast",
    "company_name": "Bahringer, Lind and Blanda",
    "vat_number": "25270",
    "vat_validation_status": "invalid",
    "vat_validated_at": "2025-01-01T00:00:00.0000000+00:00",
    "line_one": "1225 Funk Shoals",
    "line_two": "280 Murazik Run",
    "line_three": "6567 Nathanael Mills Apt. 398",
    "city": "Port Antoinette",
    "province_code": "ST",
    "country_code": "NP",
    "postcode": "48153",
    "contact_email": "[email protected]",
    "contact_phone": "+1-458-576-7187",
    "company_code": "85960299"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

publicOrder_uuid
string
required
customerAddress_id
integer
required

The ID of the customerAddress.

Response

200 - application/json
data
object