Skip to main content

List locations

GET 

/v1/entities/:entity_id/locations

The Location object represents a sales tax location. Locations are identified by a unique ID. Authentication

Request

Path Parameters

    entity_id stringrequired

    entity_id

Responses

A dictionary with a data property that contains an array of objects. Each entry in the array is a separate location object. If no more locations are available, the resulting array will be empty.

Schema
    object stringrequired

    Default value: list

    total_records integerrequired
    data object[]
  • Array [
  • id stringrequired

    Unique identifier for the Location object.

    entity_id stringrequired

    Unique identifier for the Entity object.

    name stringrequired

    Name of Location.

    address1 stringrequired

    Address line 1.

    address2 stringnullablerequired

    Address line 2.

    city stringrequired

    City.

    state stringrequired

    State.

    postal_code stringrequired

    Postal code.

    phone_number stringrequired

    Phone number.

    email stringrequired

    Email address.

    headquarters booleanrequired

    Indicates if this is the headquarters location.

    end_of_day stringrequired

    Time of day that the business closes.

    timezone stringrequired

    Timezone.

    updated_at date-timerequired
    closeout_offset integerrequired

    Defaults to 0, minutes after midnight in the timezone of this address the location considers its end of day ie. closes at 2am, so through 2am is included in prior day

  • ]
Loading...