Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3 KB

FeeSummary.md

File metadata and controls

11 lines (8 loc) · 3 KB

FeeSummary

Properties

Name Type Description Notes
fees \SapientPro\EbayInventorySDK\Models\Fee[] This container is an array of listing fees that can be expected to be applied to an offer on the specified eBay marketplace (<strong>marketplaceId</strong> value). Many fee types will get returned even when they are <code>0.0</code>.<br/><br/>See the <a href=&quot;https://pages.ebay.com/help/sell/fees.html\" target=&quot;_blank&quot;>Standard selling fees</a> help page for more information on listing fees. [optional]
marketplaceId \SapientPro\EbayInventorySDK\Enums\MarketplaceEnum This is the unique identifier of the eBay site for which listing fees for the offer are applicable. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:MarketplaceEnum&#x27;&gt;eBay API documentation</a> [optional]
warnings \SapientPro\EbayInventorySDK\Models\Error[] This container will contain an array of errors and/or warnings when a call is made, and errors and/or warnings occur. [optional]

[Back to Model list] [Back to API list] [Back to README]