woocommerce / woocommerce-rest-api

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

many “images” will cause same SKU product #200

Closed hqin2013 closed 4 years ago

hqin2013 commented 4 years ago

Hey,

I found a problem when using WC-rest-API.

when creating a variable product, if this product has many images in "images" field ( these images are creating very low), then Woocommerce will generate more than one product -- with same SKU****

any suggestion?!

Regards Qin

vedanshujain commented 4 years ago

I was not able to reproduce the issue on my end, I tried creating a variable product with multiple images, but as expected only one product was created.

I am closing this issue as part of general housekeeping of the repo, but if you are facing this error, can you please open another issue in WooCommerce core repo with following details:

  1. System status report
  2. Exact request URL and reponse with payload data (after hiding authentication details and any other sensitive data as needed.)