Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 24.3 KB

EbayOfferDetailsWithAll.md

File metadata and controls

31 lines (28 loc) · 24.3 KB

EbayOfferDetailsWithAll

Properties

Name Type Description Notes
availableQuantity int This integer value indicates the quantity of the inventory item (specified by the <strong>sku</strong> value) that will be available for purchase by buyers shopping on the eBay site specified in the <strong>marketplaceId</strong> field. For unpublished offers where the available quantity has yet to be set, the <strong>availableQuantity</strong> value is set to <code>0</code>. [optional]
categoryId string The unique identifier of the primary eBay category that the inventory item is listed under. This field is always returned for published offers, but is only returned if set for unpublished offers. [optional]
charity \SapientPro\EbayInventorySDK\Models\Charity [optional]
extendedProducerResponsibility \SapientPro\EbayInventorySDK\Models\ExtendedProducerResponsibility [optional]
format \SapientPro\EbayInventorySDK\Enums\FormatTypeEnum This enumerated value indicates the listing format of the offer. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:FormatTypeEnum&#x27;&gt;eBay API documentation</a> [optional]
hideBuyerDetails bool This field is returned as <code>true</code> if the private listing feature has been enabled for the offer. Sellers may want to use this feature when they believe that a listing's potential bidders/buyers would not want their obfuscated user IDs (and feedback scores) exposed to other users. <br><br> This field is always returned even if not explicitly set in the offer. It defaults to <code>false</code>, so will get returned as <code>false</code> if seller does not set this feature with a 'Create' or 'Update' offer method. [optional]
includeCatalogProductDetails bool This field indicates whether or not eBay product catalog details are applied to a listing. A value of <code>true</code> indicates the listing corresponds to the eBay product associated with the provided product identifier. The product identifier is provided in <strong>createOrReplaceInventoryItem</strong>.<p><span class=&quot;tablenote&quot;><strong>Note:</strong> Though the <strong>includeCatalogProductDetails</strong> parameter is not required to be submitted in the request, the parameter defaults to 'true' if omitted.</span></p> [optional]
listing \SapientPro\EbayInventorySDK\Models\ListingDetails [optional]
listingDescription string The description of the eBay listing that is part of the unpublished or published offer. This field is always returned for published offers, but is only returned if set for unpublished offers.<br/><br/><strong>Max Length</strong>: 500000 (which includes HTML markup/tags) [optional]
listingDuration \SapientPro\EbayInventorySDK\Enums\ListingDurationEnum This field indicates the number of days that the listing will be active.<br /><br />This field is returned for both auction and fixed-price listings; however, the value returned for fixed-price listings will always be <code>GTC</code>. The GTC (Good 'Til Cancelled) listings are automatically renewed each calendar month until the seller decides to end the listing.<br /><br /><span class=&quot;tablenote&quot;> <strong>Note:</strong> If the listing duration expires for an auction offer, the listing then becomes available as a fixed-price offer and will be GTC.</span> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:ListingDurationEnum&#x27;&gt;eBay API documentation</a> [optional]
listingPolicies \SapientPro\EbayInventorySDK\Models\ListingPolicies [optional]
listingStartDate string This timestamp is the date/time that the seller set for the scheduled listing. With the scheduled listing feature, the seller can set a time in the future that the listing will become active, instead of the listing becoming active immediately after a <strong>publishOffer</strong> call. <br><br> Scheduled listings do not always start at the exact date/time specified by the seller, but the date/time of the timestamp returned in <strong>getOffer</strong>/<strong>getOffers</strong> will be the same as the timestamp passed into a 'Create' or 'Update' offer call. <br><br> This field is returned if set for an offer. [optional]
lotSize int This field is only applicable and returned if the listing is a lot listing. A lot listing is a listing that has multiple quantity of the same product. An example would be a set of four identical car tires. The integer value in this field is the number of identical items being sold through the lot listing. [optional]
marketplaceId \SapientPro\EbayInventorySDK\Enums\MarketplaceEnum This enumeration value is the unique identifier of the eBay site on which the offer is available, or will be made available. 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]
merchantLocationKey string The unique identifier of the inventory location. This identifier is set up by the merchant when the inventory location is first created with the <strong>createInventoryLocation</strong> call. Once this value is set for an inventory location, it can not be modified. To get more information about this inventory location, the <strong>getInventoryLocation</strong> call can be used, passing in this value at the end of the call URI.<br/><br/>This field is always returned for published offers, but is only returned if set for unpublished offers.<br/><br/><b>Max length</b>: 36 [optional]
offerId string The unique identifier of the offer. This identifier is used in many offer-related calls, and it is also used in the <strong>bulkUpdatePriceQuantity</strong> call. [optional]
pricingSummary \SapientPro\EbayInventorySDK\Models\PricingSummary [optional]
quantityLimitPerBuyer int This field is only applicable and set if the seller wishes to set a restriction on the purchase quantity of an inventory item per seller. If this field is set by the seller for the offer, then each distinct buyer may purchase up to, but not exceed the quantity in this field. So, if this field's value is <code>5</code>, each buyer may purchase a quantity of the inventory item between one and five, and the purchases can occur in one multiple-quantity purchase, or over multiple transactions. If a buyer attempts to purchase one or more of these products, and the cumulative quantity will take the buyer beyond the quantity limit, that buyer will be blocked from that purchase.<br/> [optional]
secondaryCategoryId string The unique identifier for a secondary category. This field is applicable if the seller decides to list the item under two categories. Sellers can use the <a href=&quot;/api-docs/commerce/taxonomy/resources/category_tree/methods/getCategorySuggestions&quot; target=&quot;_blank&quot;>getCategorySuggestions</a> method of the Taxonomy API to retrieve suggested category ID values. A fee may be charged when adding a secondary category to a listing. <br/><br/><span class=&quot;tablenote&quot;><strong>Note:</strong> You cannot list <strong>US eBay Motors</strong> vehicles in two categories. However, you can list <strong>Parts & Accessories</strong> in two categories.</span> [optional]
sku string This is the seller-defined SKU value of the product in the offer.<br/><br/><strong>Max Length</strong>: 50 <br/> [optional]
status \SapientPro\EbayInventorySDK\Enums\OfferStatusEnum The enumeration value in this field specifies the status of the offer - either <code>PUBLISHED</code> or <code>UNPUBLISHED</code>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:OfferStatusEnum&#x27;&gt;eBay API documentation</a> [optional]
storeCategoryNames string[] This container is returned if the seller chose to place the inventory item into one or two eBay store categories that the seller has set up for their eBay store. The string value(s) in this container will be the full path(s) to the eBay store categories, as shown below:<br> <pre><code>&quot;storeCategoryNames&quot;: [<br/> &quot;/Fashion/Men/Shirts&quot;, <br/> &quot;/Fashion/Men/Accessories&quot; ], </pre></code> [optional]
tax \SapientPro\EbayInventorySDK\Models\Tax [optional]

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