Sha256: ee7963c6c953427c3b9392d28305f0776a3fdd0bc883b01e97d3ab195a5bdaff
Contents?: true
Size: 1.21 KB
Versions: 198
Compression:
Stored size: 1.21 KB
Contents
# UltracartClient::ItemEbayMarketPlaceAnalysis ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **adjusted_price** | **Float** | Adjusted price | [optional] | | **adjusted_shipping** | **Float** | Adjusted shipping | [optional] | | **adjusted_total** | **Float** | Adjusted total | [optional] | | **cogs** | **Float** | Cost of goods sold | [optional] | | **final_value_fee** | **Float** | Final value fee | [optional] | | **minimum_advertised_price** | **Float** | Minimum advertised price | [optional] | | **other_listings** | [**Array<ItemEbayMarketListing>**](ItemEbayMarketListing.md) | Other listings | [optional] | | **our_listing** | [**ItemEbayMarketListing**](ItemEbayMarketListing.md) | | [optional] | | **overhead** | **Float** | Overhead | [optional] | | **profit_potential** | **Float** | Profit potential | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemEbayMarketPlaceAnalysis.new( adjusted_price: null, adjusted_shipping: null, adjusted_total: null, cogs: null, final_value_fee: null, minimum_advertised_price: null, other_listings: null, our_listing: null, overhead: null, profit_potential: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems