We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to remove deprecated Variant from commerce data export.
<record name="Product"> <field name="variants" type="Variant" repeated="true" provider="Magento\ConfigurableProductDataExporter\Model\Provider\Product\Variants" > <using field="productId"/> <using field="storeViewCode"/> </field> </record> <record name="Variant"> <field name="sku" type="String"/> <field name="minimumPrice" type="ProductPrice"/> <field name="selections" type="SingleValueAttribute" repeated="true"/> </record> <record name="SingleValueAttribute"> <field name="name" type="String"/> <field name="value" type="String"/> </record>
Before doing so, confirm that its not being used by anyone.
The text was updated successfully, but these errors were encountered:
Hi @bricht. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@magento I am working on this
Sorry, something went wrong.
No branches or pull requests
Need to remove deprecated Variant from commerce data export.
Before doing so, confirm that its not being used by anyone.
The text was updated successfully, but these errors were encountered: