Surface
Från Vendre Help
Surface API
Our StoreFront API to fetch data through Vue or other comparable frameworks.
Calls
Basepath for all calls, /surface/1/, using version 1.
eg. /surface/1/request-password-change
request-password-change
Type: POST
{ "email": "user@domain.se" } or { "id": 12345 }
extended_product_data_field
Type: GET
[{ "product_id": 5555, "fields": [{ "id": 4553, "languages": [4,5,8] }, { "id": 1234 }]