public interface OrderItemDetail
Long getId()
void setId(Long id)
Long getExternalId()
void setExternalId(Long externalId)
String getName()
void setName(String name)
Money getRetailPrice()
void setRetailPrice(Money retailPrice)
Money getSalePrice()
void setSalePrice(Money salePrice)
Boolean getTaxable()
void setTaxable(Boolean taxable)
String getTaxCode()
void setTaxCode(String taxCode)
FulfillmentType getFulfillmentType()
void setFulfillmentType(FulfillmentType fulfillmentType)
BigDecimal getWidth()
void setWidth(BigDecimal width)
BigDecimal getHeight()
void setHeight(BigDecimal height)
BigDecimal getDepth()
void setDepth(BigDecimal depth)
BigDecimal getGirth()
void setGirth(BigDecimal girth)
String getSize()
void setSize(String size)
String getContainer()
void setContainer(String container)
DimensionUnitOfMeasureType getDimensionUnitOfMeasure()
void setDimensionUnitOfMeasure(DimensionUnitOfMeasureType dimensionUnitOfMeasure)
BigDecimal getWeight()
void setWeight(BigDecimal weight)
WeightUnitOfMeasureType getWeightUnitOfMeasure()
void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
String getItemDetailAttributesJson()
void setItemDetailAttributesJson(String skuAttributesJson)
Map<String,Object> getItemDetailAttributesMap() throws IOException
IOExceptionCopyright © 2017. All rights reserved.