Reshad M.

Results 2 issues of Reshad M.

**I have created the cart** --> https://example.com/rest/us/V1/carts/mine **Added Products** ---> https://example.com/rest/us/V1/carts/mine/items Now, I want to **add the comment** so I used the below API: PUT https://example.com/rest/us/V1/carts/mine/set-order-comment?cartId=841xx Body JSON: { "orderComment":...

I get this error (Unique constraint violation found) while saving the category after I have set the rules. Magento ver 2.3.6 Argument 1 passed to Magento\Catalog\Model\Category\FileInfo::removeStorePath() must be of the...