brandon14/ebay-sdk-php

View on GitHub
src/Buy/Order/V2/docs/Model/LineItemInput.md

Summary

Maintainability
Test Coverage
# # LineItemInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**item_id** | **string** | The unique eBay-assigned identifier of an item. This ID is returned by the <b>Browse</b> and <b>Feed</b> API methods. The ID must be in RESTful item ID format.<br /><br /><b>For example:</b> <code>v1|2**********6|5**********4</code> or <code>v1|1**********9|0</code>.<br /><br />For more information about item IDs for RESTful APIs, see <a href=\"/api-docs/buy/static/api-browse.html#Legacy\">Legacy API compatibility</a>.<br /><br />Each <b>itemId</b> will become a single line item.<br /><br /><b>Maximum:</b>10 per checkout | [optional]
**quantity** | **int** | The quantity ordered in this line item. | [optional]

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