Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 9.76 KB

InventoryItemWithSkuLocaleGroupKeys.md

File metadata and controls

16 lines (13 loc) · 9.76 KB

InventoryItemWithSkuLocaleGroupKeys

Properties

Name Type Description Notes
availability \SapientPro\EbayInventorySDK\Models\AvailabilityWithAll [optional]
condition \SapientPro\EbayInventorySDK\Enums\ConditionEnum This enumeration value indicates the condition of the item. Supported item condition values will vary by eBay site and category. <br /><br /> Since the condition of an inventory item must be specified before being published in an offer, this field is always returned in the 'Get' calls for SKUs that are part of a published offer. If a SKU is not part of a published offer, this field will only be returned if set for the inventory item. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:ConditionEnum&#x27;&gt;eBay API documentation</a> [optional]
conditionDescription string This string field is used by the seller to more clearly describe the condition of used items, or items that are not 'Brand New', 'New with tags', or 'New in box'. The ConditionDescription field is available for all categories. If the ConditionDescription field is used with an item in a new condition (Condition IDs 1000-1499), eBay will simply ignore this field if included, and eBay will return a warning message to the user. This field should only be used to further clarify the condition of the used item. It should not be used for branding, promotions, shipping, returns, payment or other information unrelated to the condition of the item. Make sure that the condition value, condition description, listing description, and the item's pictures do not contradict one another.Max length: 1000. [optional]
inventoryItemGroupKeys string[] This array is returned if the inventory item is associated with any inventory item group(s). The value(s) returned in this array are the unique identifier(s) of the inventory item's variation in a multiple-variation listing. This array is not returned if the inventory item is not associated with any inventory item groups. [optional]
locale \SapientPro\EbayInventorySDK\Enums\LocaleEnum This field is for future use only. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:LocaleEnum&#x27;&gt;eBay API documentation</a> [optional]
packageWeightAndSize \SapientPro\EbayInventorySDK\Models\PackageWeightAndSize [optional]
product \SapientPro\EbayInventorySDK\Models\Product [optional]
sku string The seller-defined Stock-Keeping Unit (SKU) of the inventory item. The seller should have a unique SKU value for every product that they sell. [optional]

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