# PinterestSdkClient::CatalogsFeedIngestionInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **in_stock** | **Integer** | | [optional] | | **out_of_stock** | **Integer** | | [optional] | | **preorder** | **Integer** | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsFeedIngestionInfo.new( in_stock: null, out_of_stock: null, preorder: null ) ```