brandon14/ebay-sdk-php

View on GitHub
src/Sell/Account/V1/docs/Model/Location.md

Summary

Maintainability
Test Coverage
# # Location

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | [**\TNT\Ebay\Sell\Account\V1\Model\Address**](Address.md) |  | [optional]
**geo_coordinates** | [**\TNT\Ebay\Sell\Account\V1\Model\GeoCoordinates**](GeoCoordinates.md) |  | [optional]
**location_id** | **string** | A unique eBay-assigned ID for the location. <br/><br/> <span class=\"tablenote\"> <strong>Note:</strong> This field should not be confused with the seller-defined <b>merchantLocationKey</b> value. It is the <b>merchantLocationKey</b> value which is used to identify an inventory location when working with inventory location API calls. The <strong>locationId</strong> value is only used internally by eBay.</span> | [optional]

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