Advertisement
r_martins

Magento 2 Rest API - Mudando descrição de um produto com tags html

Feb 4th, 2021
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.23 KB | None | 0 0
  1. {
  2.     "product": {
  3.         "custom_attributes": [
  4.             {
  5.                 "attribute_code": "description",
  6.                 "value": "<table><tr><td>teste</td><td>teste2</td></tr></table>"
  7.             }
  8.         ]
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement