Use Case:
When a retailer wants to use a price level field for Amazon rather than their stand Price field use this mapping:
> CASE WHEN item.PriceA > 0 THEN item.PriceA ELSE Price END
Use Case:
When a retailer wants to use a price level field for Amazon rather than their stand Price field use this mapping:
> CASE WHEN item.PriceA > 0 THEN item.PriceA ELSE Price END