appmixer.prestashop.core.MakeApiCall
Make API Call
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| API Endpoint Path | text | Enter the API endpoint path relative to {shopUrl}/api (for example /customers/1) or provide a full URL. |
| HTTP Method | select | Select the HTTP method for the API call. |
| Query Parameters | key-value | Optional query parameters. The output_format=JSON parameter is added automatically. |
| Request Body | textarea | Optional request body. The PrestaShop Webservice expects XML wrapped in a <prestashop> element for create and update calls. |
| Request Headers | key-value | Optional additional request headers. |
| Field | Type | Description |
|---|---|---|
| Status Code | - | |
| Response Headers | - | |
| Response Body | - |