Skip to content

product

Auto Added by WPeMatico

Configurable product with swatch AND dropdown attributes changes dropdown workflow

Preconditions and environment Magento version 2.4.5 Steps to reproduce Create a configurable product with only dropdown attribute – For example https://magento-802601-3429172.cloudwaysapps.com/only-dropdown-configurable.html Create a configurable product with only swatch attribute – For example https://magento-802601-3429172.cloudwaysapps.com/only-swatch-configurable.html Create a configurable product with Swatch AND… Read More »Configurable product with swatch AND dropdown attributes changes dropdown workflow

REST on barebones Magento Server – Creating a product doesn’t show ANY Price–even the base one

I have a docker instance of magento running. I’m using the latest image. Here’s the post request to create a product: curl –request POST –url http://localhost/rest/V1/products –header ‘Authorization: Bearer <token>’ –header ‘Content-Type: application/json’ –data ‘{ “product”: { “sku”: “pain_and_anguish”, “name”:… Read More »REST on barebones Magento Server – Creating a product doesn’t show ANY Price–even the base one