get https://app.pennylane.com/api/external/v1/products/
This endpoint returns a specific product.
Log in to see full request history
Responses
This endpoint returns a specific product.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/products/id \
--header 'accept: application/json'
xxxxxxxxxx
17{
"product": {
"source_id": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
"label": "Pack 1",
"description": "This is the package level 1",
"unit": "piece",
"price_before_tax": 10,
"price": 12,
"vat_rate": "FR_1_05",
"currency": "EUR",
"reference": "REF-453",
"substance": "goods",
"updated_at": "2023-08-30T10:08:08.146343Z",
"created_at": "2023-08-30T10:08:08.146343Z",
"v2_id": 1234
}
}