Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.81 KB

ListingInventoryWithAssociations.md

File metadata and controls

13 lines (10 loc) · 1.81 KB

ListingInventoryWithAssociations

Properties

Name Type Description Notes
products \Swagger\Client\Model\AllOfListingInventoryWithAssociationsProductsItems[] A JSON array of products available in a listing, even if only one product. All field names in the JSON blobs are lowercase. [optional]
price_on_property int[] An array of unique listing property ID integers for the properties that change product prices, if any. For example, if you charge specific prices for different sized products in the same listing, then this array contains the property ID for size. [optional]
quantity_on_property int[] An array of unique listing property ID integers for the properties that change the quantity of the products, if any. For example, if you stock specific quantities of different colored products in the same listing, then this array contains the property ID for color. [optional]
sku_on_property int[] An array of unique listing property ID integers for the properties that change the product SKU, if any. For example, if you use specific skus for different colored products in the same listing, then this array contains the property ID for color. [optional]
listing AllOfListingInventoryWithAssociationsListing An enumerated string that attaches a valid association. Default value is null. [optional]

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