Articles
Add
/rest/v1/
object
/articles
into your request to get oxid objects and using oxid functions like save()
, update()
and delete()
. For more infos see Installation. get
https://YOUT_SHOP_URL
/rest/v1/articles
get all articles
get
https://YOUR_SHOP_URL
/rest/v1/articles/{id}
get one article
post
https://YOUR_SHOP_URL
/rest/v1/articles
create new article
put
https://YOUR_SHOP_URL
/rest/v1/articles/{id}
update article
delete
https://YOUR_SHOP_URL
/rest/v1/articles/{id}
delete article
Last modified 4yr ago