cURL
curl --request GET \ --url https://api.prequel.co/import/products/{id} \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": { "product": { "id": "<string>", "name": "<string>", "destinations": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>", "description": "<string>" } }, "message": "<string>" }
Retrieve an import product by ID.
Documentation IndexFetch the complete documentation index at: https://import-docs.prequel.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://import-docs.prequel.co/llms.txt
Use this file to discover all available pages before exploring further.
Import Product ID.
OK
"success"
Show child attributes