I’m trying to import the short description with Postman.
No matter how i try I always get an error.
I’m using following URL /rest/english/V1/products/
The shop has to different view_codes english and german.
Can someone send me a postman sample?
Im trying with following body:
{
"product": {
"sku": "VBP_008",
"name": "Vintage Backpack45654scs654",
"attribute_set_id": 4,
"short_description": "TEST",
"price": 32,
"view_code": "english",
"status": 1,
"visibility": 1,
"type_id": "simple",
"weight": "30"
}
}
Thanks in advance!
Wayx