You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When using the OF24 - Create, update, or delete offers API endpoint to update product information, the update succeeds, but existing product details in the system are unintentionally deleted. Below is an example payload and observed behavior:
Hi,
When using the OF24 - Create, update, or delete offers API endpoint to update product information, the update succeeds, but existing product details in the system are unintentionally deleted. Below is an example payload and observed behavior:
Payload Example:
{ "offers": [ { "price": 10003, "quantity": "0", "shop_sku": "t-at_spark2024_black", "update_delete": "update" } ] }
The text was updated successfully, but these errors were encountered: