brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/ItemLocationImpl.md

Summary

Maintainability
Test Coverage
# # ItemLocationImpl

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address_line1** | **string** | The first line of the street address. | [optional]
**address_line2** | **string** | The second line of the street address. This field may contain such values as an apartment or suite number. | [optional]
**city** | **string** | The city in which the item is located. <br /><br /><b>Restriction:</b> This field is populated in the <b> search</b> method response <i> only</i> when <b> fieldgroups</b> = <code>EXTENDED</code>. | [optional]
**country** | **string** | The two-letter <a href=\"https://www.iso.org/iso-3166-country-codes.html \">ISO 3166</a> standard code that indicates the country in which the item is located.  For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/ba:CountryCodeEnum'>eBay API documentation</a> | [optional]
**county** | **string** | The county in which the item is located. | [optional]
**postal_code** | **string** | The postal code (or zip code in US) where the item is located. Sellers set a postal code (or zip code in US) for items when they are listed. The postal code is used for calculating proximity searches. It is anonymized when returned in <b>itemLocation.postalCode</b> via the API. | [optional]
**state_or_province** | **string** | The state or province in which the item is located. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)