Address

Address

Address

Overview

An address can be attached to either a User or a Sale (Order). Addresses are only visible to other Users when attached to Sales (Orders), to both the Buyer and Seller attached to the Sale (Order).
If you are importing Sales, consider using the country_iso_code to avoid needing to do a lookup via country (id).

Fields

Field
Visibility
Type
Description
id
public
int
The id of the Address.
user_id
public
float

name_first
public
string

name_last
public
string

address
public
string

city
public
string

country
public
int
A country id.
state
public
int or string
A state id (int) if one exists for the state or province in question; otherwise a string.
postal_code
public
string

country_name
public
string

country_iso_code
public
string

state_name
public
string
If the state is an id, this will be the lookup of said id, otherwise it will contain the same string as in state.
state_abbreviation
public
string
If the state is an id, this will be the lookup of the standard abbreviation of said id.

Associations

This resource has no associations.

Methods

This resource has no methods.
    • Related Articles

    • Sale

      Sale Overview When a Buyer makes a purchase on Hip eCommerce, whether it is through an auction, offer, or fixed price listing, a Sale (Order) is created. Only the Buyer and Seller of the Sale (Order) will have access to it. Searching Sales As a ...