{
"created_at": "2023-08-30T10:08:08.146343Z",
"currency": "EUR",
"description": "This is product 1",
"external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
"id": 1,
"label": "Product 1",
"ledger_account": {
"id": 57609195
},
"price": "in",
"price_before_tax": "aute deserunt in tempor",
"reference": "REF-123",
"unit": "piece",
"updated_at": "2023-08-30T10:08:08.146343Z",
"vat_rate": "FR_200"
}
Create a product
ℹ️ This endpoint requires one of the following scopes:
products:all
{
"created_at": "2023-08-30T10:08:08.146343Z",
"currency": "EUR",
"description": "This is product 1",
"external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
"id": 1,
"label": "Product 1",
"ledger_account": {
"id": 57609195
},
"price": "in",
"price_before_tax": "aute deserunt in tempor",
"reference": "REF-123",
"unit": "piece",
"updated_at": "2023-08-30T10:08:08.146343Z",
"vat_rate": "FR_200"
}
The created product
The response is of type object
.