CostTypeEnum
Distinguishes what kind of supplier cost a product cost record represents.
enum CostTypeEnum {
DEFAULT
DROPSHIP
}
Values
CostTypeEnum.DEFAULT
A standard wholesale or supplier cost.
CostTypeEnum.DROPSHIP
A drop-ship supplier cost.
Member Of
ProductCost object ● ProductCostInput input ● ProductUpdateCostInput input