brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # UpdateCartItemInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cart_item_id** | **string** | The identifier of the item in the cart to be updated. This ID is generated when the item was added to the cart. | [optional]
**quantity** | **int** | The new quantity for the item that is being updated. | [optional]

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