Get Shipping (PrestaShop)

API Request Description

This API endpoint makes an HTTP GET request to retrieve a list of shipping methods from the e-commerce platform. The request does not require any specific parameters and is used to fetch the available shipping options.

API Response

The API returns a JSON response with a 200 status code and "application/json" as the content type. The response body contains a "success" key indicating the success status of the request, and an array "shippings" containing shipping details. Each shipping object in the array includes properties such as "id", "title", "referenceId", "type", "description", "companyId", "status", "shippingTime", "shippingTimeMin", "shippingTimeMax", "shippingTimeLabel", "shippingWeightMin", "shippingWeightMax", "self", and "collection".

Relevant Details

This endpoint provides essential information about available shipping options, including their titles, descriptions, statuses, and other relevant details. Consumers can use this data to display shipping options to users during the checkout process.

Language
Credentials
Header
Click Try It! to start a request and see the response here!