I'd like to output the price and special price for configurable products. How do I achieve this?
The required behavior can be achieved with the price attribute for price and final_price for special price.
This way, the price of the simple product, belonging to a configurable product, with the smallest value will be output as a price, and the special price of the smallest value will be output as a special price.
Related Articles
How should I submit configurable products with their variants to Google Merchant?
Google advises using the item group ID [item_group_id] attribute to group product variants in the product data. Variants are a group of similar products that only differ from one another by product details like size [size], color [color], material ...
How can I output price for the out-of-stock products in the feed?
If you'd like to output the price for out-of-stock products, please, use the Price attribute. This way, the price will be displayed even for the out-of-stock products.
How to skip the products with Special Price or the ones that have already been discounted by another cart or catalog price rule?
The Skip Items with Special Price setting can be configured globally at Stores → Configuration → Amasty Extensions → Special Promotions → Skip Settings. This configuration will apply to rules created with our Special Promotions actions. If you'd like ...
How does Omnibus Price Tracker work with configurable products?
The Omnibus Price Tracker extension correctly tracks child products price changes for both child and parent products in the Price Change History log: As well as displays the price change notification on the parent product page if the price is changed ...
We need to output both individual and parent SKUs with the simple products belonging to a configurable product in the feed. Is this possible?
Indeed, it's possible to use the SKU attribute in two fields. One field, marked as Parent=No, will pull each product's individual SKU; the other, configured as Parent=Yes, will output the SKU of the configurable product: You can use this ...