brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # ShipToLocationAvailabilityWithAll

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allocation_by_format** | [**\TNT\Ebay\Sell\Inventory\V1\Model\FormatAllocation**](FormatAllocation.md) |  | [optional]
**availability_distributions** | [**\TNT\Ebay\Sell\Inventory\V1\Model\AvailabilityDistribution[]**](AvailabilityDistribution.md) | This container is used to set the available quantity of the inventory item at one or more warehouse locations.<br /><br /> This container will be returned if the available quantity is set for one or more inventory locations. | [optional]
**quantity** | **int** | This container is used to set the total 'ship-to-home' quantity of the inventory item that will be available for purchase through one or more published offers. This container is not immediately required, but 'ship-to-home' quantity must be set before an offer of the inventory item can be published.<br/><br/>If an existing inventory item is being updated, and the 'ship-to-home' quantity already exists for the inventory item record, this container should be included again, even if the value is not changing, or the available quantity data will be lost. | [optional]

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