admin-projects

List Project User Shipping Addresses

Return the saved shipping addresses belonging to this project's user.

Scoped via project_id so the URL pattern stays consistent with the rest of the admin project routes. Used by the Submit-on-Behalf modal's "pick an existing address" radio list.

get/api/v1/admin/projects/{project_id}/user-shipping-addresses

Path parameters

project_idstring uuid required

Response

Successful Response

idstring uuid required
user_idstring uuid required
labelstring required
address_line1string required
address_line2string nullable
citystring required
statestring required
postal_codestring required
countrystring required
is_defaultboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.