Netsutie PHP Toolkit
SerializedInventoryItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $itemId;
49 
58  public $upcCode;
59 
68  public $displayName;
69 
78  public $matrixType;
79 
89 
98  public $vendorName;
99 
108  public $parent;
109 
118  public $isOnline;
119 
129 
138  public $hazmatId;
139 
149 
159 
169 
179 
189 
199 
209 
218  public $isInactive;
219 
229 
238  public $department;
239 
248  public $class;
249 
258  public $location;
259 
269 
279 
289 
299 
309 
318  public $currency;
319 
328  public $cogsAccount;
329 
339 
348  public $vendor;
349 
359 
369 
379 
389 
399 
409 
419 
428  public $isTaxable;
429 
438  public $taxSchedule;
439 
449 
459 
469 
479 
489 
499 
509 
519 
529 
538  public $weight;
539 
549 
559 
569 
578  public $unitsType;
579 
588  public $stockUnit;
589 
599 
608  public $saleUnit;
609 
619 
629 
639 
649 
659 
669 
679 
689 
698  public $producer;
699 
709 
719 
728  public $mpn;
729 
739 
749 
759 
769 
779 
789 
799 
808  public $itemCarrier;
809 
819 
829 
839 
849 
859 
869 
879 
889 
899 
909 
919 
929 
939 
949 
959 
969 
978  public $shipPackage;
979 
989 
999 
1009 
1019 
1029 
1039 
1049 
1059 
1069 
1079 
1089 
1099 
1108  public $vsoePrice;
1109 
1119 
1129 
1139 
1149 
1158  public $cost;
1159 
1168  public $costUnits;
1169 
1179 
1189 
1198  public $totalValue;
1199 
1208  public $useBins;
1209 
1218  public $leadTime;
1219 
1229 
1239 
1249 
1259 
1269 
1279 
1289 
1299 
1309 
1319 
1329 
1339 
1349 
1358  public $weightUnit;
1359 
1369 
1379 
1389 
1399 
1409 
1418  public $pageTitle;
1419 
1429 
1439 
1449 
1459 
1469 
1479 
1489 
1499 
1509 
1519 
1529 
1539 
1549 
1559 
1569 
1579 
1589 
1599 
1609 
1619 
1629 
1639 
1648  public $supplyType;
1649 
1659 
1669 
1679 
1689 
1699 
1709 
1719 
1729 
1739 
1749 
1759 
1769 
1779 
1789 
1799 
1808  public $rate;
1809 
1819 
1828  public $onSpecial;
1829 
1839 
1849 
1859 
1869 
1879 
1889 
1899 
1909 
1919 
1929 
1939 
1949 
1959 
1969 
1979 
1989 
1999 
2009 
2019 
2029 
2039 
2049 
2058  public $internalId;
2059 
2068  public $externalId;
2069 
2070 
2071 
2072  static $paramtypesmap = array(
2073 
2074  "createdDate" => "dateTime",
2075 
2076  "lastModifiedDate" => "dateTime",
2077 
2078  "customForm" => "RecordRef",
2079 
2080  "itemId" => "string",
2081 
2082  "upcCode" => "string",
2083 
2084  "displayName" => "string",
2085 
2086  "matrixType" => "ItemMatrixType",
2087 
2088  "includeChildren" => "boolean",
2089 
2090  "vendorName" => "string",
2091 
2092  "parent" => "RecordRef",
2093 
2094  "isOnline" => "boolean",
2095 
2096  "isHazmatItem" => "boolean",
2097 
2098  "hazmatId" => "string",
2099 
2100  "hazmatShippingName" => "string",
2101 
2102  "hazmatHazardClass" => "string",
2103 
2104  "hazmatPackingGroup" => "HazmatPackingGroup",
2105 
2106  "hazmatItemUnits" => "string",
2107 
2108  "hazmatItemUnitsQty" => "float",
2109 
2110  "isGcoCompliant" => "boolean",
2111 
2112  "offerSupport" => "boolean",
2113 
2114  "isInactive" => "boolean",
2115 
2116  "availableToPartners" => "boolean",
2117 
2118  "department" => "RecordRef",
2119 
2120  "class" => "RecordRef",
2121 
2122  "location" => "RecordRef",
2123 
2124  "costingMethod" => "ItemCostingMethod",
2125 
2126  "subsidiaryList" => "RecordRefList",
2127 
2128  "purchaseDescription" => "string",
2129 
2130  "copyDescription" => "boolean",
2131 
2132  "issueProduct" => "RecordRef",
2133 
2134  "currency" => "string",
2135 
2136  "cogsAccount" => "RecordRef",
2137 
2138  "intercoCogsAccount" => "RecordRef",
2139 
2140  "vendor" => "RecordRef",
2141 
2142  "salesDescription" => "string",
2143 
2144  "lastInvtCountDate" => "dateTime",
2145 
2146  "nextInvtCountDate" => "dateTime",
2147 
2148  "invtCountInterval" => "integer",
2149 
2150  "invtClassification" => "ItemInvtClassification",
2151 
2152  "incomeAccount" => "RecordRef",
2153 
2154  "intercoIncomeAccount" => "RecordRef",
2155 
2156  "isTaxable" => "boolean",
2157 
2158  "taxSchedule" => "RecordRef",
2159 
2160  "dropshipExpenseAccount" => "RecordRef",
2161 
2162  "assetAccount" => "RecordRef",
2163 
2164  "matchBillToReceipt" => "boolean",
2165 
2166  "billQtyVarianceAcct" => "RecordRef",
2167 
2168  "billPriceVarianceAcct" => "RecordRef",
2169 
2170  "billExchRateVarianceAcct" => "RecordRef",
2171 
2172  "gainLossAccount" => "RecordRef",
2173 
2174  "shippingCost" => "float",
2175 
2176  "handlingCost" => "float",
2177 
2178  "weight" => "float",
2179 
2180  "costingMethodDisplay" => "string",
2181 
2182  "shippingCostUnits" => "string",
2183 
2184  "handlingCostUnits" => "string",
2185 
2186  "unitsType" => "RecordRef",
2187 
2188  "stockUnit" => "RecordRef",
2189 
2190  "purchaseUnit" => "RecordRef",
2191 
2192  "saleUnit" => "RecordRef",
2193 
2194  "minimumQuantityUnits" => "string",
2195 
2196  "safetyStockLevelUnits" => "string",
2197 
2198  "billingSchedule" => "RecordRef",
2199 
2200  "trackLandedCost" => "boolean",
2201 
2202  "isDropShipItem" => "boolean",
2203 
2204  "isSpecialOrderItem" => "boolean",
2205 
2206  "stockDescription" => "string",
2207 
2208  "deferredRevenueAccount" => "RecordRef",
2209 
2210  "producer" => "boolean",
2211 
2212  "manufacturer" => "string",
2213 
2214  "revRecSchedule" => "RecordRef",
2215 
2216  "mpn" => "string",
2217 
2218  "multManufactureAddr" => "boolean",
2219 
2220  "manufacturerAddr1" => "string",
2221 
2222  "manufacturerCity" => "string",
2223 
2224  "manufacturerState" => "string",
2225 
2226  "manufacturerZip" => "string",
2227 
2228  "countryOfManufacture" => "Country",
2229 
2230  "defaultItemShipMethod" => "RecordRef",
2231 
2232  "itemCarrier" => "ItemCarrier",
2233 
2234  "roundUpAsComponent" => "boolean",
2235 
2236  "purchaseOrderQuantity" => "float",
2237 
2238  "purchaseOrderAmount" => "float",
2239 
2240  "purchaseOrderQuantityDiff" => "float",
2241 
2242  "receiptQuantity" => "float",
2243 
2244  "receiptAmount" => "float",
2245 
2246  "receiptQuantityDiff" => "float",
2247 
2248  "itemShipMethodList" => "RecordRefList",
2249 
2250  "manufacturerTaxId" => "string",
2251 
2252  "scheduleBNumber" => "string",
2253 
2254  "scheduleBQuantity" => "integer",
2255 
2256  "scheduleBCode" => "ScheduleBCode",
2257 
2258  "manufacturerTariff" => "string",
2259 
2260  "preferenceCriterion" => "ItemPreferenceCriterion",
2261 
2262  "minimumQuantity" => "integer",
2263 
2264  "enforceMinQtyInternally" => "boolean",
2265 
2266  "shipPackage" => "RecordRef",
2267 
2268  "shipIndividually" => "boolean",
2269 
2270  "softDescriptor" => "RecordRef",
2271 
2272  "costCategory" => "RecordRef",
2273 
2274  "pricesIncludeTax" => "boolean",
2275 
2276  "quantityPricingSchedule" => "RecordRef",
2277 
2278  "useMarginalRates" => "boolean",
2279 
2280  "costEstimateType" => "ItemCostEstimateType",
2281 
2282  "costEstimate" => "float",
2283 
2284  "transferPrice" => "float",
2285 
2286  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
2287 
2288  "pricingGroup" => "RecordRef",
2289 
2290  "preferredLocation" => "RecordRef",
2291 
2292  "vsoePrice" => "float",
2293 
2294  "vsoeSopGroup" => "VsoeSopGroup",
2295 
2296  "vsoeDeferral" => "VsoeDeferral",
2297 
2298  "vsoePermitDiscount" => "VsoePermitDiscount",
2299 
2300  "vsoeDelivered" => "boolean",
2301 
2302  "cost" => "float",
2303 
2304  "costUnits" => "string",
2305 
2306  "quantityReorderUnits" => "string",
2307 
2308  "reorderMultiple" => "integer",
2309 
2310  "totalValue" => "float",
2311 
2312  "useBins" => "boolean",
2313 
2314  "leadTime" => "integer",
2315 
2316  "autoLeadTime" => "boolean",
2317 
2318  "autoReorderPoint" => "boolean",
2319 
2320  "autoPreferredStockLevel" => "boolean",
2321 
2322  "preferredStockLevelDays" => "float",
2323 
2324  "averageCost" => "float",
2325 
2326  "safetyStockLevel" => "float",
2327 
2328  "lastPurchasePrice" => "float",
2329 
2330  "safetyStockLevelDays" => "integer",
2331 
2332  "backwardConsumptionDays" => "integer",
2333 
2334  "seasonalDemand" => "boolean",
2335 
2336  "demandModifier" => "float",
2337 
2338  "storeDisplayName" => "string",
2339 
2340  "storeDisplayThumbnail" => "RecordRef",
2341 
2342  "weightUnit" => "ItemWeightUnit",
2343 
2344  "weightUnits" => "string",
2345 
2346  "storeDisplayImage" => "RecordRef",
2347 
2348  "storeDescription" => "string",
2349 
2350  "storeDetailedDescription" => "string",
2351 
2352  "storeItemTemplate" => "RecordRef",
2353 
2354  "pageTitle" => "string",
2355 
2356  "metaTagHtml" => "string",
2357 
2358  "excludeFromSitemap" => "boolean",
2359 
2360  "sitemapPriority" => "SitemapPriority",
2361 
2362  "searchKeywords" => "string",
2363 
2364  "isDonationItem" => "boolean",
2365 
2366  "showDefaultDonationAmount" => "boolean",
2367 
2368  "maxDonationAmount" => "float",
2369 
2370  "shoppingDotComCategory" => "string",
2371 
2372  "shopzillaCategoryId" => "integer",
2373 
2374  "nexTagCategory" => "string",
2375 
2376  "quantityOnHand" => "float",
2377 
2378  "quantityOnHandUnits" => "string",
2379 
2380  "onHandValueMli" => "float",
2381 
2382  "serialNumbers" => "string",
2383 
2384  "reorderPoint" => "float",
2385 
2386  "preferredStockLevel" => "float",
2387 
2388  "reorderPointUnits" => "string",
2389 
2390  "defaultReturnCost" => "float",
2391 
2392  "supplyReplenishmentMethod" => "RecordRef",
2393 
2394  "alternateDemandSourceItem" => "RecordRef",
2395 
2396  "fixedLotSize" => "float",
2397 
2398  "periodicLotSizeType" => "PeriodicLotSizeType",
2399 
2400  "supplyType" => "RecordRef",
2401 
2402  "demandTimeFence" => "integer",
2403 
2404  "supplyTimeFence" => "integer",
2405 
2406  "rescheduleInDays" => "integer",
2407 
2408  "rescheduleOutDays" => "integer",
2409 
2410  "periodicLotSizeDays" => "integer",
2411 
2412  "supplyLotSizingMethod" => "RecordRef",
2413 
2414  "forwardConsumptionDays" => "integer",
2415 
2416  "demandSource" => "RecordRef",
2417 
2418  "quantityOnOrder" => "float",
2419 
2420  "preferredStockLevelUnits" => "string",
2421 
2422  "quantityCommitted" => "float",
2423 
2424  "quantityAvailable" => "float",
2425 
2426  "quantityBackOrdered" => "float",
2427 
2428  "purchaseTaxCode" => "RecordRef",
2429 
2430  "purchasePriceVarianceAcct" => "RecordRef",
2431 
2432  "rate" => "float",
2433 
2434  "salesTaxCode" => "RecordRef",
2435 
2436  "onSpecial" => "boolean",
2437 
2438  "dontShowPrice" => "boolean",
2439 
2440  "noPriceMessage" => "string",
2441 
2442  "outOfStockMessage" => "string",
2443 
2444  "specialsDescription" => "string",
2445 
2446  "outOfStockBehavior" => "ItemOutOfStockBehavior",
2447 
2448  "relatedItemsDescription" => "string",
2449 
2450  "featuredDescription" => "string",
2451 
2452  "productFeedList" => "ProductFeedList",
2453 
2454  "urlComponent" => "string",
2455 
2456  "itemOptionsList" => "ItemOptionsList",
2457 
2458  "matrixOptionList" => "MatrixOptionList",
2459 
2460  "itemVendorList" => "ItemVendorList",
2461 
2462  "pricingMatrix" => "PricingMatrix",
2463 
2464  "accountingBookDetailList" => "ItemAccountingBookDetailList",
2465 
2466  "itemNumberOptionsList" => "RecordRefList",
2467 
2468  "numbersList" => "SerializedInventoryItemNumbersList",
2469 
2470  "binNumberList" => "InventoryItemBinNumberList",
2471 
2472  "siteCategoryList" => "SiteCategoryList",
2473 
2474  "locationsList" => "SerializedInventoryItemLocationsList",
2475 
2476  "translationsList" => "TranslationList",
2477 
2478  "presentationItemList" => "PresentationItemList",
2479 
2480  "customFieldList" => "CustomFieldList",
2481 
2482  "internalId" => "string",
2483 
2484  "externalId" => "string",
2485 
2486  );
2487 
2488 }
Definition: Record.php:8