brandon14/ebay-sdk-php

View on GitHub
src/Sell/Inventory/V1/docs/Model/AvailabilityDistribution.md

Summary

Maintainability
Test Coverage
# # AvailabilityDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fulfillment_time** | [**\TNT\Ebay\Sell\Inventory\V1\Model\TimeDuration**](TimeDuration.md) |  | [optional]
**merchant_location_key** | **string** | The unique identifier of an inventory location where quantity is available for the inventory item. This field is conditionally required to identify the inventory location that has quantity of the inventory item. | [optional]
**quantity** | **int** | The integer value passed into this field indicates the quantity of the inventory item that is available at this inventory location. This field is conditionally required. | [optional]

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