Skillnad mellan versioner av "Surface"
Från Vendre Help
m (Skapade sidan med 'Finance ministers in Copenhagen have agreed to increase the size of the eurozone's rescue funds. Eurozone countries agreed to boost the joint lending power of the "firewall" fro...') |
(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...') |
||
| Rad 1: | Rad 1: | ||
| − | + | =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-password-change=== | |
| + | '''Type:''' POST<br /> | ||
| + | <nowiki>{ "email": "user@domain.se" }</nowiki> or <nowiki>{ "id": 12345 }</nowiki> | ||
| − | + | ===extended_product_data_field=== | |
| − | + | '''Type:''' GET<br /> | |
| − | + | <nowiki>[{ "product_id": 5555, "fields": [{ "id": 4553, "languages": [4,5,8] }, { "id": 1234 }]</nowiki> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | " | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | " | ||
| − | |||
| − | " | ||
| − | |||
| − | " | ||
| − | |||
| − | |||
| − | |||
| − | " | ||
Versionen från 27 februari 2024 kl. 15.13
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-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 }]