Skillnad mellan versioner av "Surface"
Från Vendre Help
(Skapade sidan med '=Surface API= Our StoreFront API to fetch data through Vue or other comparable frameworks. ==Calls== Basepath for all calls, '''/surface/1/''', using version 1. ===request-pa...') |
(→Calls) |
||
| Rad 2: | Rad 2: | ||
Our StoreFront API to fetch data through Vue or other comparable frameworks. | Our StoreFront API to fetch data through Vue or other comparable frameworks. | ||
==Calls== | ==Calls== | ||
| − | Basepath for all calls, '''/surface/1/''', using version 1. | + | Basepath for all calls, '''/surface/1/''', using version 1.<br /> |
| + | eg. '''/surface/1/request-password-change''' | ||
===request-password-change=== | ===request-password-change=== | ||
Versionen från 27 februari 2024 kl. 15.16
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 }]