Inventory and Order SKU Additions

Principal Software Engineer New fields for /inventory
skuDisplayName - the SKU's Marketplace display nameskuName - the name of the SKUskuCasePackSize - the number of eaches the SKU is sold byskuTotalPrice - The total price of the SKU (skuPricePerUnit * skuCasePackSize)
New fields for /order
skuDisplayName - the SKU's Marketplace display nameskuName - the name of the SKUskuCasePackSize - the number of eaches the SKU is sold byskuTotalPrice - The total price of the SKU (skuPricePerUnit * skuCasePackSize)skuPricePerUnit - The unit price of each unit in the case.