post
https://queries-test.envia.com/user-address
Creates and saves a new address entry in the user's address book. Saved addresses can be quickly reused when creating shipments, eliminating the need to re-enter full address details each time.
When to use: Call this endpoint when a user wants to store a frequently used origin or destination address for future shipments, or when onboarding a new customer whose address should be saved for repeat orders.
Prerequisites:
- Valid JWT token in the Authorization header
- A
user_ididentifying the address owner - A complete
addressobject with required fields:name,street,city,state,zipcode, andcountry
Key behaviors:
- Returns the newly created
address_idwhich can be referenced in future shipment creation calls - The
countryfield must be a valid two-letter ISO country code (e.g.,MX,US,CO) - Optional fields include
company,street2, andphone - Duplicate addresses are not automatically detected; the same address can be saved multiple times
- Saved addresses can be retrieved with
GET /all-addressesand managed withPUT /user-address/{address_id}orDELETE /user-address/{address_id}
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
