woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

API created products don't have media "attached" in the media library. #284

Closed Babylon1999 closed 1 year ago

Babylon1999 commented 1 year ago

I really hope I'm reporting this in the right repo. : )

When creating a new product using this API call /wp-json/wc/v3/products, the image src is added successfully but not attached to the product created.

image

The expected behaviour is to attach the product ID as post_parent for any added image.

image

**Related tickets: zd-6006340

Forum link: https://wordpress.org/support/topic/woocommerce-api-product-media-unattached/#post-16525010**

Babylon1999 commented 1 year ago

Seems like this repo is no longer monitored, moving the issue to Woo-core: https://github.com/woocommerce/woocommerce/issues/37114