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