Import price list items from CSV data
Imports price list items from mapped CSV rows. Supports single or multiple price list mode. Matches products by SKU or name. Auto-creates price lists in multiple mode. Lab-only endpoint.
Imports price list items from mapped CSV rows. Supports single or multiple price list mode. Matches products by SKU or name. Auto-creates price lists in multiple mode. Lab-only endpoint.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/import/price-lists" \ -H "Content-Type: application/json" \ -d '{ "mappings": [ { "sourceColumn": "string", "targetField": "string" } ], "rows": [ { "property1": "string", "property2": "string" } ] }'{ "success": true, "totalRows": 0, "successCount": 0, "errorCount": 0, "errors": [ { "row": 0, "message": "string" } ], "createdIds": [ "string" ], "updatedIds": [ "string" ]}Import clients from CSV data POST
Imports clinic/client data from mapped CSV rows. Creates new clinic organizations and partnerships, or identifies existing ones. Lab-only endpoint.
Import products from CSV data POST
Imports product data from mapped CSV rows. Creates new products or updates existing ones matched by SKU. Auto-creates categories and subcategories as needed. Lab-only endpoint.