product · inferred from evidence
WooCommerce
An e-commerce plugin for WordPress mentioned as the context for the REST API.
- WooCommerce REST API allows duplicate SKUs when SKU is passed via `meta_data`
I create products through the WooCommerce REST API (`POST /wp-json/wc/v3/products`) and pass the SKU inside `meta_data` as `{"key": "_sku", "value": "1234567890"}`. I was able to create multiple products with the same SKU. Shouldn't the dup