Basic Information

appmixer.prestashop.core.MakeApiCall

Make API Call

1.0.0

Public

Performs an arbitrary authorized call to the PrestaShop Webservice API.

Input Ports

in

FieldTypeDescription
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.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata