brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # CartItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cart_item_id** | **string** | The identifier for the item being added to the cart. This is generated when the item is added to the cart. | [optional]
**cart_item_subtotal** | [**\TNT\Ebay\Buy\Browse\V1\Model\Amount**](Amount.md) |  | [optional]
**image** | [**\TNT\Ebay\Buy\Browse\V1\Model\Image**](Image.md) |  | [optional]
**item_id** | **string** | The RESTful identifier of the item. This identifier is generated when the item was listed. <br /><br /> <b>RESTful Item ID Format: </b><code>v1</code>|<code><i>#</i></code>|<code><i>#</i></code> <br /><b> For example: </b><br /> <code>v1|2**********2|0</code> <br /><code>v1|1**********2|4**********2</code> | [optional]
**item_web_url** | **string** | The URL of the eBay view item page for the item. | [optional]
**price** | [**\TNT\Ebay\Buy\Browse\V1\Model\Price**](Price.md) |  | [optional]
**quantity** | **int** | The number of this item the buyer wants to purchase. | [optional]
**title** | **string** | The title of the item. This can be written by the seller or come from the eBay product catalog. | [optional]

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